CSharpFeaturesResources.Designer.cs 56.1 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", "16.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)) {
A
Alireza Habibi 已提交
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);
            }
        }
        
Š
Šimon Koníček 已提交
144 145 146 147 148 149 150 151 152
        /// <summary>
        ///   Looks up a localized string similar to Allow unsafe code in this project.
        /// </summary>
        internal static string Allow_unsafe_code_in_this_project {
            get {
                return ResourceManager.GetString("Allow_unsafe_code_in_this_project", resourceCulture);
            }
        }
        
153 154 155
        /// <summary>
        ///   Looks up a localized string similar to anonymous method.
        /// </summary>
156
        internal static string anonymous_method {
157
            get {
158
                return ResourceManager.GetString("anonymous_method", resourceCulture);
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 207 208 209 210 211 212 213 214 215
        /// <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);
            }
        }
        
216 217 218
        /// <summary>
        ///   Looks up a localized string similar to attribute target.
        /// </summary>
219
        internal static string attribute_target {
220
            get {
221
                return ResourceManager.GetString("attribute_target", resourceCulture);
222 223 224
            }
        }
        
225 226 227 228 229 230 231 232 233
        /// <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);
            }
        }
        
234 235 236
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to namespace declaration..
        /// </summary>
237
        internal static string Autoselect_disabled_due_to_namespace_declaration {
238
            get {
239
                return ResourceManager.GetString("Autoselect_disabled_due_to_namespace_declaration", resourceCulture);
240 241 242
            }
        }
        
243 244 245 246 247 248 249 250 251
        /// <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);
            }
        }
        
252 253 254
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to possible explicitly named anonymous type member creation..
        /// </summary>
255
        internal static string Autoselect_disabled_due_to_possible_explicitly_named_anonymous_type_member_creation {
256
            get {
257 258
                return ResourceManager.GetString("Autoselect_disabled_due_to_possible_explicitly_named_anonymous_type_member_creati" +
                        "on", resourceCulture);
259 260 261
            }
        }
        
262 263 264 265 266 267 268 269 270
        /// <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);
            }
        }
        
271 272 273
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to potential lambda declaration..
        /// </summary>
274
        internal static string Autoselect_disabled_due_to_potential_lambda_declaration {
275
            get {
276
                return ResourceManager.GetString("Autoselect_disabled_due_to_potential_lambda_declaration", resourceCulture);
277 278 279 280 281 282
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to potential range variable declaration..
        /// </summary>
283
        internal static string Autoselect_disabled_due_to_potential_range_variable_declaration {
284
            get {
285
                return ResourceManager.GetString("Autoselect_disabled_due_to_potential_range_variable_declaration", resourceCulture);
286 287 288
            }
        }
        
289 290 291
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to type declaration..
        /// </summary>
292
        internal static string Autoselect_disabled_due_to_type_declaration {
293
            get {
294
                return ResourceManager.GetString("Autoselect_disabled_due_to_type_declaration", resourceCulture);
295 296 297
            }
        }
        
298
        /// <summary>
299
        ///   Looks up a localized string similar to await expression.
300
        /// </summary>
301
        internal static string await_expression {
302
            get {
303
                return ResourceManager.GetString("await_expression", resourceCulture);
304 305 306 307
            }
        }
        
        /// <summary>
308
        ///   Looks up a localized string similar to awaitable.
309
        /// </summary>
310
        internal static string awaitable {
311
            get {
312
                return ResourceManager.GetString("awaitable", resourceCulture);
313 314 315
            }
        }
        
316
        /// <summary>
317
        ///   Looks up a localized string similar to awaitable, extension.
318
        /// </summary>
319
        internal static string awaitable_extension {
320
            get {
321
                return ResourceManager.GetString("awaitable_extension", resourceCulture);
322 323 324
            }
        }
        
325
        /// <summary>
326
        ///   Looks up a localized string similar to Can&apos;t determine valid range of statements to extract.
327
        /// </summary>
328
        internal static string Can_t_determine_valid_range_of_statements_to_extract {
329
            get {
330
                return ResourceManager.GetString("Can_t_determine_valid_range_of_statements_to_extract", resourceCulture);
331 332 333
            }
        }
        
334 335 336
        /// <summary>
        ///   Looks up a localized string similar to catch clause.
        /// </summary>
337
        internal static string catch_clause {
338
            get {
339
                return ResourceManager.GetString("catch_clause", resourceCulture);
340 341 342
            }
        }
        
343 344 345
        /// <summary>
        ///   Looks up a localized string similar to Change return type from {0} to {1}.
        /// </summary>
346
        internal static string Change_return_type_from_0_to_1 {
347
            get {
348
                return ResourceManager.GetString("Change_return_type_from_0_to_1", resourceCulture);
349 350 351
            }
        }
        
352 353 354
        /// <summary>
        ///   Looks up a localized string similar to checked statement.
        /// </summary>
355
        internal static string checked_statement {
356
            get {
357
                return ResourceManager.GetString("checked_statement", resourceCulture);
358 359 360
            }
        }
        
361 362 363
        /// <summary>
        ///   Looks up a localized string similar to &lt;class name&gt;.
        /// </summary>
364
        internal static string class_name {
365
            get {
366
                return ResourceManager.GetString("class_name", resourceCulture);
367 368 369
            }
        }
        
370 371 372
        /// <summary>
        ///   Looks up a localized string similar to Conflict(s) detected..
        /// </summary>
373
        internal static string Conflict_s_detected {
374
            get {
375
                return ResourceManager.GetString("Conflict_s_detected", resourceCulture);
376 377 378 379 380 381
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Contains invalid selection..
        /// </summary>
382
        internal static string Contains_invalid_selection {
383
            get {
384
                return ResourceManager.GetString("Contains_invalid_selection", resourceCulture);
385 386 387
            }
        }
        
388 389 390
        /// <summary>
        ///   Looks up a localized string similar to conversion operator.
        /// </summary>
391
        internal static string conversion_operator {
392
            get {
393
                return ResourceManager.GetString("conversion_operator", resourceCulture);
394 395 396
            }
        }
        
A
Alireza Habibi 已提交
397 398 399 400 401 402 403 404 405
        /// <summary>
        ///   Looks up a localized string similar to Convert switch statement to expression.
        /// </summary>
        internal static string Convert_switch_statement_to_expression {
            get {
                return ResourceManager.GetString("Convert_switch_statement_to_expression", resourceCulture);
            }
        }
        
406
        /// <summary>
407
        ///   Looks up a localized string similar to Convert to &apos;for&apos;.
408
        /// </summary>
409
        internal static string Convert_to_for {
410
            get {
411
                return ResourceManager.GetString("Convert_to_for", resourceCulture);
412 413 414
            }
        }
        
A
Alireza Habibi 已提交
415
        /// <summary>
416
        ///   Looks up a localized string similar to Convert to &apos;foreach&apos;.
A
Alireza Habibi 已提交
417
        /// </summary>
418
        internal static string Convert_to_foreach {
A
Alireza Habibi 已提交
419
            get {
420 421 422 423 424
                return ResourceManager.GetString("Convert_to_foreach", resourceCulture);
            }
        }
        
        /// <summary>
A
Alireza Habibi 已提交
425
        ///   Looks up a localized string similar to Convert to method.
426
        /// </summary>
A
Alireza Habibi 已提交
427
        internal static string Convert_to_method {
428
            get {
A
Alireza Habibi 已提交
429
                return ResourceManager.GetString("Convert_to_method", resourceCulture);
A
Alireza Habibi 已提交
430 431 432
            }
        }
        
433 434 435 436 437 438
        /// <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 已提交
439 440 441
            }
        }
        
C
Charles Stoner 已提交
442 443 444 445 446 447 448 449 450
        /// <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);
            }
        }
        
451 452 453 454 455 456 457 458 459
        /// <summary>
        ///   Looks up a localized string similar to deconstruction.
        /// </summary>
        internal static string deconstruction {
            get {
                return ResourceManager.GetString("deconstruction", resourceCulture);
            }
        }
        
460 461 462
        /// <summary>
        ///   Looks up a localized string similar to Delegate invocation can be simplified..
        /// </summary>
463
        internal static string Delegate_invocation_can_be_simplified {
464
            get {
465
                return ResourceManager.GetString("Delegate_invocation_can_be_simplified", resourceCulture);
466 467 468
            }
        }
        
469 470 471
        /// <summary>
        ///   Looks up a localized string similar to deprecated.
        /// </summary>
472
        internal static string deprecated {
473
            get {
474
                return ResourceManager.GetString("deprecated", resourceCulture);
475 476 477
            }
        }
        
478 479 480 481 482 483 484 485 486
        /// <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);
            }
        }
        
487 488 489
        /// <summary>
        ///   Looks up a localized string similar to destructor.
        /// </summary>
490
        internal static string destructor {
491
            get {
492
                return ResourceManager.GetString("destructor", resourceCulture);
493 494 495
            }
        }
        
496
        /// <summary>
497
        ///   Looks up a localized string similar to Do not change this code. Put cleanup code in Dispose(bool disposing) above..
498
        /// </summary>
499
        internal static string Do_not_change_this_code_Put_cleanup_code_in_Dispose_bool_disposing_above {
500
            get {
501
                return ResourceManager.GetString("Do_not_change_this_code_Put_cleanup_code_in_Dispose_bool_disposing_above", resourceCulture);
502 503 504
            }
        }
        
505 506 507 508 509 510 511 512 513
        /// <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);
            }
        }
        
514 515 516
        /// <summary>
        ///   Looks up a localized string similar to event field.
        /// </summary>
517
        internal static string event_field {
518
            get {
519
                return ResourceManager.GetString("event_field", resourceCulture);
520 521 522 523 524 525
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to extension.
        /// </summary>
526
        internal static string extension {
527
            get {
528
                return ResourceManager.GetString("extension", resourceCulture);
529 530 531
            }
        }
        
532 533 534
        /// <summary>
        ///   Looks up a localized string similar to filter clause.
        /// </summary>
535
        internal static string filter_clause {
536
            get {
537
                return ResourceManager.GetString("filter_clause", resourceCulture);
538 539 540 541 542 543
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to finally clause.
        /// </summary>
544
        internal static string finally_clause {
545
            get {
546
                return ResourceManager.GetString("finally_clause", resourceCulture);
547 548 549
            }
        }
        
550 551 552 553 554 555 556 557 558
        /// <summary>
        ///   Looks up a localized string similar to Fix return type.
        /// </summary>
        internal static string Fix_return_type {
            get {
                return ResourceManager.GetString("Fix_return_type", resourceCulture);
            }
        }
        
559 560 561
        /// <summary>
        ///   Looks up a localized string similar to fixed statement.
        /// </summary>
562
        internal static string fixed_statement {
563
            get {
564
                return ResourceManager.GetString("fixed_statement", resourceCulture);
565 566 567 568 569 570
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to foreach statement.
        /// </summary>
571
        internal static string foreach_statement {
572
            get {
573
                return ResourceManager.GetString("foreach_statement", resourceCulture);
574 575 576
            }
        }
        
577
        /// <summary>
578
        ///   Looks up a localized string similar to from clause.
579
        /// </summary>
580
        internal static string from_clause {
581
            get {
582
                return ResourceManager.GetString("from_clause", resourceCulture);
583 584 585
            }
        }
        
586
        /// <summary>
587
        ///   Looks up a localized string similar to Generate explicit conversion operator in &apos;{0}&apos;.
588
        /// </summary>
589
        internal static string Generate_explicit_conversion_operator_in_0 {
590
            get {
591
                return ResourceManager.GetString("Generate_explicit_conversion_operator_in_0", resourceCulture);
592 593 594
            }
        }
        
595
        /// <summary>
596
        ///   Looks up a localized string similar to Generate implicit conversion operator in &apos;{0}&apos;.
597
        /// </summary>
598
        internal static string Generate_implicit_conversion_operator_in_0 {
599
            get {
600
                return ResourceManager.GetString("Generate_implicit_conversion_operator_in_0", resourceCulture);
601 602 603
            }
        }
        
604
        /// <summary>
605
        ///   Looks up a localized string similar to global statement.
606
        /// </summary>
607
        internal static string global_statement {
608
            get {
609
                return ResourceManager.GetString("global_statement", resourceCulture);
610 611 612
            }
        }
        
613
        /// <summary>
614
        ///   Looks up a localized string similar to groupby clause.
615
        /// </summary>
616
        internal static string groupby_clause {
617
            get {
618
                return ResourceManager.GetString("groupby_clause", resourceCulture);
619 620 621
            }
        }
        
622
        /// <summary>
623
        ///   Looks up a localized string similar to Hide base member.
624
        /// </summary>
625
        internal static string Hide_base_member {
626
            get {
627
                return ResourceManager.GetString("Hide_base_member", resourceCulture);
628 629 630
            }
        }
        
631 632 633 634 635 636 637 638 639
        /// <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);
            }
        }
        
640 641 642
        /// <summary>
        ///   Looks up a localized string similar to indexer.
        /// </summary>
643
        internal static string indexer {
644
            get {
645
                return ResourceManager.GetString("indexer", resourceCulture);
646 647 648 649 650 651
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to indexer getter.
        /// </summary>
652
        internal static string indexer_getter {
653
            get {
654
                return ResourceManager.GetString("indexer_getter", resourceCulture);
655 656 657 658 659 660
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to indexer setter.
        /// </summary>
661
        internal static string indexer_setter {
662
            get {
663
                return ResourceManager.GetString("indexer_setter", resourceCulture);
664 665 666
            }
        }
        
667 668 669
        /// <summary>
        ///   Looks up a localized string similar to Inline temporary variable.
        /// </summary>
670
        internal static string Inline_temporary_variable {
671
            get {
672
                return ResourceManager.GetString("Inline_temporary_variable", resourceCulture);
673 674 675 676 677 678
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Insert &apos;await&apos;..
        /// </summary>
679
        internal static string Insert_await {
680
            get {
681
                return ResourceManager.GetString("Insert_await", resourceCulture);
682 683 684
            }
        }
        
685 686 687
        /// <summary>
        ///   Looks up a localized string similar to &lt;interface name&gt;.
        /// </summary>
688
        internal static string interface_name {
689
            get {
690
                return ResourceManager.GetString("interface_name", resourceCulture);
691 692 693
            }
        }
        
694 695 696
        /// <summary>
        ///   Looks up a localized string similar to into clause.
        /// </summary>
697
        internal static string into_clause {
698
            get {
699
                return ResourceManager.GetString("into_clause", resourceCulture);
700 701 702
            }
        }
        
J
Joseph Musser 已提交
703 704 705 706 707 708 709 710 711
        /// <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);
            }
        }
        
712 713 714
        /// <summary>
        ///   Looks up a localized string similar to Invalid selection..
        /// </summary>
715
        internal static string Invalid_selection {
716
            get {
717
                return ResourceManager.GetString("Invalid_selection", resourceCulture);
718 719 720
            }
        }
        
C
Cheryl Borley 已提交
721 722 723 724 725 726 727 728 729
        /// <summary>
        ///   Looks up a localized string similar to Invert if.
        /// </summary>
        internal static string Invert_if {
            get {
                return ResourceManager.GetString("Invert_if", resourceCulture);
            }
        }
        
730
        /// <summary>
731 732 733 734 735 736 737 738
        ///   Looks up a localized string similar to is pattern.
        /// </summary>
        internal static string is_pattern {
            get {
                return ResourceManager.GetString("is_pattern", resourceCulture);
            }
        }
        
739 740 741
        /// <summary>
        ///   Looks up a localized string similar to join clause.
        /// </summary>
742
        internal static string join_clause {
743
            get {
744
                return ResourceManager.GetString("join_clause", resourceCulture);
745 746 747 748 749 750
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to lambda.
        /// </summary>
751
        internal static string lambda {
752
            get {
753
                return ResourceManager.GetString("lambda", resourceCulture);
754 755 756
            }
        }
        
757 758 759
        /// <summary>
        ///   Looks up a localized string similar to &lt;lambda expression&gt;.
        /// </summary>
760
        internal static string lambda_expression {
761
            get {
762
                return ResourceManager.GetString("lambda_expression", resourceCulture);
763 764 765
            }
        }
        
766 767 768
        /// <summary>
        ///   Looks up a localized string similar to let clause.
        /// </summary>
769
        internal static string let_clause {
770
            get {
771
                return ResourceManager.GetString("let_clause", resourceCulture);
772 773 774
            }
        }
        
775 776 777 778 779 780 781 782 783
        /// <summary>
        ///   Looks up a localized string similar to local function.
        /// </summary>
        internal static string local_function {
            get {
                return ResourceManager.GetString("local_function", resourceCulture);
            }
        }
        
784 785 786
        /// <summary>
        ///   Looks up a localized string similar to lock statement.
        /// </summary>
787
        internal static string lock_statement {
788
            get {
789
                return ResourceManager.GetString("lock_statement", resourceCulture);
790 791 792
            }
        }
        
793
        /// <summary>
794
        ///   Looks up a localized string similar to Make {0} return Task instead of void..
795
        /// </summary>
796
        internal static string Make_0_return_Task_instead_of_void {
797
            get {
798
                return ResourceManager.GetString("Make_0_return_Task_instead_of_void", resourceCulture);
799 800 801
            }
        }
        
802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819
        /// <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);
            }
        }
        
820 821 822 823 824 825 826 827 828
        /// <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);
            }
        }
        
V
vepanimas 已提交
829
        /// <summary>
830
        ///   Looks up a localized string similar to Make &apos;ref struct&apos;.
V
vepanimas 已提交
831 832 833 834 835 836 837
        /// </summary>
        internal static string Make_ref_struct {
            get {
                return ResourceManager.GetString("Make_ref_struct", resourceCulture);
            }
        }
        
838
        /// <summary>
839
        ///   Looks up a localized string similar to &lt;member name&gt; = .
840
        /// </summary>
841
        internal static string member_name {
842
            get {
843
                return ResourceManager.GetString("member_name", resourceCulture);
844 845 846
            }
        }
        
847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864
        /// <summary>
        ///   Looks up a localized string similar to Misplaced using directive.
        /// </summary>
        internal static string Misplaced_using_directive {
            get {
                return ResourceManager.GetString("Misplaced_using_directive", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Move misplaced using directives.
        /// </summary>
        internal static string Move_misplaced_using_directives {
            get {
                return ResourceManager.GetString("Move_misplaced_using_directives", resourceCulture);
            }
        }
        
865 866 867 868 869 870 871 872 873
        /// <summary>
        ///   Looks up a localized string similar to &lt;Name&gt;.
        /// </summary>
        internal static string Name {
            get {
                return ResourceManager.GetString("Name", resourceCulture);
            }
        }
        
874
        /// <summary>
875
        ///   Looks up a localized string similar to Name can be simplified.
876
        /// </summary>
877
        internal static string Name_can_be_simplified {
878
            get {
879
                return ResourceManager.GetString("Name_can_be_simplified", resourceCulture);
880 881 882
            }
        }
        
883
        /// <summary>
884
        ///   Looks up a localized string similar to &lt;namespace name&gt;.
885
        /// </summary>
886
        internal static string namespace_name {
887
            get {
888
                return ResourceManager.GetString("namespace_name", resourceCulture);
889 890 891 892
            }
        }
        
        /// <summary>
893
        ///   Looks up a localized string similar to No common root node for extraction..
894
        /// </summary>
895
        internal static string No_common_root_node_for_extraction {
896
            get {
897
                return ResourceManager.GetString("No_common_root_node_for_extraction", resourceCulture);
898 899 900 901 902 903
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No valid selection to perform extraction..
        /// </summary>
904
        internal static string No_valid_selection_to_perform_extraction {
905
            get {
906
                return ResourceManager.GetString("No_valid_selection_to_perform_extraction", resourceCulture);
907 908 909 910
            }
        }
        
        /// <summary>
911
        ///   Looks up a localized string similar to No valid statement range to extract.
912
        /// </summary>
913
        internal static string No_valid_statement_range_to_extract {
914
            get {
915
                return ResourceManager.GetString("No_valid_statement_range_to_extract", resourceCulture);
916 917 918
            }
        }
        
919
        /// <summary>
920
        ///   Looks up a localized string similar to Not all code paths return.
921
        /// </summary>
922
        internal static string Not_all_code_paths_return {
923
            get {
924
                return ResourceManager.GetString("Not_all_code_paths_return", resourceCulture);
925 926 927
            }
        }
        
928
        /// <summary>
929
        ///   Looks up a localized string similar to orderby clause.
930
        /// </summary>
931
        internal static string orderby_clause {
932
            get {
933
                return ResourceManager.GetString("orderby_clause", resourceCulture);
934 935 936
            }
        }
        
937
        /// <summary>
938
        ///   Looks up a localized string similar to Organize Usings.
939
        /// </summary>
940
        internal static string Organize_Usings {
941
            get {
942
                return ResourceManager.GetString("Organize_Usings", resourceCulture);
943 944 945
            }
        }
        
946 947 948 949 950 951 952 953 954
        /// <summary>
        ///   Looks up a localized string similar to out variable.
        /// </summary>
        internal static string out_var {
            get {
                return ResourceManager.GetString("out_var", resourceCulture);
            }
        }
        
955 956 957 958 959 960 961 962 963
        /// <summary>
        ///   Looks up a localized string similar to Properties.
        /// </summary>
        internal static string Properties {
            get {
                return ResourceManager.GetString("Properties", resourceCulture);
            }
        }
        
964 965 966
        /// <summary>
        ///   Looks up a localized string similar to property getter.
        /// </summary>
967
        internal static string property_getter {
968
            get {
969
                return ResourceManager.GetString("property_getter", resourceCulture);
970 971 972 973 974 975
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to property setter.
        /// </summary>
976
        internal static string property_setter {
977
            get {
978
                return ResourceManager.GetString("property_setter", resourceCulture);
979 980 981
            }
        }
        
982 983 984
        /// <summary>
        ///   Looks up a localized string similar to query body.
        /// </summary>
985
        internal static string query_body {
986
            get {
987
                return ResourceManager.GetString("query_body", resourceCulture);
988 989 990
            }
        }
        
991 992 993
        /// <summary>
        ///   Looks up a localized string similar to &lt;range variable&gt;.
        /// </summary>
994
        internal static string range_variable {
995
            get {
996
                return ResourceManager.GetString("range_variable", resourceCulture);
997 998 999
            }
        }
        
1000 1001 1002 1003 1004 1005 1006 1007 1008
        /// <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);
            }
        }
        
1009
        /// <summary>
C
CyrusNajmabadi 已提交
1010
        ///   Looks up a localized string similar to R&amp;emove and Sort Usings.
1011
        /// </summary>
1012
        internal static string Remove_and_Sort_Usings {
1013
            get {
1014
                return ResourceManager.GetString("Remove_and_Sort_Usings", resourceCulture);
1015 1016 1017
            }
        }
        
1018 1019 1020
        /// <summary>
        ///   Looks up a localized string similar to Remove &apos;this&apos; qualification.
        /// </summary>
1021
        internal static string Remove_this_qualification {
1022
            get {
1023
                return ResourceManager.GetString("Remove_this_qualification", resourceCulture);
1024 1025 1026
            }
        }
        
1027 1028 1029 1030 1031 1032 1033 1034 1035
        /// <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);
            }
        }
        
1036 1037 1038
        /// <summary>
        ///   Looks up a localized string similar to Remove Unnecessary Usings.
        /// </summary>
1039
        internal static string Remove_Unnecessary_Usings {
1040
            get {
1041
                return ResourceManager.GetString("Remove_Unnecessary_Usings", resourceCulture);
1042 1043 1044
            }
        }
        
1045 1046 1047 1048 1049 1050 1051 1052 1053
        /// <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);
            }
        }
        
1054 1055 1056 1057 1058 1059 1060 1061 1062
        /// <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);
            }
        }
        
1063
        /// <summary>
1064
        ///   Looks up a localized string similar to Replace return with yield return.
1065
        /// </summary>
1066
        internal static string Replace_return_with_yield_return {
1067
            get {
1068
                return ResourceManager.GetString("Replace_return_with_yield_return", resourceCulture);
1069 1070 1071
            }
        }
        
1072 1073 1074
        /// <summary>
        ///   Looks up a localized string similar to select clause.
        /// </summary>
1075
        internal static string select_clause {
1076
            get {
1077
                return ResourceManager.GetString("select_clause", resourceCulture);
1078 1079 1080
            }
        }
        
1081 1082 1083
        /// <summary>
        ///   Looks up a localized string similar to Selection can not be part of constant initializer expression..
        /// </summary>
1084
        internal static string Selection_can_not_be_part_of_constant_initializer_expression {
1085
            get {
1086
                return ResourceManager.GetString("Selection_can_not_be_part_of_constant_initializer_expression", resourceCulture);
1087 1088 1089 1090
            }
        }
        
        /// <summary>
1091
        ///   Looks up a localized string similar to Selection can not contain a pattern expression..
1092
        /// </summary>
1093
        internal static string Selection_can_not_contain_a_pattern_expression {
1094
            get {
1095
                return ResourceManager.GetString("Selection_can_not_contain_a_pattern_expression", resourceCulture);
1096 1097 1098
            }
        }
        
1099
        /// <summary>
1100
        ///   Looks up a localized string similar to Selection can not contain a yield statement..
1101
        /// </summary>
1102
        internal static string Selection_can_not_contain_a_yield_statement {
1103
            get {
1104
                return ResourceManager.GetString("Selection_can_not_contain_a_yield_statement", resourceCulture);
1105 1106 1107
            }
        }
        
1108 1109 1110
        /// <summary>
        ///   Looks up a localized string similar to Selection can not contain throw statement..
        /// </summary>
1111
        internal static string Selection_can_not_contain_throw_statement {
1112
            get {
1113
                return ResourceManager.GetString("Selection_can_not_contain_throw_statement", resourceCulture);
1114 1115 1116 1117 1118 1119
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection can not cross over preprocessor directives..
        /// </summary>
1120
        internal static string Selection_can_not_cross_over_preprocessor_directives {
1121
            get {
1122
                return ResourceManager.GetString("Selection_can_not_cross_over_preprocessor_directives", resourceCulture);
1123 1124 1125 1126 1127 1128
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection does not contain a valid node.
        /// </summary>
1129
        internal static string Selection_does_not_contain_a_valid_node {
1130
            get {
1131
                return ResourceManager.GetString("Selection_does_not_contain_a_valid_node", resourceCulture);
1132 1133 1134 1135 1136 1137
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection does not contain a valid token..
        /// </summary>
1138
        internal static string Selection_does_not_contain_a_valid_token {
1139
            get {
1140
                return ResourceManager.GetString("Selection_does_not_contain_a_valid_token", resourceCulture);
1141 1142 1143 1144 1145 1146
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify all occurrences.
        /// </summary>
1147
        internal static string Simplify_all_occurrences {
1148
            get {
1149
                return ResourceManager.GetString("Simplify_all_occurrences", resourceCulture);
1150 1151 1152 1153 1154 1155
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify lambda expression.
        /// </summary>
1156
        internal static string Simplify_lambda_expression {
1157
            get {
1158
                return ResourceManager.GetString("Simplify_lambda_expression", resourceCulture);
1159 1160 1161 1162 1163 1164
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify member access &apos;{0}&apos;.
        /// </summary>
1165
        internal static string Simplify_member_access_0 {
1166
            get {
1167
                return ResourceManager.GetString("Simplify_member_access_0", resourceCulture);
1168 1169 1170 1171 1172 1173
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify name &apos;{0}&apos;.
        /// </summary>
1174
        internal static string Simplify_name_0 {
1175
            get {
1176
                return ResourceManager.GetString("Simplify_name_0", resourceCulture);
1177 1178 1179
            }
        }
        
1180 1181 1182 1183 1184 1185 1186 1187 1188
        /// <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);
            }
        }
        
1189 1190 1191 1192 1193 1194 1195 1196 1197
        /// <summary>
        ///   Looks up a localized string similar to &amp;Sort Usings.
        /// </summary>
        internal static string Sort_Usings {
            get {
                return ResourceManager.GetString("Sort_Usings", resourceCulture);
            }
        }
        
1198 1199 1200
        /// <summary>
        ///   Looks up a localized string similar to struct.
        /// </summary>
1201
        internal static string struct_ {
1202
            get {
1203
                return ResourceManager.GetString("struct_", resourceCulture);
1204 1205 1206
            }
        }
        
1207 1208 1209
        /// <summary>
        ///   Looks up a localized string similar to &lt;struct name&gt;.
        /// </summary>
1210
        internal static string struct_name {
1211
            get {
1212 1213 1214 1215
                return ResourceManager.GetString("struct_name", resourceCulture);
            }
        }
        
1216 1217 1218
        /// <summary>
        ///   Looks up a localized string similar to (Suggested name).
        /// </summary>
1219
        internal static string Suggested_name {
1220
            get {
1221
                return ResourceManager.GetString("Suggested_name", resourceCulture);
1222 1223 1224
            }
        }
        
1225 1226 1227 1228 1229 1230
        /// <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);
1231 1232 1233
            }
        }
        
1234 1235 1236
        /// <summary>
        ///   Looks up a localized string similar to The selected code is inside an unsafe context..
        /// </summary>
1237
        internal static string The_selected_code_is_inside_an_unsafe_context {
1238
            get {
1239
                return ResourceManager.GetString("The_selected_code_is_inside_an_unsafe_context", resourceCulture);
1240 1241 1242 1243
            }
        }
        
        /// <summary>
1244
        ///   Looks up a localized string similar to The selection contains syntactic errors.
1245
        /// </summary>
1246
        internal static string The_selection_contains_syntactic_errors {
1247
            get {
1248
                return ResourceManager.GetString("The_selection_contains_syntactic_errors", resourceCulture);
1249 1250 1251
            }
        }
        
1252 1253 1254
        /// <summary>
        ///   Looks up a localized string similar to This code added to correctly implement the disposable pattern..
        /// </summary>
1255
        internal static string This_code_added_to_correctly_implement_the_disposable_pattern {
1256
            get {
1257
                return ResourceManager.GetString("This_code_added_to_correctly_implement_the_disposable_pattern", resourceCulture);
1258 1259 1260
            }
        }
        
1261
        /// <summary>
1262
        ///   Looks up a localized string similar to TODO: free unmanaged resources (unmanaged objects) and override a finalizer below..
1263
        /// </summary>
1264
        internal static string TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_a_finalizer_below {
1265
            get {
1266 1267
                return ResourceManager.GetString("TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_a_finalizer_be" +
                        "low", resourceCulture);
1268 1269 1270 1271
            }
        }
        
        /// <summary>
1272
        ///   Looks up a localized string similar to TODO: override a finalizer only if Dispose(bool disposing) above has code to free unmanaged resources..
1273
        /// </summary>
1274
        internal static string TODO_colon_override_a_finalizer_only_if_Dispose_bool_disposing_above_has_code_to_free_unmanaged_resources {
1275
            get {
1276 1277
                return ResourceManager.GetString("TODO_colon_override_a_finalizer_only_if_Dispose_bool_disposing_above_has_code_to_" +
                        "free_unmanaged_resources", resourceCulture);
1278 1279 1280
            }
        }
        
1281 1282 1283
        /// <summary>
        ///   Looks up a localized string similar to TODO: uncomment the following line if the finalizer is overridden above..
        /// </summary>
1284
        internal static string TODO_colon_uncomment_the_following_line_if_the_finalizer_is_overridden_above {
1285
            get {
1286
                return ResourceManager.GetString("TODO_colon_uncomment_the_following_line_if_the_finalizer_is_overridden_above", resourceCulture);
1287 1288 1289
            }
        }
        
B
Balaji Krishnan 已提交
1290
        /// <summary>
1291
        ///   Looks up a localized string similar to try block.
B
Balaji Krishnan 已提交
1292
        /// </summary>
1293
        internal static string try_block {
B
Balaji Krishnan 已提交
1294
            get {
1295 1296 1297 1298
                return ResourceManager.GetString("try_block", resourceCulture);
            }
        }
        
1299 1300 1301 1302 1303 1304 1305 1306 1307
        /// <summary>
        ///   Looks up a localized string similar to tuple.
        /// </summary>
        internal static string tuple {
            get {
                return ResourceManager.GetString("tuple", resourceCulture);
            }
        }
        
1308 1309 1310 1311 1312 1313
        /// <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 已提交
1314 1315 1316
            }
        }
        
1317 1318 1319 1320 1321 1322 1323 1324 1325
        /// <summary>
        ///   Looks up a localized string similar to Unseal class &apos;{0}&apos;.
        /// </summary>
        internal static string Unseal_class_0 {
            get {
                return ResourceManager.GetString("Unseal_class_0", resourceCulture);
            }
        }
        
1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343
        /// <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);
            }
        }
        
1344 1345 1346 1347 1348 1349 1350 1351 1352
        /// <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 已提交
1353
        /// <summary>
1354
        ///   Looks up a localized string similar to Use explicit type.
B
Balaji Krishnan 已提交
1355
        /// </summary>
1356
        internal static string Use_explicit_type {
B
Balaji Krishnan 已提交
1357
            get {
1358
                return ResourceManager.GetString("Use_explicit_type", resourceCulture);
B
Balaji Krishnan 已提交
1359 1360 1361 1362
            }
        }
        
        /// <summary>
1363
        ///   Looks up a localized string similar to Use explicit type instead of &apos;var&apos;.
B
Balaji Krishnan 已提交
1364
        /// </summary>
1365
        internal static string Use_explicit_type_instead_of_var {
B
Balaji Krishnan 已提交
1366
            get {
1367
                return ResourceManager.GetString("Use_explicit_type_instead_of_var", resourceCulture);
B
Balaji Krishnan 已提交
1368 1369 1370 1371
            }
        }
        
        /// <summary>
1372
        ///   Looks up a localized string similar to Use implicit type.
B
Balaji Krishnan 已提交
1373
        /// </summary>
1374 1375 1376 1377 1378 1379
        internal static string Use_implicit_type {
            get {
                return ResourceManager.GetString("Use_implicit_type", resourceCulture);
            }
        }
        
1380 1381 1382 1383 1384 1385 1386 1387 1388
        /// <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);
            }
        }
        
A
Alireza Habibi 已提交
1389 1390 1391 1392 1393 1394 1395 1396 1397
        /// <summary>
        ///   Looks up a localized string similar to Use &apos;switch&apos; expression.
        /// </summary>
        internal static string Use_switch_expression {
            get {
                return ResourceManager.GetString("Use_switch_expression", resourceCulture);
            }
        }
        
1398 1399 1400 1401
        /// <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 已提交
1402
            get {
1403
                return ResourceManager.GetString("use_var_instead_of_explicit_type", resourceCulture);
B
Balaji Krishnan 已提交
1404 1405 1406
            }
        }
        
1407 1408 1409
        /// <summary>
        ///   Looks up a localized string similar to using directive.
        /// </summary>
1410 1411 1412 1413 1414 1415 1416 1417 1418 1419
        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 {
1420
            get {
1421
                return ResourceManager.GetString("Using_directive_is_unnecessary", resourceCulture);
1422 1423 1424
            }
        }
        
1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442
        /// <summary>
        ///   Looks up a localized string similar to Using directives must be placed inside of a namespace declaration.
        /// </summary>
        internal static string Using_directives_must_be_placed_inside_of_a_namespace_declaration {
            get {
                return ResourceManager.GetString("Using_directives_must_be_placed_inside_of_a_namespace_declaration", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Using directives must be placed outside of a namespace declaration.
        /// </summary>
        internal static string Using_directives_must_be_placed_outside_of_a_namespace_declaration {
            get {
                return ResourceManager.GetString("Using_directives_must_be_placed_outside_of_a_namespace_declaration", resourceCulture);
            }
        }
        
1443 1444 1445
        /// <summary>
        ///   Looks up a localized string similar to using namespace.
        /// </summary>
1446
        internal static string using_namespace {
1447
            get {
1448
                return ResourceManager.GetString("using_namespace", resourceCulture);
1449 1450 1451
            }
        }
        
1452 1453 1454
        /// <summary>
        ///   Looks up a localized string similar to using statement.
        /// </summary>
1455
        internal static string using_statement {
1456
            get {
1457
                return ResourceManager.GetString("using_statement", resourceCulture);
1458 1459 1460
            }
        }
        
1461
        /// <summary>
1462 1463 1464 1465 1466 1467 1468 1469
        ///   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);
            }
        }
        
1470 1471 1472 1473 1474 1475 1476 1477 1478
        /// <summary>
        ///   Looks up a localized string similar to Warning: Moving using directives may change code meaning..
        /// </summary>
        internal static string Warning_colon_Moving_using_directives_may_change_code_meaning {
            get {
                return ResourceManager.GetString("Warning_colon_Moving_using_directives_may_change_code_meaning", resourceCulture);
            }
        }
        
1479 1480 1481 1482 1483 1484 1485 1486 1487
        /// <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);
            }
        }
        
1488 1489 1490
        /// <summary>
        ///   Looks up a localized string similar to where clause.
        /// </summary>
1491
        internal static string where_clause {
1492
            get {
1493
                return ResourceManager.GetString("where_clause", resourceCulture);
1494 1495 1496 1497 1498 1499
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to yield statement.
        /// </summary>
1500
        internal static string yield_statement {
1501
            get {
1502
                return ResourceManager.GetString("yield_statement", resourceCulture);
1503 1504
            }
        }
1505 1506
    }
}