CSharpFeaturesResources.Designer.cs 51.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 13 14 15 16 17 18 19 20 21
//
//     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;
    
    
    /// <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.
22
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
    [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)) {
42
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.CSharpFeaturesResources", typeof(CSharpFeaturesResources).Assembly);
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
                    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;
            }
        }
        
63 64 65 66 67 68 69 70 71
        /// <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 _0_does_not_contain_a_constructor_that_takes_that_many_arguments {
            get {
                return ResourceManager.GetString("_0_does_not_contain_a_constructor_that_takes_that_many_arguments", resourceCulture);
            }
        }
        
72 73 74 75 76 77 78 79 80
        /// <summary>
        ///   Looks up a localized string similar to Add accessibility modifiers.
        /// </summary>
        internal static string Add_accessibility_modifiers {
            get {
                return ResourceManager.GetString("Add_accessibility_modifiers", resourceCulture);
            }
        }
        
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
        /// <summary>
        ///   Looks up a localized string similar to Add await.
        /// </summary>
        internal static string Add_await {
            get {
                return ResourceManager.GetString("Add_await", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Add await and ConfigureAwait(false).
        /// </summary>
        internal static string Add_Await_and_ConfigureAwaitFalse {
            get {
                return ResourceManager.GetString("Add_Await_and_ConfigureAwaitFalse", resourceCulture);
            }
        }
        
99 100 101 102 103 104 105 106 107
        /// <summary>
        ///   Looks up a localized string similar to Add missing usings.
        /// </summary>
        internal static string Add_missing_usings {
            get {
                return ResourceManager.GetString("Add_missing_usings", resourceCulture);
            }
        }
        
108 109 110 111 112 113 114 115 116
        /// <summary>
        ///   Looks up a localized string similar to Add [Obsolete].
        /// </summary>
        internal static string Add_Obsolete {
            get {
                return ResourceManager.GetString("Add_Obsolete", resourceCulture);
            }
        }
        
117
        /// <summary>
118
        ///   Looks up a localized string similar to Add parentheses.
119
        /// </summary>
120
        internal static string Add_parentheses_around_conditional_expression_in_interpolated_string {
121
            get {
122
                return ResourceManager.GetString("Add_parentheses_around_conditional_expression_in_interpolated_string", resourceCulture);
123 124 125
            }
        }
        
126 127 128 129 130 131 132 133 134
        /// <summary>
        ///   Looks up a localized string similar to Add/remove braces for single-line control statements.
        /// </summary>
        internal static string Add_remove_braces_for_single_line_control_statements {
            get {
                return ResourceManager.GetString("Add_remove_braces_for_single_line_control_statements", resourceCulture);
            }
        }
        
135 136 137 138 139 140 141 142 143
        /// <summary>
        ///   Looks up a localized string similar to Add &apos;this.&apos;.
        /// </summary>
        internal static string Add_this {
            get {
                return ResourceManager.GetString("Add_this", resourceCulture);
            }
        }
        
144 145 146
        /// <summary>
        ///   Looks up a localized string similar to anonymous method.
        /// </summary>
147
        internal static string anonymous_method {
148
            get {
149
                return ResourceManager.GetString("anonymous_method", resourceCulture);
150 151 152
            }
        }
        
153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206
        /// <summary>
        ///   Looks up a localized string similar to Apply expression/block body preferences.
        /// </summary>
        internal static string Apply_expression_block_body_preferences {
            get {
                return ResourceManager.GetString("Apply_expression_block_body_preferences", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Apply implicit/explicit type preferences.
        /// </summary>
        internal static string Apply_implicit_explicit_type_preferences {
            get {
                return ResourceManager.GetString("Apply_implicit_explicit_type_preferences", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Apply inline &apos;out&apos; variables preferences.
        /// </summary>
        internal static string Apply_inline_out_variable_preferences {
            get {
                return ResourceManager.GetString("Apply_inline_out_variable_preferences", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Apply language/framework type preferences.
        /// </summary>
        internal static string Apply_language_framework_type_preferences {
            get {
                return ResourceManager.GetString("Apply_language_framework_type_preferences", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Apply object/collection initialization preferences.
        /// </summary>
        internal static string Apply_object_collection_initialization_preferences {
            get {
                return ResourceManager.GetString("Apply_object_collection_initialization_preferences", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Apply &apos;this.&apos; qualification preferences.
        /// </summary>
        internal static string Apply_this_qualification_preferences {
            get {
                return ResourceManager.GetString("Apply_this_qualification_preferences", resourceCulture);
            }
        }
        
207 208 209
        /// <summary>
        ///   Looks up a localized string similar to attribute target.
        /// </summary>
210
        internal static string attribute_target {
211
            get {
212
                return ResourceManager.GetString("attribute_target", resourceCulture);
213 214 215
            }
        }
        
216 217 218 219 220 221 222 223 224
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to member declaration.
        /// </summary>
        internal static string Autoselect_disabled_due_to_member_declaration {
            get {
                return ResourceManager.GetString("Autoselect_disabled_due_to_member_declaration", resourceCulture);
            }
        }
        
225 226 227
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to namespace declaration..
        /// </summary>
228
        internal static string Autoselect_disabled_due_to_namespace_declaration {
229
            get {
230
                return ResourceManager.GetString("Autoselect_disabled_due_to_namespace_declaration", resourceCulture);
231 232 233
            }
        }
        
234 235 236 237 238 239 240 241 242
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to possible deconstruction declaration..
        /// </summary>
        internal static string Autoselect_disabled_due_to_possible_deconstruction_declaration {
            get {
                return ResourceManager.GetString("Autoselect_disabled_due_to_possible_deconstruction_declaration", resourceCulture);
            }
        }
        
243 244 245
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to possible explicitly named anonymous type member creation..
        /// </summary>
246
        internal static string Autoselect_disabled_due_to_possible_explicitly_named_anonymous_type_member_creation {
247
            get {
248 249
                return ResourceManager.GetString("Autoselect_disabled_due_to_possible_explicitly_named_anonymous_type_member_creati" +
                        "on", resourceCulture);
250 251 252
            }
        }
        
253 254 255 256 257 258 259 260 261
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to possible tuple type element creation..
        /// </summary>
        internal static string Autoselect_disabled_due_to_possible_tuple_type_element_creation {
            get {
                return ResourceManager.GetString("Autoselect_disabled_due_to_possible_tuple_type_element_creation", resourceCulture);
            }
        }
        
262 263 264
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to potential lambda declaration..
        /// </summary>
265
        internal static string Autoselect_disabled_due_to_potential_lambda_declaration {
266
            get {
267
                return ResourceManager.GetString("Autoselect_disabled_due_to_potential_lambda_declaration", resourceCulture);
268 269 270 271 272 273
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to potential range variable declaration..
        /// </summary>
274
        internal static string Autoselect_disabled_due_to_potential_range_variable_declaration {
275
            get {
276
                return ResourceManager.GetString("Autoselect_disabled_due_to_potential_range_variable_declaration", resourceCulture);
277 278 279
            }
        }
        
280 281 282
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to type declaration..
        /// </summary>
283
        internal static string Autoselect_disabled_due_to_type_declaration {
284
            get {
285
                return ResourceManager.GetString("Autoselect_disabled_due_to_type_declaration", resourceCulture);
286 287 288
            }
        }
        
289
        /// <summary>
290
        ///   Looks up a localized string similar to await expression.
291
        /// </summary>
292
        internal static string await_expression {
293
            get {
294
                return ResourceManager.GetString("await_expression", resourceCulture);
295 296 297 298
            }
        }
        
        /// <summary>
299
        ///   Looks up a localized string similar to awaitable.
300
        /// </summary>
301
        internal static string awaitable {
302
            get {
303
                return ResourceManager.GetString("awaitable", resourceCulture);
304 305 306
            }
        }
        
307
        /// <summary>
308
        ///   Looks up a localized string similar to awaitable, extension.
309
        /// </summary>
310
        internal static string awaitable_extension {
311
            get {
312
                return ResourceManager.GetString("awaitable_extension", resourceCulture);
313 314 315
            }
        }
        
316
        /// <summary>
317
        ///   Looks up a localized string similar to Can&apos;t determine valid range of statements to extract.
318
        /// </summary>
319
        internal static string Can_t_determine_valid_range_of_statements_to_extract {
320
            get {
321
                return ResourceManager.GetString("Can_t_determine_valid_range_of_statements_to_extract", resourceCulture);
322 323 324
            }
        }
        
325 326 327
        /// <summary>
        ///   Looks up a localized string similar to catch clause.
        /// </summary>
328
        internal static string catch_clause {
329
            get {
330
                return ResourceManager.GetString("catch_clause", resourceCulture);
331 332 333
            }
        }
        
334 335 336
        /// <summary>
        ///   Looks up a localized string similar to Change return type from {0} to {1}.
        /// </summary>
337
        internal static string Change_return_type_from_0_to_1 {
338
            get {
339
                return ResourceManager.GetString("Change_return_type_from_0_to_1", resourceCulture);
340 341 342
            }
        }
        
343 344 345
        /// <summary>
        ///   Looks up a localized string similar to checked statement.
        /// </summary>
346
        internal static string checked_statement {
347
            get {
348
                return ResourceManager.GetString("checked_statement", resourceCulture);
349 350 351
            }
        }
        
352 353 354
        /// <summary>
        ///   Looks up a localized string similar to &lt;class name&gt;.
        /// </summary>
355
        internal static string class_name {
356
            get {
357
                return ResourceManager.GetString("class_name", resourceCulture);
358 359 360
            }
        }
        
361 362 363
        /// <summary>
        ///   Looks up a localized string similar to Conflict(s) detected..
        /// </summary>
364
        internal static string Conflict_s_detected {
365
            get {
366
                return ResourceManager.GetString("Conflict_s_detected", resourceCulture);
367 368 369 370 371 372
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Contains invalid selection..
        /// </summary>
373
        internal static string Contains_invalid_selection {
374
            get {
375
                return ResourceManager.GetString("Contains_invalid_selection", resourceCulture);
376 377 378
            }
        }
        
379 380 381
        /// <summary>
        ///   Looks up a localized string similar to conversion operator.
        /// </summary>
382
        internal static string conversion_operator {
383
            get {
384
                return ResourceManager.GetString("conversion_operator", resourceCulture);
385 386 387
            }
        }
        
388
        /// <summary>
389
        ///   Looks up a localized string similar to Convert to &apos;for&apos;.
390
        /// </summary>
391
        internal static string Convert_to_for {
392
            get {
393
                return ResourceManager.GetString("Convert_to_for", resourceCulture);
394 395 396
            }
        }
        
A
Alireza Habibi 已提交
397
        /// <summary>
398
        ///   Looks up a localized string similar to Convert to &apos;foreach&apos;.
A
Alireza Habibi 已提交
399
        /// </summary>
400
        internal static string Convert_to_foreach {
A
Alireza Habibi 已提交
401
            get {
402 403 404 405 406
                return ResourceManager.GetString("Convert_to_foreach", resourceCulture);
            }
        }
        
        /// <summary>
A
Alireza Habibi 已提交
407
        ///   Looks up a localized string similar to Convert to method.
408
        /// </summary>
A
Alireza Habibi 已提交
409
        internal static string Convert_to_method {
410
            get {
A
Alireza Habibi 已提交
411
                return ResourceManager.GetString("Convert_to_method", resourceCulture);
A
Alireza Habibi 已提交
412 413 414
            }
        }
        
415 416 417 418 419 420
        /// <summary>
        ///   Looks up a localized string similar to Convert to &apos;switch&apos;.
        /// </summary>
        internal static string Convert_to_switch {
            get {
                return ResourceManager.GetString("Convert_to_switch", resourceCulture);
A
Alireza Habibi 已提交
421 422 423
            }
        }
        
C
Charles Stoner 已提交
424 425 426 427 428 429 430 431 432
        /// <summary>
        ///   Looks up a localized string similar to Declare as nullable.
        /// </summary>
        internal static string Declare_as_nullable {
            get {
                return ResourceManager.GetString("Declare_as_nullable", resourceCulture);
            }
        }
        
433 434 435 436 437 438 439 440 441
        /// <summary>
        ///   Looks up a localized string similar to deconstruction.
        /// </summary>
        internal static string deconstruction {
            get {
                return ResourceManager.GetString("deconstruction", resourceCulture);
            }
        }
        
442 443 444
        /// <summary>
        ///   Looks up a localized string similar to Delegate invocation can be simplified..
        /// </summary>
445
        internal static string Delegate_invocation_can_be_simplified {
446
            get {
447
                return ResourceManager.GetString("Delegate_invocation_can_be_simplified", resourceCulture);
448 449 450
            }
        }
        
451 452 453
        /// <summary>
        ///   Looks up a localized string similar to deprecated.
        /// </summary>
454
        internal static string deprecated {
455
            get {
456
                return ResourceManager.GetString("deprecated", resourceCulture);
457 458 459
            }
        }
        
460 461 462 463 464 465 466 467 468
        /// <summary>
        ///   Looks up a localized string similar to &lt;designation name&gt;.
        /// </summary>
        internal static string designation_name {
            get {
                return ResourceManager.GetString("designation_name", resourceCulture);
            }
        }
        
469 470 471
        /// <summary>
        ///   Looks up a localized string similar to destructor.
        /// </summary>
472
        internal static string destructor {
473
            get {
474
                return ResourceManager.GetString("destructor", resourceCulture);
475 476 477
            }
        }
        
478
        /// <summary>
479
        ///   Looks up a localized string similar to Do not change this code. Put cleanup code in Dispose(bool disposing) above..
480
        /// </summary>
481
        internal static string Do_not_change_this_code_Put_cleanup_code_in_Dispose_bool_disposing_above {
482
            get {
483
                return ResourceManager.GetString("Do_not_change_this_code_Put_cleanup_code_in_Dispose_bool_disposing_above", resourceCulture);
484 485 486
            }
        }
        
487 488 489 490 491 492 493 494 495
        /// <summary>
        ///   Looks up a localized string similar to &lt;element name&gt; : .
        /// </summary>
        internal static string element_name {
            get {
                return ResourceManager.GetString("element_name", resourceCulture);
            }
        }
        
496 497 498
        /// <summary>
        ///   Looks up a localized string similar to event field.
        /// </summary>
499
        internal static string event_field {
500
            get {
501
                return ResourceManager.GetString("event_field", resourceCulture);
502 503 504 505 506 507
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to extension.
        /// </summary>
508
        internal static string extension {
509
            get {
510
                return ResourceManager.GetString("extension", resourceCulture);
511 512 513
            }
        }
        
514 515 516
        /// <summary>
        ///   Looks up a localized string similar to filter clause.
        /// </summary>
517
        internal static string filter_clause {
518
            get {
519
                return ResourceManager.GetString("filter_clause", resourceCulture);
520 521 522 523 524 525
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to finally clause.
        /// </summary>
526
        internal static string finally_clause {
527
            get {
528
                return ResourceManager.GetString("finally_clause", resourceCulture);
529 530 531 532 533 534
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to fixed statement.
        /// </summary>
535
        internal static string fixed_statement {
536
            get {
537
                return ResourceManager.GetString("fixed_statement", resourceCulture);
538 539 540 541 542 543
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to foreach statement.
        /// </summary>
544
        internal static string foreach_statement {
545
            get {
546
                return ResourceManager.GetString("foreach_statement", resourceCulture);
547 548 549
            }
        }
        
550
        /// <summary>
551
        ///   Looks up a localized string similar to from clause.
552
        /// </summary>
553
        internal static string from_clause {
554
            get {
555
                return ResourceManager.GetString("from_clause", resourceCulture);
556 557 558
            }
        }
        
559
        /// <summary>
560
        ///   Looks up a localized string similar to Generate explicit conversion operator in &apos;{0}&apos;.
561
        /// </summary>
562
        internal static string Generate_explicit_conversion_operator_in_0 {
563
            get {
564
                return ResourceManager.GetString("Generate_explicit_conversion_operator_in_0", resourceCulture);
565 566 567
            }
        }
        
568
        /// <summary>
569
        ///   Looks up a localized string similar to Generate implicit conversion operator in &apos;{0}&apos;.
570
        /// </summary>
571
        internal static string Generate_implicit_conversion_operator_in_0 {
572
            get {
573
                return ResourceManager.GetString("Generate_implicit_conversion_operator_in_0", resourceCulture);
574 575 576
            }
        }
        
577
        /// <summary>
578
        ///   Looks up a localized string similar to global statement.
579
        /// </summary>
580
        internal static string global_statement {
581
            get {
582
                return ResourceManager.GetString("global_statement", resourceCulture);
583 584 585
            }
        }
        
586
        /// <summary>
587
        ///   Looks up a localized string similar to groupby clause.
588
        /// </summary>
589
        internal static string groupby_clause {
590
            get {
591
                return ResourceManager.GetString("groupby_clause", resourceCulture);
592 593 594
            }
        }
        
595
        /// <summary>
596
        ///   Looks up a localized string similar to Hide base member.
597
        /// </summary>
598
        internal static string Hide_base_member {
599
            get {
600
                return ResourceManager.GetString("Hide_base_member", resourceCulture);
601 602 603
            }
        }
        
604 605 606 607 608 609 610 611 612
        /// <summary>
        ///   Looks up a localized string similar to &apos;if&apos; statement can be simplified.
        /// </summary>
        internal static string if_statement_can_be_simplified {
            get {
                return ResourceManager.GetString("if_statement_can_be_simplified", resourceCulture);
            }
        }
        
613 614 615
        /// <summary>
        ///   Looks up a localized string similar to indexer.
        /// </summary>
616
        internal static string indexer {
617
            get {
618
                return ResourceManager.GetString("indexer", resourceCulture);
619 620 621 622 623 624
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to indexer getter.
        /// </summary>
625
        internal static string indexer_getter {
626
            get {
627
                return ResourceManager.GetString("indexer_getter", resourceCulture);
628 629 630 631 632 633
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to indexer setter.
        /// </summary>
634
        internal static string indexer_setter {
635
            get {
636
                return ResourceManager.GetString("indexer_setter", resourceCulture);
637 638 639
            }
        }
        
640 641 642
        /// <summary>
        ///   Looks up a localized string similar to Inline temporary variable.
        /// </summary>
643
        internal static string Inline_temporary_variable {
644
            get {
645
                return ResourceManager.GetString("Inline_temporary_variable", resourceCulture);
646 647 648 649 650 651
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Insert &apos;await&apos;..
        /// </summary>
652
        internal static string Insert_await {
653
            get {
654
                return ResourceManager.GetString("Insert_await", resourceCulture);
655 656 657
            }
        }
        
658 659 660
        /// <summary>
        ///   Looks up a localized string similar to &lt;interface name&gt;.
        /// </summary>
661
        internal static string interface_name {
662
            get {
663
                return ResourceManager.GetString("interface_name", resourceCulture);
664 665 666
            }
        }
        
667 668 669
        /// <summary>
        ///   Looks up a localized string similar to into clause.
        /// </summary>
670
        internal static string into_clause {
671
            get {
672
                return ResourceManager.GetString("into_clause", resourceCulture);
673 674 675
            }
        }
        
J
Joseph Musser 已提交
676 677 678 679 680 681 682 683 684
        /// <summary>
        ///   Looks up a localized string similar to Introduce &apos;using&apos; statement.
        /// </summary>
        internal static string Introduce_using_statement {
            get {
                return ResourceManager.GetString("Introduce_using_statement", resourceCulture);
            }
        }
        
685 686 687
        /// <summary>
        ///   Looks up a localized string similar to Invalid selection..
        /// </summary>
688
        internal static string Invalid_selection {
689
            get {
690
                return ResourceManager.GetString("Invalid_selection", resourceCulture);
691 692 693
            }
        }
        
C
Cheryl Borley 已提交
694 695 696 697 698 699 700 701 702
        /// <summary>
        ///   Looks up a localized string similar to Invert if.
        /// </summary>
        internal static string Invert_if {
            get {
                return ResourceManager.GetString("Invert_if", resourceCulture);
            }
        }
        
703
        /// <summary>
704 705 706 707 708 709 710 711
        ///   Looks up a localized string similar to is pattern.
        /// </summary>
        internal static string is_pattern {
            get {
                return ResourceManager.GetString("is_pattern", resourceCulture);
            }
        }
        
712 713 714
        /// <summary>
        ///   Looks up a localized string similar to join clause.
        /// </summary>
715
        internal static string join_clause {
716
            get {
717
                return ResourceManager.GetString("join_clause", resourceCulture);
718 719 720 721 722 723
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to lambda.
        /// </summary>
724
        internal static string lambda {
725
            get {
726
                return ResourceManager.GetString("lambda", resourceCulture);
727 728 729
            }
        }
        
730 731 732
        /// <summary>
        ///   Looks up a localized string similar to &lt;lambda expression&gt;.
        /// </summary>
733
        internal static string lambda_expression {
734
            get {
735
                return ResourceManager.GetString("lambda_expression", resourceCulture);
736 737 738
            }
        }
        
739 740 741
        /// <summary>
        ///   Looks up a localized string similar to let clause.
        /// </summary>
742
        internal static string let_clause {
743
            get {
744
                return ResourceManager.GetString("let_clause", resourceCulture);
745 746 747
            }
        }
        
748 749 750 751 752 753 754 755 756
        /// <summary>
        ///   Looks up a localized string similar to local function.
        /// </summary>
        internal static string local_function {
            get {
                return ResourceManager.GetString("local_function", resourceCulture);
            }
        }
        
757 758 759
        /// <summary>
        ///   Looks up a localized string similar to lock statement.
        /// </summary>
760
        internal static string lock_statement {
761
            get {
762
                return ResourceManager.GetString("lock_statement", resourceCulture);
763 764 765
            }
        }
        
766
        /// <summary>
767
        ///   Looks up a localized string similar to Make {0} return Task instead of void..
768
        /// </summary>
769
        internal static string Make_0_return_Task_instead_of_void {
770
            get {
771
                return ResourceManager.GetString("Make_0_return_Task_instead_of_void", resourceCulture);
772 773 774
            }
        }
        
775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792
        /// <summary>
        ///   Looks up a localized string similar to Make method async.
        /// </summary>
        internal static string Make_method_async {
            get {
                return ResourceManager.GetString("Make_method_async", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Make method async (stay void).
        /// </summary>
        internal static string Make_method_async_remain_void {
            get {
                return ResourceManager.GetString("Make_method_async_remain_void", resourceCulture);
            }
        }
        
793 794 795 796 797 798 799 800 801
        /// <summary>
        ///   Looks up a localized string similar to Make private fields readonly when possible.
        /// </summary>
        internal static string Make_private_field_readonly_when_possible {
            get {
                return ResourceManager.GetString("Make_private_field_readonly_when_possible", resourceCulture);
            }
        }
        
802
        /// <summary>
803
        ///   Looks up a localized string similar to &lt;member name&gt; = .
804
        /// </summary>
805
        internal static string member_name {
806
            get {
807
                return ResourceManager.GetString("member_name", resourceCulture);
808 809 810
            }
        }
        
811 812 813 814 815 816 817 818 819
        /// <summary>
        ///   Looks up a localized string similar to &lt;Name&gt;.
        /// </summary>
        internal static string Name {
            get {
                return ResourceManager.GetString("Name", resourceCulture);
            }
        }
        
820
        /// <summary>
821
        ///   Looks up a localized string similar to Name can be simplified.
822
        /// </summary>
823
        internal static string Name_can_be_simplified {
824
            get {
825
                return ResourceManager.GetString("Name_can_be_simplified", resourceCulture);
826 827 828
            }
        }
        
829
        /// <summary>
830
        ///   Looks up a localized string similar to &lt;namespace name&gt;.
831
        /// </summary>
832
        internal static string namespace_name {
833
            get {
834
                return ResourceManager.GetString("namespace_name", resourceCulture);
835 836 837 838
            }
        }
        
        /// <summary>
839
        ///   Looks up a localized string similar to No common root node for extraction..
840
        /// </summary>
841
        internal static string No_common_root_node_for_extraction {
842
            get {
843
                return ResourceManager.GetString("No_common_root_node_for_extraction", resourceCulture);
844 845 846 847 848 849
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No valid selection to perform extraction..
        /// </summary>
850
        internal static string No_valid_selection_to_perform_extraction {
851
            get {
852
                return ResourceManager.GetString("No_valid_selection_to_perform_extraction", resourceCulture);
853 854 855 856
            }
        }
        
        /// <summary>
857
        ///   Looks up a localized string similar to No valid statement range to extract.
858
        /// </summary>
859
        internal static string No_valid_statement_range_to_extract {
860
            get {
861
                return ResourceManager.GetString("No_valid_statement_range_to_extract", resourceCulture);
862 863 864
            }
        }
        
865
        /// <summary>
866
        ///   Looks up a localized string similar to Not all code paths return.
867
        /// </summary>
868
        internal static string Not_all_code_paths_return {
869
            get {
870
                return ResourceManager.GetString("Not_all_code_paths_return", resourceCulture);
871 872 873
            }
        }
        
874
        /// <summary>
875
        ///   Looks up a localized string similar to orderby clause.
876
        /// </summary>
877
        internal static string orderby_clause {
878
            get {
879
                return ResourceManager.GetString("orderby_clause", resourceCulture);
880 881 882
            }
        }
        
883
        /// <summary>
884
        ///   Looks up a localized string similar to Organize Usings.
885
        /// </summary>
886
        internal static string Organize_Usings {
887
            get {
888
                return ResourceManager.GetString("Organize_Usings", resourceCulture);
889 890 891
            }
        }
        
892 893 894 895 896 897 898 899 900
        /// <summary>
        ///   Looks up a localized string similar to out variable.
        /// </summary>
        internal static string out_var {
            get {
                return ResourceManager.GetString("out_var", resourceCulture);
            }
        }
        
901 902 903 904 905 906 907 908 909
        /// <summary>
        ///   Looks up a localized string similar to Properties.
        /// </summary>
        internal static string Properties {
            get {
                return ResourceManager.GetString("Properties", resourceCulture);
            }
        }
        
910 911 912
        /// <summary>
        ///   Looks up a localized string similar to property getter.
        /// </summary>
913
        internal static string property_getter {
914
            get {
915
                return ResourceManager.GetString("property_getter", resourceCulture);
916 917 918 919 920 921
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to property setter.
        /// </summary>
922
        internal static string property_setter {
923
            get {
924
                return ResourceManager.GetString("property_setter", resourceCulture);
925 926 927
            }
        }
        
928 929 930
        /// <summary>
        ///   Looks up a localized string similar to query body.
        /// </summary>
931
        internal static string query_body {
932
            get {
933
                return ResourceManager.GetString("query_body", resourceCulture);
934 935 936
            }
        }
        
937 938 939
        /// <summary>
        ///   Looks up a localized string similar to &lt;range variable&gt;.
        /// </summary>
940
        internal static string range_variable {
941
            get {
942
                return ResourceManager.GetString("range_variable", resourceCulture);
943 944 945
            }
        }
        
946 947 948 949 950 951 952 953 954
        /// <summary>
        ///   Looks up a localized string similar to ref local or expression.
        /// </summary>
        internal static string ref_local_or_expression {
            get {
                return ResourceManager.GetString("ref_local_or_expression", resourceCulture);
            }
        }
        
955
        /// <summary>
C
CyrusNajmabadi 已提交
956
        ///   Looks up a localized string similar to R&amp;emove and Sort Usings.
957
        /// </summary>
958
        internal static string Remove_and_Sort_Usings {
959
            get {
960
                return ResourceManager.GetString("Remove_and_Sort_Usings", resourceCulture);
961 962 963
            }
        }
        
964 965 966
        /// <summary>
        ///   Looks up a localized string similar to Remove &apos;this&apos; qualification.
        /// </summary>
967
        internal static string Remove_this_qualification {
968
            get {
969
                return ResourceManager.GetString("Remove_this_qualification", resourceCulture);
970 971 972
            }
        }
        
973 974 975 976 977 978 979 980 981
        /// <summary>
        ///   Looks up a localized string similar to Remove unnecessary casts.
        /// </summary>
        internal static string Remove_unnecessary_casts {
            get {
                return ResourceManager.GetString("Remove_unnecessary_casts", resourceCulture);
            }
        }
        
982 983 984
        /// <summary>
        ///   Looks up a localized string similar to Remove Unnecessary Usings.
        /// </summary>
985
        internal static string Remove_Unnecessary_Usings {
986
            get {
987
                return ResourceManager.GetString("Remove_Unnecessary_Usings", resourceCulture);
988 989 990
            }
        }
        
991 992 993 994 995 996 997 998 999
        /// <summary>
        ///   Looks up a localized string similar to Remove unused function.
        /// </summary>
        internal static string Remove_unused_function {
            get {
                return ResourceManager.GetString("Remove_unused_function", resourceCulture);
            }
        }
        
1000 1001 1002 1003 1004 1005 1006 1007 1008
        /// <summary>
        ///   Looks up a localized string similar to Remove unused variables.
        /// </summary>
        internal static string Remove_unused_variables {
            get {
                return ResourceManager.GetString("Remove_unused_variables", resourceCulture);
            }
        }
        
1009
        /// <summary>
1010
        ///   Looks up a localized string similar to Replace return with yield return.
1011
        /// </summary>
1012
        internal static string Replace_return_with_yield_return {
1013
            get {
1014
                return ResourceManager.GetString("Replace_return_with_yield_return", resourceCulture);
1015 1016 1017
            }
        }
        
1018 1019 1020
        /// <summary>
        ///   Looks up a localized string similar to select clause.
        /// </summary>
1021
        internal static string select_clause {
1022
            get {
1023
                return ResourceManager.GetString("select_clause", resourceCulture);
1024 1025 1026
            }
        }
        
1027 1028 1029
        /// <summary>
        ///   Looks up a localized string similar to Selection can not be part of constant initializer expression..
        /// </summary>
1030
        internal static string Selection_can_not_be_part_of_constant_initializer_expression {
1031
            get {
1032
                return ResourceManager.GetString("Selection_can_not_be_part_of_constant_initializer_expression", resourceCulture);
1033 1034 1035 1036
            }
        }
        
        /// <summary>
1037
        ///   Looks up a localized string similar to Selection can not contain a pattern expression..
1038
        /// </summary>
1039
        internal static string Selection_can_not_contain_a_pattern_expression {
1040
            get {
1041
                return ResourceManager.GetString("Selection_can_not_contain_a_pattern_expression", resourceCulture);
1042 1043 1044
            }
        }
        
1045
        /// <summary>
1046
        ///   Looks up a localized string similar to Selection can not contain a yield statement..
1047
        /// </summary>
1048
        internal static string Selection_can_not_contain_a_yield_statement {
1049
            get {
1050
                return ResourceManager.GetString("Selection_can_not_contain_a_yield_statement", resourceCulture);
1051 1052 1053
            }
        }
        
1054 1055 1056
        /// <summary>
        ///   Looks up a localized string similar to Selection can not contain throw statement..
        /// </summary>
1057
        internal static string Selection_can_not_contain_throw_statement {
1058
            get {
1059
                return ResourceManager.GetString("Selection_can_not_contain_throw_statement", resourceCulture);
1060 1061 1062 1063 1064 1065
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection can not cross over preprocessor directives..
        /// </summary>
1066
        internal static string Selection_can_not_cross_over_preprocessor_directives {
1067
            get {
1068
                return ResourceManager.GetString("Selection_can_not_cross_over_preprocessor_directives", resourceCulture);
1069 1070 1071 1072 1073 1074
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection does not contain a valid node.
        /// </summary>
1075
        internal static string Selection_does_not_contain_a_valid_node {
1076
            get {
1077
                return ResourceManager.GetString("Selection_does_not_contain_a_valid_node", resourceCulture);
1078 1079 1080 1081 1082 1083
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection does not contain a valid token..
        /// </summary>
1084
        internal static string Selection_does_not_contain_a_valid_token {
1085
            get {
1086
                return ResourceManager.GetString("Selection_does_not_contain_a_valid_token", resourceCulture);
1087 1088 1089 1090 1091 1092
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify all occurrences.
        /// </summary>
1093
        internal static string Simplify_all_occurrences {
1094
            get {
1095
                return ResourceManager.GetString("Simplify_all_occurrences", resourceCulture);
1096 1097 1098 1099 1100 1101
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify lambda expression.
        /// </summary>
1102
        internal static string Simplify_lambda_expression {
1103
            get {
1104
                return ResourceManager.GetString("Simplify_lambda_expression", resourceCulture);
1105 1106 1107 1108 1109 1110
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify member access &apos;{0}&apos;.
        /// </summary>
1111
        internal static string Simplify_member_access_0 {
1112
            get {
1113
                return ResourceManager.GetString("Simplify_member_access_0", resourceCulture);
1114 1115 1116 1117 1118 1119
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify name &apos;{0}&apos;.
        /// </summary>
1120
        internal static string Simplify_name_0 {
1121
            get {
1122
                return ResourceManager.GetString("Simplify_name_0", resourceCulture);
1123 1124 1125
            }
        }
        
1126 1127 1128 1129 1130 1131 1132 1133 1134
        /// <summary>
        ///   Looks up a localized string similar to Sort accessibility modifiers.
        /// </summary>
        internal static string Sort_accessibility_modifiers {
            get {
                return ResourceManager.GetString("Sort_accessibility_modifiers", resourceCulture);
            }
        }
        
1135 1136 1137
        /// <summary>
        ///   Looks up a localized string similar to struct.
        /// </summary>
1138
        internal static string struct_ {
1139
            get {
1140
                return ResourceManager.GetString("struct_", resourceCulture);
1141 1142 1143
            }
        }
        
1144 1145 1146
        /// <summary>
        ///   Looks up a localized string similar to &lt;struct name&gt;.
        /// </summary>
1147
        internal static string struct_name {
1148
            get {
1149 1150 1151 1152
                return ResourceManager.GetString("struct_name", resourceCulture);
            }
        }
        
1153 1154 1155
        /// <summary>
        ///   Looks up a localized string similar to (Suggested name).
        /// </summary>
1156
        internal static string Suggested_name {
1157
            get {
1158
                return ResourceManager.GetString("Suggested_name", resourceCulture);
1159 1160 1161
            }
        }
        
1162 1163 1164 1165 1166 1167
        /// <summary>
        ///   Looks up a localized string similar to The name &apos;{0}&apos; does not exist in the current context..
        /// </summary>
        internal static string The_name_0_does_not_exist_in_the_current_context {
            get {
                return ResourceManager.GetString("The_name_0_does_not_exist_in_the_current_context", resourceCulture);
1168 1169 1170
            }
        }
        
1171 1172 1173
        /// <summary>
        ///   Looks up a localized string similar to The selected code is inside an unsafe context..
        /// </summary>
1174
        internal static string The_selected_code_is_inside_an_unsafe_context {
1175
            get {
1176
                return ResourceManager.GetString("The_selected_code_is_inside_an_unsafe_context", resourceCulture);
1177 1178 1179 1180
            }
        }
        
        /// <summary>
1181
        ///   Looks up a localized string similar to The selection contains syntactic errors.
1182
        /// </summary>
1183
        internal static string The_selection_contains_syntactic_errors {
1184
            get {
1185
                return ResourceManager.GetString("The_selection_contains_syntactic_errors", resourceCulture);
1186 1187 1188
            }
        }
        
1189 1190 1191
        /// <summary>
        ///   Looks up a localized string similar to This code added to correctly implement the disposable pattern..
        /// </summary>
1192
        internal static string This_code_added_to_correctly_implement_the_disposable_pattern {
1193
            get {
1194
                return ResourceManager.GetString("This_code_added_to_correctly_implement_the_disposable_pattern", resourceCulture);
1195 1196 1197
            }
        }
        
1198
        /// <summary>
1199
        ///   Looks up a localized string similar to TODO: free unmanaged resources (unmanaged objects) and override a finalizer below..
1200
        /// </summary>
1201
        internal static string TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_a_finalizer_below {
1202
            get {
1203 1204
                return ResourceManager.GetString("TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_a_finalizer_be" +
                        "low", resourceCulture);
1205 1206 1207 1208
            }
        }
        
        /// <summary>
1209
        ///   Looks up a localized string similar to TODO: override a finalizer only if Dispose(bool disposing) above has code to free unmanaged resources..
1210
        /// </summary>
1211
        internal static string TODO_colon_override_a_finalizer_only_if_Dispose_bool_disposing_above_has_code_to_free_unmanaged_resources {
1212
            get {
1213 1214
                return ResourceManager.GetString("TODO_colon_override_a_finalizer_only_if_Dispose_bool_disposing_above_has_code_to_" +
                        "free_unmanaged_resources", resourceCulture);
1215 1216 1217
            }
        }
        
1218 1219 1220
        /// <summary>
        ///   Looks up a localized string similar to TODO: uncomment the following line if the finalizer is overridden above..
        /// </summary>
1221
        internal static string TODO_colon_uncomment_the_following_line_if_the_finalizer_is_overridden_above {
1222
            get {
1223
                return ResourceManager.GetString("TODO_colon_uncomment_the_following_line_if_the_finalizer_is_overridden_above", resourceCulture);
1224 1225 1226
            }
        }
        
B
Balaji Krishnan 已提交
1227
        /// <summary>
1228
        ///   Looks up a localized string similar to try block.
B
Balaji Krishnan 已提交
1229
        /// </summary>
1230
        internal static string try_block {
B
Balaji Krishnan 已提交
1231
            get {
1232 1233 1234 1235
                return ResourceManager.GetString("try_block", resourceCulture);
            }
        }
        
1236 1237 1238 1239 1240 1241 1242 1243 1244
        /// <summary>
        ///   Looks up a localized string similar to tuple.
        /// </summary>
        internal static string tuple {
            get {
                return ResourceManager.GetString("tuple", resourceCulture);
            }
        }
        
1245 1246 1247 1248 1249 1250
        /// <summary>
        ///   Looks up a localized string similar to unchecked statement.
        /// </summary>
        internal static string unchecked_statement {
            get {
                return ResourceManager.GetString("unchecked_statement", resourceCulture);
B
Balaji Krishnan 已提交
1251 1252 1253
            }
        }
        
1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271
        /// <summary>
        ///   Looks up a localized string similar to Upgrade all C# projects to language version &apos;{0}&apos;.
        /// </summary>
        internal static string Upgrade_all_csharp_projects_to_language_version_0 {
            get {
                return ResourceManager.GetString("Upgrade_all_csharp_projects_to_language_version_0", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Upgrade this project to C# language version &apos;{0}&apos;.
        /// </summary>
        internal static string Upgrade_this_project_to_csharp_language_version_0 {
            get {
                return ResourceManager.GetString("Upgrade_this_project_to_csharp_language_version_0", resourceCulture);
            }
        }
        
1272 1273 1274 1275 1276 1277 1278 1279 1280
        /// <summary>
        ///   Looks up a localized string similar to Use &apos;{0}&apos;.
        /// </summary>
        internal static string Use_0 {
            get {
                return ResourceManager.GetString("Use_0", resourceCulture);
            }
        }
        
B
Balaji Krishnan 已提交
1281
        /// <summary>
1282
        ///   Looks up a localized string similar to Use explicit type.
B
Balaji Krishnan 已提交
1283
        /// </summary>
1284
        internal static string Use_explicit_type {
B
Balaji Krishnan 已提交
1285
            get {
1286
                return ResourceManager.GetString("Use_explicit_type", resourceCulture);
B
Balaji Krishnan 已提交
1287 1288 1289 1290
            }
        }
        
        /// <summary>
1291
        ///   Looks up a localized string similar to Use explicit type instead of &apos;var&apos;.
B
Balaji Krishnan 已提交
1292
        /// </summary>
1293
        internal static string Use_explicit_type_instead_of_var {
B
Balaji Krishnan 已提交
1294
            get {
1295
                return ResourceManager.GetString("Use_explicit_type_instead_of_var", resourceCulture);
B
Balaji Krishnan 已提交
1296 1297 1298 1299
            }
        }
        
        /// <summary>
1300
        ///   Looks up a localized string similar to Use implicit type.
B
Balaji Krishnan 已提交
1301
        /// </summary>
1302 1303 1304 1305 1306 1307
        internal static string Use_implicit_type {
            get {
                return ResourceManager.GetString("Use_implicit_type", resourceCulture);
            }
        }
        
1308 1309 1310 1311 1312 1313 1314 1315 1316
        /// <summary>
        ///   Looks up a localized string similar to Use &apos;is null&apos; check.
        /// </summary>
        internal static string Use_is_null_check {
            get {
                return ResourceManager.GetString("Use_is_null_check", resourceCulture);
            }
        }
        
1317 1318 1319 1320
        /// <summary>
        ///   Looks up a localized string similar to use &apos;var&apos; instead of explicit type.
        /// </summary>
        internal static string use_var_instead_of_explicit_type {
B
Balaji Krishnan 已提交
1321
            get {
1322
                return ResourceManager.GetString("use_var_instead_of_explicit_type", resourceCulture);
B
Balaji Krishnan 已提交
1323 1324 1325
            }
        }
        
1326 1327 1328
        /// <summary>
        ///   Looks up a localized string similar to using directive.
        /// </summary>
1329 1330 1331 1332 1333 1334 1335 1336 1337 1338
        internal static string using_directive {
            get {
                return ResourceManager.GetString("using_directive", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Using directive is unnecessary..
        /// </summary>
        internal static string Using_directive_is_unnecessary {
1339
            get {
1340
                return ResourceManager.GetString("Using_directive_is_unnecessary", resourceCulture);
1341 1342 1343 1344 1345 1346
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to using namespace.
        /// </summary>
1347
        internal static string using_namespace {
1348
            get {
1349
                return ResourceManager.GetString("using_namespace", resourceCulture);
1350 1351 1352
            }
        }
        
1353 1354 1355
        /// <summary>
        ///   Looks up a localized string similar to using statement.
        /// </summary>
1356
        internal static string using_statement {
1357
            get {
1358
                return ResourceManager.GetString("using_statement", resourceCulture);
1359 1360 1361
            }
        }
        
1362
        /// <summary>
1363 1364 1365 1366 1367 1368 1369 1370
        ///   Looks up a localized string similar to C# 7 enhanced switch statement.
        /// </summary>
        internal static string v7_switch {
            get {
                return ResourceManager.GetString("v7_switch", resourceCulture);
            }
        }
        
1371 1372 1373 1374 1375 1376 1377 1378 1379
        /// <summary>
        ///   Looks up a localized string similar to Warning: Extracting a local function reference may produce invalid code.
        /// </summary>
        internal static string Warning_Extracting_a_local_function_reference_may_produce_invalid_code {
            get {
                return ResourceManager.GetString("Warning_Extracting_a_local_function_reference_may_produce_invalid_code", resourceCulture);
            }
        }
        
1380 1381 1382
        /// <summary>
        ///   Looks up a localized string similar to where clause.
        /// </summary>
1383
        internal static string where_clause {
1384
            get {
1385
                return ResourceManager.GetString("where_clause", resourceCulture);
1386 1387 1388 1389 1390 1391
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to yield statement.
        /// </summary>
1392
        internal static string yield_statement {
1393
            get {
1394
                return ResourceManager.GetString("yield_statement", resourceCulture);
1395 1396
            }
        }
1397 1398
    }
}