CSharpFeaturesResources.Designer.cs 34.9 KB
Newer Older
1 2 3
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
4
//     Runtime Version:4.0.30319.42000
5 6 7 8 9 10 11 12
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Microsoft.CodeAnalysis.CSharp {
    using System;
13
    using System.Reflection;
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class CSharpFeaturesResources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal CSharpFeaturesResources() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
43
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.CSharpFeaturesResources", typeof(CSharpFeaturesResources).GetTypeInfo().Assembly);
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
64 65 66 67 68 69 70 71 72
        /// <summary>
        ///   Looks up a localized string similar to anonymous method.
        /// </summary>
        internal static string AnonymousMethod {
            get {
                return ResourceManager.GetString("AnonymousMethod", resourceCulture);
            }
        }
        
73 74 75 76 77 78 79 80 81
        /// <summary>
        ///   Looks up a localized string similar to attribute target.
        /// </summary>
        internal static string AttributeTarget {
            get {
                return ResourceManager.GetString("AttributeTarget", resourceCulture);
            }
        }
        
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to possible explicitly named anonymous type member creation..
        /// </summary>
        internal static string AutoselectDisabledDueToPossibleExplicitlyNamesAnonTypeMemCreation {
            get {
                return ResourceManager.GetString("AutoselectDisabledDueToPossibleExplicitlyNamesAnonTypeMemCreation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to potential implicit array creation..
        /// </summary>
        internal static string AutoselectDisabledDueToPotentialImplicitArray {
            get {
                return ResourceManager.GetString("AutoselectDisabledDueToPotentialImplicitArray", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to potential lambda declaration..
        /// </summary>
        internal static string AutoselectDisabledDueToPotentialLambdaDeclaration {
            get {
                return ResourceManager.GetString("AutoselectDisabledDueToPotentialLambdaDeclaration", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to potential range variable declaration..
        /// </summary>
        internal static string AutoselectDisabledDueToPotentialRangeVariableDecl {
            get {
                return ResourceManager.GetString("AutoselectDisabledDueToPotentialRangeVariableDecl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to awaitable.
        /// </summary>
        internal static string Awaitable {
            get {
                return ResourceManager.GetString("Awaitable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to awaitable, extension.
        /// </summary>
        internal static string AwaitableExtension {
            get {
                return ResourceManager.GetString("AwaitableExtension", resourceCulture);
            }
        }
        
136 137 138 139 140 141 142 143 144
        /// <summary>
        ///   Looks up a localized string similar to await expression.
        /// </summary>
        internal static string AwaitExpression {
            get {
                return ResourceManager.GetString("AwaitExpression", resourceCulture);
            }
        }
        
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
        /// <summary>
        ///   Looks up a localized string similar to can&apos;t determine valid range of statements to extract out.
        /// </summary>
        internal static string CantDetermineValidRangeOfStatements {
            get {
                return ResourceManager.GetString("CantDetermineValidRangeOfStatements", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cast is redundant.
        /// </summary>
        internal static string CastIsRedundant {
            get {
                return ResourceManager.GetString("CastIsRedundant", resourceCulture);
            }
        }
        
163 164 165 166 167 168 169 170 171
        /// <summary>
        ///   Looks up a localized string similar to catch clause.
        /// </summary>
        internal static string CatchClause {
            get {
                return ResourceManager.GetString("CatchClause", resourceCulture);
            }
        }
        
172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
        /// <summary>
        ///   Looks up a localized string similar to Change return type from {0} to {1}.
        /// </summary>
        internal static string ChangeReturnType {
            get {
                return ResourceManager.GetString("ChangeReturnType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Replace return with yield return.
        /// </summary>
        internal static string ChangeToYieldReturn {
            get {
                return ResourceManager.GetString("ChangeToYieldReturn", resourceCulture);
            }
        }
        
190 191 192 193 194 195 196 197 198
        /// <summary>
        ///   Looks up a localized string similar to checked statement.
        /// </summary>
        internal static string CheckedStatement {
            get {
                return ResourceManager.GetString("CheckedStatement", resourceCulture);
            }
        }
        
199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216
        /// <summary>
        ///   Looks up a localized string similar to Conflict(s) detected..
        /// </summary>
        internal static string ConflictsDetected {
            get {
                return ResourceManager.GetString("ConflictsDetected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Contains invalid selection..
        /// </summary>
        internal static string ContainsInvalidSelection {
            get {
                return ResourceManager.GetString("ContainsInvalidSelection", resourceCulture);
            }
        }
        
217 218 219 220 221 222 223 224 225
        /// <summary>
        ///   Looks up a localized string similar to conversion operator.
        /// </summary>
        internal static string ConversionOperator {
            get {
                return ResourceManager.GetString("ConversionOperator", resourceCulture);
            }
        }
        
226 227 228 229 230 231 232 233 234
        /// <summary>
        ///   Looks up a localized string similar to Delegate invocation can be simplified..
        /// </summary>
        internal static string DelegateInvocationCanBeSimplified {
            get {
                return ResourceManager.GetString("DelegateInvocationCanBeSimplified", resourceCulture);
            }
        }
        
235 236 237 238 239 240 241 242 243
        /// <summary>
        ///   Looks up a localized string similar to deprecated.
        /// </summary>
        internal static string Deprecated {
            get {
                return ResourceManager.GetString("Deprecated", resourceCulture);
            }
        }
        
244 245 246 247 248 249 250 251 252
        /// <summary>
        ///   Looks up a localized string similar to destructor.
        /// </summary>
        internal static string Destructor {
            get {
                return ResourceManager.GetString("Destructor", resourceCulture);
            }
        }
        
253
        /// <summary>
254
        ///   Looks up a localized string similar to Do not change this code. Put cleanup code in Dispose(bool disposing) above..
255
        /// </summary>
256
        internal static string DoNotChangeThisCodeUseDispose {
257
            get {
258
                return ResourceManager.GetString("DoNotChangeThisCodeUseDispose", resourceCulture);
259 260 261
            }
        }
        
262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not contain a constructor that takes that many arguments..
        /// </summary>
        internal static string ERR_BadCtorArgCount {
            get {
                return ResourceManager.GetString("ERR_BadCtorArgCount", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The name &apos;{0}&apos; does not exist in the current context..
        /// </summary>
        internal static string ERR_NameNotInContext {
            get {
                return ResourceManager.GetString("ERR_NameNotInContext", resourceCulture);
            }
        }
        
280 281 282 283 284 285 286 287 288
        /// <summary>
        ///   Looks up a localized string similar to event field.
        /// </summary>
        internal static string EventField {
            get {
                return ResourceManager.GetString("EventField", resourceCulture);
            }
        }
        
289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306
        /// <summary>
        ///   Looks up a localized string similar to Generate explicit conversion operator in &apos;{0}&apos;.
        /// </summary>
        internal static string ExplicitConversionDisplayText {
            get {
                return ResourceManager.GetString("ExplicitConversionDisplayText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to extension.
        /// </summary>
        internal static string Extension {
            get {
                return ResourceManager.GetString("Extension", resourceCulture);
            }
        }
        
307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342
        /// <summary>
        ///   Looks up a localized string similar to filter clause.
        /// </summary>
        internal static string FilterClause {
            get {
                return ResourceManager.GetString("FilterClause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to finally clause.
        /// </summary>
        internal static string FinallyClause {
            get {
                return ResourceManager.GetString("FinallyClause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to fixed statement.
        /// </summary>
        internal static string FixedStatement {
            get {
                return ResourceManager.GetString("FixedStatement", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to foreach statement.
        /// </summary>
        internal static string ForEachStatement {
            get {
                return ResourceManager.GetString("ForEachStatement", resourceCulture);
            }
        }
        
343 344 345 346 347 348 349 350 351
        /// <summary>
        ///   Looks up a localized string similar to TODO: free unmanaged resources (unmanaged objects) and override a finalizer below..
        /// </summary>
        internal static string FreeUnmanagedResourcesTodo {
            get {
                return ResourceManager.GetString("FreeUnmanagedResourcesTodo", resourceCulture);
            }
        }
        
352 353 354 355 356 357 358 359 360
        /// <summary>
        ///   Looks up a localized string similar to from clause.
        /// </summary>
        internal static string FromClause {
            get {
                return ResourceManager.GetString("FromClause", resourceCulture);
            }
        }
        
361 362 363 364 365 366 367 368 369
        /// <summary>
        ///   Looks up a localized string similar to global statement.
        /// </summary>
        internal static string GlobalStatement {
            get {
                return ResourceManager.GetString("GlobalStatement", resourceCulture);
            }
        }
        
370 371 372 373 374 375 376 377 378
        /// <summary>
        ///   Looks up a localized string similar to groupby clause.
        /// </summary>
        internal static string GroupByClause {
            get {
                return ResourceManager.GetString("GroupByClause", resourceCulture);
            }
        }
        
379 380 381 382 383 384 385 386 387
        /// <summary>
        ///   Looks up a localized string similar to Hide base member.
        /// </summary>
        internal static string HideBase {
            get {
                return ResourceManager.GetString("HideBase", resourceCulture);
            }
        }
        
388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414
        /// <summary>
        ///   Looks up a localized string similar to Implement Abstract Class.
        /// </summary>
        internal static string ImplementAbstractClass {
            get {
                return ResourceManager.GetString("ImplementAbstractClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;implicit array creation&gt;.
        /// </summary>
        internal static string ImplicitArrayCreation {
            get {
                return ResourceManager.GetString("ImplicitArrayCreation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Generate implicit conversion operator in &apos;{0}&apos;.
        /// </summary>
        internal static string ImplicitConversionDisplayText {
            get {
                return ResourceManager.GetString("ImplicitConversionDisplayText", resourceCulture);
            }
        }
        
415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441
        /// <summary>
        ///   Looks up a localized string similar to indexer.
        /// </summary>
        internal static string Indexer {
            get {
                return ResourceManager.GetString("Indexer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to indexer getter.
        /// </summary>
        internal static string IndexerGetter {
            get {
                return ResourceManager.GetString("IndexerGetter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to indexer setter.
        /// </summary>
        internal static string IndexerSetter {
            get {
                return ResourceManager.GetString("IndexerSetter", resourceCulture);
            }
        }
        
442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459
        /// <summary>
        ///   Looks up a localized string similar to Inline temporary variable.
        /// </summary>
        internal static string InlineTemporaryVariable {
            get {
                return ResourceManager.GetString("InlineTemporaryVariable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Insert &apos;await&apos;..
        /// </summary>
        internal static string InsertAwait {
            get {
                return ResourceManager.GetString("InsertAwait", resourceCulture);
            }
        }
        
460 461 462 463 464 465 466 467 468
        /// <summary>
        ///   Looks up a localized string similar to into clause.
        /// </summary>
        internal static string IntoClause {
            get {
                return ResourceManager.GetString("IntoClause", resourceCulture);
            }
        }
        
469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486
        /// <summary>
        ///   Looks up a localized string similar to Invalid selection..
        /// </summary>
        internal static string InvalidSelection {
            get {
                return ResourceManager.GetString("InvalidSelection", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invert if statement.
        /// </summary>
        internal static string InvertIfStatement {
            get {
                return ResourceManager.GetString("InvertIfStatement", resourceCulture);
            }
        }
        
487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504
        /// <summary>
        ///   Looks up a localized string similar to join clause.
        /// </summary>
        internal static string JoinClause {
            get {
                return ResourceManager.GetString("JoinClause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to lambda.
        /// </summary>
        internal static string Lambda {
            get {
                return ResourceManager.GetString("Lambda", resourceCulture);
            }
        }
        
505 506 507 508 509 510 511 512 513
        /// <summary>
        ///   Looks up a localized string similar to &lt;lambda expression&gt;.
        /// </summary>
        internal static string LambdaExpression {
            get {
                return ResourceManager.GetString("LambdaExpression", resourceCulture);
            }
        }
        
514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531
        /// <summary>
        ///   Looks up a localized string similar to let clause.
        /// </summary>
        internal static string LetClause {
            get {
                return ResourceManager.GetString("LetClause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to lock statement.
        /// </summary>
        internal static string LockStatement {
            get {
                return ResourceManager.GetString("LockStatement", resourceCulture);
            }
        }
        
532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603
        /// <summary>
        ///   Looks up a localized string similar to Make the containing scope &apos;async&apos;..
        /// </summary>
        internal static string MakeAsync {
            get {
                return ResourceManager.GetString("MakeAsync", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;member name&gt; = .
        /// </summary>
        internal static string MemberName {
            get {
                return ResourceManager.GetString("MemberName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Move declaration near reference.
        /// </summary>
        internal static string MoveDeclarationNearReference {
            get {
                return ResourceManager.GetString("MoveDeclarationNearReference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name can be simplified.
        /// </summary>
        internal static string NameCanBeSimplified {
            get {
                return ResourceManager.GetString("NameCanBeSimplified", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No common root node for extraction..
        /// </summary>
        internal static string NoCommonRootNodeForExtraction {
            get {
                return ResourceManager.GetString("NoCommonRootNodeForExtraction", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Not all code paths return.
        /// </summary>
        internal static string NotAllCodePathReturns {
            get {
                return ResourceManager.GetString("NotAllCodePathReturns", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No valid selection to perform extraction..
        /// </summary>
        internal static string NoValidSelectionToPerformExtraction {
            get {
                return ResourceManager.GetString("NoValidSelectionToPerformExtraction", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to no valid statement range to extract out.
        /// </summary>
        internal static string NoValidStatementRangeToExtractOut {
            get {
                return ResourceManager.GetString("NoValidStatementRangeToExtractOut", resourceCulture);
            }
        }
        
604 605 606 607 608 609 610 611 612
        /// <summary>
        ///   Looks up a localized string similar to orderby clause.
        /// </summary>
        internal static string OrderByClause {
            get {
                return ResourceManager.GetString("OrderByClause", resourceCulture);
            }
        }
        
613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630
        /// <summary>
        ///   Looks up a localized string similar to Organize Usings.
        /// </summary>
        internal static string OrganizeUsings {
            get {
                return ResourceManager.GetString("OrganizeUsings", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &amp;Organize Usings.
        /// </summary>
        internal static string OrganizeUsingsWithAccelerator {
            get {
                return ResourceManager.GetString("OrganizeUsingsWithAccelerator", resourceCulture);
            }
        }
        
631 632 633 634 635 636 637 638 639
        /// <summary>
        ///   Looks up a localized string similar to TODO: override a finalizer only if Dispose(bool disposing) above has code to free unmanaged resources..
        /// </summary>
        internal static string OverrideAFinalizerTodo {
            get {
                return ResourceManager.GetString("OverrideAFinalizerTodo", resourceCulture);
            }
        }
        
640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657
        /// <summary>
        ///   Looks up a localized string similar to property getter.
        /// </summary>
        internal static string PropertyGetter {
            get {
                return ResourceManager.GetString("PropertyGetter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to property setter.
        /// </summary>
        internal static string PropertySetter {
            get {
                return ResourceManager.GetString("PropertySetter", resourceCulture);
            }
        }
        
658 659 660 661 662 663 664 665 666
        /// <summary>
        ///   Looks up a localized string similar to query body.
        /// </summary>
        internal static string QueryBody {
            get {
                return ResourceManager.GetString("QueryBody", resourceCulture);
            }
        }
        
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702
        /// <summary>
        ///   Looks up a localized string similar to &lt;range variable&gt;.
        /// </summary>
        internal static string RangeVariable {
            get {
                return ResourceManager.GetString("RangeVariable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Remove &amp;and Sort Usings.
        /// </summary>
        internal static string RemoveAndSortUsingsWithAccelerator {
            get {
                return ResourceManager.GetString("RemoveAndSortUsingsWithAccelerator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Remove Unnecessary Cast.
        /// </summary>
        internal static string RemoveUnnecessaryCast {
            get {
                return ResourceManager.GetString("RemoveUnnecessaryCast", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Remove Unnecessary Usings.
        /// </summary>
        internal static string RemoveUnnecessaryUsings {
            get {
                return ResourceManager.GetString("RemoveUnnecessaryUsings", resourceCulture);
            }
        }
        
703 704 705 706 707 708 709 710 711
        /// <summary>
        ///   Looks up a localized string similar to Using directive is unnecessary..
        /// </summary>
        internal static string RemoveUnnecessaryUsingsDiagnosticTitle {
            get {
                return ResourceManager.GetString("RemoveUnnecessaryUsingsDiagnosticTitle", resourceCulture);
            }
        }
        
712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729
        /// <summary>
        ///   Looks up a localized string similar to &amp;Remove Unnecessary Usings.
        /// </summary>
        internal static string RemoveUnnecessaryUsingsWithAccelerator {
            get {
                return ResourceManager.GetString("RemoveUnnecessaryUsingsWithAccelerator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Make {0} return Task instead of void..
        /// </summary>
        internal static string ReturnTaskInsteadOfVoid {
            get {
                return ResourceManager.GetString("ReturnTaskInsteadOfVoid", resourceCulture);
            }
        }
        
730 731 732 733 734 735 736 737 738
        /// <summary>
        ///   Looks up a localized string similar to select clause.
        /// </summary>
        internal static string SelectClause {
            get {
                return ResourceManager.GetString("SelectClause", resourceCulture);
            }
        }
        
739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846
        /// <summary>
        ///   Looks up a localized string similar to Selection can not be part of constant initializer expression..
        /// </summary>
        internal static string SelectionCanNotBePartOfConstInitializerExpr {
            get {
                return ResourceManager.GetString("SelectionCanNotBePartOfConstInitializerExpr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection can not contain a yield statement..
        /// </summary>
        internal static string SelectionCanNotContainAYieldStatement {
            get {
                return ResourceManager.GetString("SelectionCanNotContainAYieldStatement", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection can not contain throw statement..
        /// </summary>
        internal static string SelectionCanNotContainThrowStatement {
            get {
                return ResourceManager.GetString("SelectionCanNotContainThrowStatement", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection can not cross over preprocessor directives..
        /// </summary>
        internal static string SelectionCanNotCrossOverPreprocessorDirectives {
            get {
                return ResourceManager.GetString("SelectionCanNotCrossOverPreprocessorDirectives", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection does not contain a valid node.
        /// </summary>
        internal static string SelectionDoesNotContainAValidNode {
            get {
                return ResourceManager.GetString("SelectionDoesNotContainAValidNode", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection does not contain a valid token..
        /// </summary>
        internal static string SelectionDoesNotContainAValidToken {
            get {
                return ResourceManager.GetString("SelectionDoesNotContainAValidToken", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify all occurrences.
        /// </summary>
        internal static string SimplifyAllOccurrences {
            get {
                return ResourceManager.GetString("SimplifyAllOccurrences", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify lambda expression.
        /// </summary>
        internal static string SimplifyLambdaExpression {
            get {
                return ResourceManager.GetString("SimplifyLambdaExpression", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify member access &apos;{0}&apos;.
        /// </summary>
        internal static string SimplifyMemberAccess {
            get {
                return ResourceManager.GetString("SimplifyMemberAccess", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify name &apos;{0}&apos;.
        /// </summary>
        internal static string SimplifyName {
            get {
                return ResourceManager.GetString("SimplifyName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Remove &apos;this&apos; qualification.
        /// </summary>
        internal static string SimplifyThisQualification {
            get {
                return ResourceManager.GetString("SimplifyThisQualification", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &amp;Sort Usings.
        /// </summary>
        internal static string SortUsingsWithAccelerator {
            get {
                return ResourceManager.GetString("SortUsingsWithAccelerator", resourceCulture);
            }
        }
        
847 848 849 850 851 852 853 854 855
        /// <summary>
        ///   Looks up a localized string similar to struct.
        /// </summary>
        internal static string Struct {
            get {
                return ResourceManager.GetString("Struct", resourceCulture);
            }
        }
        
856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873
        /// <summary>
        ///   Looks up a localized string similar to The selected code is inside an unsafe context..
        /// </summary>
        internal static string TheSelectedCodeIsInsideAnUnsafeContext {
            get {
                return ResourceManager.GetString("TheSelectedCodeIsInsideAnUnsafeContext", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to the selection contains syntactic errors.
        /// </summary>
        internal static string TheSelectionContainsSyntacticErrors {
            get {
                return ResourceManager.GetString("TheSelectionContainsSyntacticErrors", resourceCulture);
            }
        }
        
874 875 876 877 878 879 880 881 882
        /// <summary>
        ///   Looks up a localized string similar to This code added to correctly implement the disposable pattern..
        /// </summary>
        internal static string ThisCodeAddedToCorrectlyImplementDisposable {
            get {
                return ResourceManager.GetString("ThisCodeAddedToCorrectlyImplementDisposable", resourceCulture);
            }
        }
        
883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900
        /// <summary>
        ///   Looks up a localized string similar to try block.
        /// </summary>
        internal static string TryBlock {
            get {
                return ResourceManager.GetString("TryBlock", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to unchecked statement.
        /// </summary>
        internal static string UncheckedStatement {
            get {
                return ResourceManager.GetString("UncheckedStatement", resourceCulture);
            }
        }
        
901 902 903 904 905 906 907 908 909
        /// <summary>
        ///   Looks up a localized string similar to TODO: uncomment the following line if the finalizer is overridden above..
        /// </summary>
        internal static string UncommentTheFollowingIfFinalizerOverriddenTodo {
            get {
                return ResourceManager.GetString("UncommentTheFollowingIfFinalizerOverriddenTodo", resourceCulture);
            }
        }
        
910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927
        /// <summary>
        ///   Looks up a localized string similar to using directive.
        /// </summary>
        internal static string UsingDirective {
            get {
                return ResourceManager.GetString("UsingDirective", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to using namespace.
        /// </summary>
        internal static string UsingNamespace {
            get {
                return ResourceManager.GetString("UsingNamespace", resourceCulture);
            }
        }
        
928 929 930 931 932 933 934 935 936
        /// <summary>
        ///   Looks up a localized string similar to using statement.
        /// </summary>
        internal static string UsingStatement {
            get {
                return ResourceManager.GetString("UsingStatement", resourceCulture);
            }
        }
        
937 938 939 940 941 942 943 944
        /// <summary>
        ///   Looks up a localized string similar to Warning: Declaration changes scope and may change meaning..
        /// </summary>
        internal static string WarningDeclarationChangesScope {
            get {
                return ResourceManager.GetString("WarningDeclarationChangesScope", resourceCulture);
            }
        }
945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962
        
        /// <summary>
        ///   Looks up a localized string similar to where clause.
        /// </summary>
        internal static string WhereClause {
            get {
                return ResourceManager.GetString("WhereClause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to yield statement.
        /// </summary>
        internal static string YieldStatement {
            get {
                return ResourceManager.GetString("YieldStatement", resourceCulture);
            }
        }
963 964
    }
}