CSharpFeaturesResources.Designer.cs 53.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", "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);
            }
        }
        
Š
Š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
            }
        }
        
397
        /// <summary>
398
        ///   Looks up a localized string similar to Convert to &apos;for&apos;.
399
        /// </summary>
400
        internal static string Convert_to_for {
401
            get {
402
                return ResourceManager.GetString("Convert_to_for", resourceCulture);
403 404 405
            }
        }
        
A
Alireza Habibi 已提交
406
        /// <summary>
407
        ///   Looks up a localized string similar to Convert to &apos;foreach&apos;.
A
Alireza Habibi 已提交
408
        /// </summary>
409
        internal static string Convert_to_foreach {
A
Alireza Habibi 已提交
410
            get {
411 412 413 414 415
                return ResourceManager.GetString("Convert_to_foreach", resourceCulture);
            }
        }
        
        /// <summary>
A
Alireza Habibi 已提交
416
        ///   Looks up a localized string similar to Convert to method.
417
        /// </summary>
A
Alireza Habibi 已提交
418
        internal static string Convert_to_method {
419
            get {
A
Alireza Habibi 已提交
420
                return ResourceManager.GetString("Convert_to_method", resourceCulture);
A
Alireza Habibi 已提交
421 422 423
            }
        }
        
424 425 426 427 428 429
        /// <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 已提交
430 431 432
            }
        }
        
C
Charles Stoner 已提交
433 434 435 436 437 438 439 440 441
        /// <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);
            }
        }
        
442 443 444 445 446 447 448 449 450
        /// <summary>
        ///   Looks up a localized string similar to deconstruction.
        /// </summary>
        internal static string deconstruction {
            get {
                return ResourceManager.GetString("deconstruction", resourceCulture);
            }
        }
        
451 452 453
        /// <summary>
        ///   Looks up a localized string similar to Delegate invocation can be simplified..
        /// </summary>
454
        internal static string Delegate_invocation_can_be_simplified {
455
            get {
456
                return ResourceManager.GetString("Delegate_invocation_can_be_simplified", resourceCulture);
457 458 459
            }
        }
        
460 461 462
        /// <summary>
        ///   Looks up a localized string similar to deprecated.
        /// </summary>
463
        internal static string deprecated {
464
            get {
465
                return ResourceManager.GetString("deprecated", resourceCulture);
466 467 468
            }
        }
        
469 470 471 472 473 474 475 476 477
        /// <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);
            }
        }
        
478 479 480
        /// <summary>
        ///   Looks up a localized string similar to destructor.
        /// </summary>
481
        internal static string destructor {
482
            get {
483
                return ResourceManager.GetString("destructor", resourceCulture);
484 485 486
            }
        }
        
487
        /// <summary>
488
        ///   Looks up a localized string similar to Do not change this code. Put cleanup code in Dispose(bool disposing) above..
489
        /// </summary>
490
        internal static string Do_not_change_this_code_Put_cleanup_code_in_Dispose_bool_disposing_above {
491
            get {
492
                return ResourceManager.GetString("Do_not_change_this_code_Put_cleanup_code_in_Dispose_bool_disposing_above", resourceCulture);
493 494 495
            }
        }
        
496 497 498 499 500 501 502 503 504
        /// <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);
            }
        }
        
505 506 507
        /// <summary>
        ///   Looks up a localized string similar to event field.
        /// </summary>
508
        internal static string event_field {
509
            get {
510
                return ResourceManager.GetString("event_field", resourceCulture);
511 512 513 514 515 516
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to extension.
        /// </summary>
517
        internal static string extension {
518
            get {
519
                return ResourceManager.GetString("extension", resourceCulture);
520 521 522
            }
        }
        
523 524 525
        /// <summary>
        ///   Looks up a localized string similar to filter clause.
        /// </summary>
526
        internal static string filter_clause {
527
            get {
528
                return ResourceManager.GetString("filter_clause", resourceCulture);
529 530 531 532 533 534
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to finally clause.
        /// </summary>
535
        internal static string finally_clause {
536
            get {
537
                return ResourceManager.GetString("finally_clause", resourceCulture);
538 539 540
            }
        }
        
541 542 543 544 545 546 547 548 549
        /// <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);
            }
        }
        
550 551 552
        /// <summary>
        ///   Looks up a localized string similar to fixed statement.
        /// </summary>
553
        internal static string fixed_statement {
554
            get {
555
                return ResourceManager.GetString("fixed_statement", resourceCulture);
556 557 558 559 560 561
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to foreach statement.
        /// </summary>
562
        internal static string foreach_statement {
563
            get {
564
                return ResourceManager.GetString("foreach_statement", resourceCulture);
565 566 567
            }
        }
        
568
        /// <summary>
569
        ///   Looks up a localized string similar to from clause.
570
        /// </summary>
571
        internal static string from_clause {
572
            get {
573
                return ResourceManager.GetString("from_clause", resourceCulture);
574 575 576
            }
        }
        
577
        /// <summary>
578
        ///   Looks up a localized string similar to Generate explicit conversion operator in &apos;{0}&apos;.
579
        /// </summary>
580
        internal static string Generate_explicit_conversion_operator_in_0 {
581
            get {
582
                return ResourceManager.GetString("Generate_explicit_conversion_operator_in_0", resourceCulture);
583 584 585
            }
        }
        
586
        /// <summary>
587
        ///   Looks up a localized string similar to Generate implicit conversion operator in &apos;{0}&apos;.
588
        /// </summary>
589
        internal static string Generate_implicit_conversion_operator_in_0 {
590
            get {
591
                return ResourceManager.GetString("Generate_implicit_conversion_operator_in_0", resourceCulture);
592 593 594
            }
        }
        
595
        /// <summary>
596
        ///   Looks up a localized string similar to global statement.
597
        /// </summary>
598
        internal static string global_statement {
599
            get {
600
                return ResourceManager.GetString("global_statement", resourceCulture);
601 602 603
            }
        }
        
604
        /// <summary>
605
        ///   Looks up a localized string similar to groupby clause.
606
        /// </summary>
607
        internal static string groupby_clause {
608
            get {
609
                return ResourceManager.GetString("groupby_clause", resourceCulture);
610 611 612
            }
        }
        
613
        /// <summary>
614
        ///   Looks up a localized string similar to Hide base member.
615
        /// </summary>
616
        internal static string Hide_base_member {
617
            get {
618
                return ResourceManager.GetString("Hide_base_member", resourceCulture);
619 620 621
            }
        }
        
622 623 624 625 626 627 628 629 630
        /// <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);
            }
        }
        
631 632 633
        /// <summary>
        ///   Looks up a localized string similar to indexer.
        /// </summary>
634
        internal static string indexer {
635
            get {
636
                return ResourceManager.GetString("indexer", resourceCulture);
637 638 639 640 641 642
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to indexer getter.
        /// </summary>
643
        internal static string indexer_getter {
644
            get {
645
                return ResourceManager.GetString("indexer_getter", resourceCulture);
646 647 648 649 650 651
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to indexer setter.
        /// </summary>
652
        internal static string indexer_setter {
653
            get {
654
                return ResourceManager.GetString("indexer_setter", resourceCulture);
655 656 657
            }
        }
        
658 659 660
        /// <summary>
        ///   Looks up a localized string similar to Inline temporary variable.
        /// </summary>
661
        internal static string Inline_temporary_variable {
662
            get {
663
                return ResourceManager.GetString("Inline_temporary_variable", resourceCulture);
664 665 666 667 668 669
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Insert &apos;await&apos;..
        /// </summary>
670
        internal static string Insert_await {
671
            get {
672
                return ResourceManager.GetString("Insert_await", resourceCulture);
673 674 675
            }
        }
        
676 677 678
        /// <summary>
        ///   Looks up a localized string similar to &lt;interface name&gt;.
        /// </summary>
679
        internal static string interface_name {
680
            get {
681
                return ResourceManager.GetString("interface_name", resourceCulture);
682 683 684
            }
        }
        
685 686 687
        /// <summary>
        ///   Looks up a localized string similar to into clause.
        /// </summary>
688
        internal static string into_clause {
689
            get {
690
                return ResourceManager.GetString("into_clause", resourceCulture);
691 692 693
            }
        }
        
J
Joseph Musser 已提交
694 695 696 697 698 699 700 701 702
        /// <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);
            }
        }
        
703 704 705
        /// <summary>
        ///   Looks up a localized string similar to Invalid selection..
        /// </summary>
706
        internal static string Invalid_selection {
707
            get {
708
                return ResourceManager.GetString("Invalid_selection", resourceCulture);
709 710 711
            }
        }
        
C
Cheryl Borley 已提交
712 713 714 715 716 717 718 719 720
        /// <summary>
        ///   Looks up a localized string similar to Invert if.
        /// </summary>
        internal static string Invert_if {
            get {
                return ResourceManager.GetString("Invert_if", resourceCulture);
            }
        }
        
721
        /// <summary>
722 723 724 725 726 727 728 729
        ///   Looks up a localized string similar to is pattern.
        /// </summary>
        internal static string is_pattern {
            get {
                return ResourceManager.GetString("is_pattern", resourceCulture);
            }
        }
        
730 731 732
        /// <summary>
        ///   Looks up a localized string similar to join clause.
        /// </summary>
733
        internal static string join_clause {
734
            get {
735
                return ResourceManager.GetString("join_clause", resourceCulture);
736 737 738 739 740 741
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to lambda.
        /// </summary>
742
        internal static string lambda {
743
            get {
744
                return ResourceManager.GetString("lambda", resourceCulture);
745 746 747
            }
        }
        
748 749 750
        /// <summary>
        ///   Looks up a localized string similar to &lt;lambda expression&gt;.
        /// </summary>
751
        internal static string lambda_expression {
752
            get {
753
                return ResourceManager.GetString("lambda_expression", resourceCulture);
754 755 756
            }
        }
        
757 758 759
        /// <summary>
        ///   Looks up a localized string similar to let clause.
        /// </summary>
760
        internal static string let_clause {
761
            get {
762
                return ResourceManager.GetString("let_clause", resourceCulture);
763 764 765
            }
        }
        
766 767 768 769 770 771 772 773 774
        /// <summary>
        ///   Looks up a localized string similar to local function.
        /// </summary>
        internal static string local_function {
            get {
                return ResourceManager.GetString("local_function", resourceCulture);
            }
        }
        
775 776 777
        /// <summary>
        ///   Looks up a localized string similar to lock statement.
        /// </summary>
778
        internal static string lock_statement {
779
            get {
780
                return ResourceManager.GetString("lock_statement", resourceCulture);
781 782 783
            }
        }
        
784
        /// <summary>
785
        ///   Looks up a localized string similar to Make {0} return Task instead of void..
786
        /// </summary>
787
        internal static string Make_0_return_Task_instead_of_void {
788
            get {
789
                return ResourceManager.GetString("Make_0_return_Task_instead_of_void", resourceCulture);
790 791 792
            }
        }
        
793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810
        /// <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);
            }
        }
        
811 812 813 814 815 816 817 818 819
        /// <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 已提交
820
        /// <summary>
821
        ///   Looks up a localized string similar to Make &apos;ref struct&apos;.
V
vepanimas 已提交
822 823 824 825 826 827 828
        /// </summary>
        internal static string Make_ref_struct {
            get {
                return ResourceManager.GetString("Make_ref_struct", resourceCulture);
            }
        }
        
829
        /// <summary>
830
        ///   Looks up a localized string similar to &lt;member name&gt; = .
831
        /// </summary>
832
        internal static string member_name {
833
            get {
834
                return ResourceManager.GetString("member_name", resourceCulture);
835 836 837
            }
        }
        
838 839 840 841 842 843 844 845 846
        /// <summary>
        ///   Looks up a localized string similar to &lt;Name&gt;.
        /// </summary>
        internal static string Name {
            get {
                return ResourceManager.GetString("Name", resourceCulture);
            }
        }
        
847
        /// <summary>
848
        ///   Looks up a localized string similar to Name can be simplified.
849
        /// </summary>
850
        internal static string Name_can_be_simplified {
851
            get {
852
                return ResourceManager.GetString("Name_can_be_simplified", resourceCulture);
853 854 855
            }
        }
        
856
        /// <summary>
857
        ///   Looks up a localized string similar to &lt;namespace name&gt;.
858
        /// </summary>
859
        internal static string namespace_name {
860
            get {
861
                return ResourceManager.GetString("namespace_name", resourceCulture);
862 863 864 865
            }
        }
        
        /// <summary>
866
        ///   Looks up a localized string similar to No common root node for extraction..
867
        /// </summary>
868
        internal static string No_common_root_node_for_extraction {
869
            get {
870
                return ResourceManager.GetString("No_common_root_node_for_extraction", resourceCulture);
871 872 873 874 875 876
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No valid selection to perform extraction..
        /// </summary>
877
        internal static string No_valid_selection_to_perform_extraction {
878
            get {
879
                return ResourceManager.GetString("No_valid_selection_to_perform_extraction", resourceCulture);
880 881 882 883
            }
        }
        
        /// <summary>
884
        ///   Looks up a localized string similar to No valid statement range to extract.
885
        /// </summary>
886
        internal static string No_valid_statement_range_to_extract {
887
            get {
888
                return ResourceManager.GetString("No_valid_statement_range_to_extract", resourceCulture);
889 890 891
            }
        }
        
892
        /// <summary>
893
        ///   Looks up a localized string similar to Not all code paths return.
894
        /// </summary>
895
        internal static string Not_all_code_paths_return {
896
            get {
897
                return ResourceManager.GetString("Not_all_code_paths_return", resourceCulture);
898 899 900
            }
        }
        
901
        /// <summary>
902
        ///   Looks up a localized string similar to orderby clause.
903
        /// </summary>
904
        internal static string orderby_clause {
905
            get {
906
                return ResourceManager.GetString("orderby_clause", resourceCulture);
907 908 909
            }
        }
        
910
        /// <summary>
911
        ///   Looks up a localized string similar to Organize Usings.
912
        /// </summary>
913
        internal static string Organize_Usings {
914
            get {
915
                return ResourceManager.GetString("Organize_Usings", resourceCulture);
916 917 918
            }
        }
        
919 920 921 922 923 924 925 926 927
        /// <summary>
        ///   Looks up a localized string similar to out variable.
        /// </summary>
        internal static string out_var {
            get {
                return ResourceManager.GetString("out_var", resourceCulture);
            }
        }
        
928 929 930 931 932 933 934 935 936
        /// <summary>
        ///   Looks up a localized string similar to Properties.
        /// </summary>
        internal static string Properties {
            get {
                return ResourceManager.GetString("Properties", resourceCulture);
            }
        }
        
937 938 939
        /// <summary>
        ///   Looks up a localized string similar to property getter.
        /// </summary>
940
        internal static string property_getter {
941
            get {
942
                return ResourceManager.GetString("property_getter", resourceCulture);
943 944 945 946 947 948
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to property setter.
        /// </summary>
949
        internal static string property_setter {
950
            get {
951
                return ResourceManager.GetString("property_setter", resourceCulture);
952 953 954
            }
        }
        
955 956 957
        /// <summary>
        ///   Looks up a localized string similar to query body.
        /// </summary>
958
        internal static string query_body {
959
            get {
960
                return ResourceManager.GetString("query_body", resourceCulture);
961 962 963
            }
        }
        
964 965 966
        /// <summary>
        ///   Looks up a localized string similar to &lt;range variable&gt;.
        /// </summary>
967
        internal static string range_variable {
968
            get {
969
                return ResourceManager.GetString("range_variable", resourceCulture);
970 971 972
            }
        }
        
973 974 975 976 977 978 979 980 981
        /// <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);
            }
        }
        
982
        /// <summary>
C
CyrusNajmabadi 已提交
983
        ///   Looks up a localized string similar to R&amp;emove and Sort Usings.
984
        /// </summary>
985
        internal static string Remove_and_Sort_Usings {
986
            get {
987
                return ResourceManager.GetString("Remove_and_Sort_Usings", resourceCulture);
988 989 990
            }
        }
        
991 992 993
        /// <summary>
        ///   Looks up a localized string similar to Remove &apos;this&apos; qualification.
        /// </summary>
994
        internal static string Remove_this_qualification {
995
            get {
996
                return ResourceManager.GetString("Remove_this_qualification", resourceCulture);
997 998 999
            }
        }
        
1000 1001 1002 1003 1004 1005 1006 1007 1008
        /// <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);
            }
        }
        
1009 1010 1011
        /// <summary>
        ///   Looks up a localized string similar to Remove Unnecessary Usings.
        /// </summary>
1012
        internal static string Remove_Unnecessary_Usings {
1013
            get {
1014
                return ResourceManager.GetString("Remove_Unnecessary_Usings", resourceCulture);
1015 1016 1017
            }
        }
        
1018 1019 1020 1021 1022 1023 1024 1025 1026
        /// <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);
            }
        }
        
1027 1028 1029 1030 1031 1032 1033 1034 1035
        /// <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);
            }
        }
        
1036
        /// <summary>
1037
        ///   Looks up a localized string similar to Replace return with yield return.
1038
        /// </summary>
1039
        internal static string Replace_return_with_yield_return {
1040
            get {
1041
                return ResourceManager.GetString("Replace_return_with_yield_return", resourceCulture);
1042 1043 1044
            }
        }
        
1045 1046 1047
        /// <summary>
        ///   Looks up a localized string similar to select clause.
        /// </summary>
1048
        internal static string select_clause {
1049
            get {
1050
                return ResourceManager.GetString("select_clause", resourceCulture);
1051 1052 1053
            }
        }
        
1054 1055 1056
        /// <summary>
        ///   Looks up a localized string similar to Selection can not be part of constant initializer expression..
        /// </summary>
1057
        internal static string Selection_can_not_be_part_of_constant_initializer_expression {
1058
            get {
1059
                return ResourceManager.GetString("Selection_can_not_be_part_of_constant_initializer_expression", resourceCulture);
1060 1061 1062 1063
            }
        }
        
        /// <summary>
1064
        ///   Looks up a localized string similar to Selection can not contain a pattern expression..
1065
        /// </summary>
1066
        internal static string Selection_can_not_contain_a_pattern_expression {
1067
            get {
1068
                return ResourceManager.GetString("Selection_can_not_contain_a_pattern_expression", resourceCulture);
1069 1070 1071
            }
        }
        
1072
        /// <summary>
1073
        ///   Looks up a localized string similar to Selection can not contain a yield statement..
1074
        /// </summary>
1075
        internal static string Selection_can_not_contain_a_yield_statement {
1076
            get {
1077
                return ResourceManager.GetString("Selection_can_not_contain_a_yield_statement", resourceCulture);
1078 1079 1080
            }
        }
        
1081 1082 1083
        /// <summary>
        ///   Looks up a localized string similar to Selection can not contain throw statement..
        /// </summary>
1084
        internal static string Selection_can_not_contain_throw_statement {
1085
            get {
1086
                return ResourceManager.GetString("Selection_can_not_contain_throw_statement", resourceCulture);
1087 1088 1089 1090 1091 1092
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection can not cross over preprocessor directives..
        /// </summary>
1093
        internal static string Selection_can_not_cross_over_preprocessor_directives {
1094
            get {
1095
                return ResourceManager.GetString("Selection_can_not_cross_over_preprocessor_directives", resourceCulture);
1096 1097 1098 1099 1100 1101
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection does not contain a valid node.
        /// </summary>
1102
        internal static string Selection_does_not_contain_a_valid_node {
1103
            get {
1104
                return ResourceManager.GetString("Selection_does_not_contain_a_valid_node", resourceCulture);
1105 1106 1107 1108 1109 1110
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection does not contain a valid token..
        /// </summary>
1111
        internal static string Selection_does_not_contain_a_valid_token {
1112
            get {
1113
                return ResourceManager.GetString("Selection_does_not_contain_a_valid_token", resourceCulture);
1114 1115 1116 1117 1118 1119
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify all occurrences.
        /// </summary>
1120
        internal static string Simplify_all_occurrences {
1121
            get {
1122
                return ResourceManager.GetString("Simplify_all_occurrences", resourceCulture);
1123 1124 1125 1126 1127 1128
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify lambda expression.
        /// </summary>
1129
        internal static string Simplify_lambda_expression {
1130
            get {
1131
                return ResourceManager.GetString("Simplify_lambda_expression", resourceCulture);
1132 1133 1134 1135 1136 1137
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify member access &apos;{0}&apos;.
        /// </summary>
1138
        internal static string Simplify_member_access_0 {
1139
            get {
1140
                return ResourceManager.GetString("Simplify_member_access_0", resourceCulture);
1141 1142 1143 1144 1145 1146
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify name &apos;{0}&apos;.
        /// </summary>
1147
        internal static string Simplify_name_0 {
1148
            get {
1149
                return ResourceManager.GetString("Simplify_name_0", resourceCulture);
1150 1151 1152
            }
        }
        
1153 1154 1155 1156 1157 1158 1159 1160 1161
        /// <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);
            }
        }
        
1162 1163 1164
        /// <summary>
        ///   Looks up a localized string similar to struct.
        /// </summary>
1165
        internal static string struct_ {
1166
            get {
1167
                return ResourceManager.GetString("struct_", resourceCulture);
1168 1169 1170
            }
        }
        
1171 1172 1173
        /// <summary>
        ///   Looks up a localized string similar to &lt;struct name&gt;.
        /// </summary>
1174
        internal static string struct_name {
1175
            get {
1176 1177 1178 1179
                return ResourceManager.GetString("struct_name", resourceCulture);
            }
        }
        
1180 1181 1182
        /// <summary>
        ///   Looks up a localized string similar to (Suggested name).
        /// </summary>
1183
        internal static string Suggested_name {
1184
            get {
1185
                return ResourceManager.GetString("Suggested_name", resourceCulture);
1186 1187 1188
            }
        }
        
1189 1190 1191 1192 1193 1194
        /// <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);
1195 1196 1197
            }
        }
        
1198 1199 1200
        /// <summary>
        ///   Looks up a localized string similar to The selected code is inside an unsafe context..
        /// </summary>
1201
        internal static string The_selected_code_is_inside_an_unsafe_context {
1202
            get {
1203
                return ResourceManager.GetString("The_selected_code_is_inside_an_unsafe_context", resourceCulture);
1204 1205 1206 1207
            }
        }
        
        /// <summary>
1208
        ///   Looks up a localized string similar to The selection contains syntactic errors.
1209
        /// </summary>
1210
        internal static string The_selection_contains_syntactic_errors {
1211
            get {
1212
                return ResourceManager.GetString("The_selection_contains_syntactic_errors", resourceCulture);
1213 1214 1215
            }
        }
        
1216 1217 1218
        /// <summary>
        ///   Looks up a localized string similar to This code added to correctly implement the disposable pattern..
        /// </summary>
1219
        internal static string This_code_added_to_correctly_implement_the_disposable_pattern {
1220
            get {
1221
                return ResourceManager.GetString("This_code_added_to_correctly_implement_the_disposable_pattern", resourceCulture);
1222 1223 1224
            }
        }
        
1225
        /// <summary>
1226
        ///   Looks up a localized string similar to TODO: free unmanaged resources (unmanaged objects) and override a finalizer below..
1227
        /// </summary>
1228
        internal static string TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_a_finalizer_below {
1229
            get {
1230 1231
                return ResourceManager.GetString("TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_a_finalizer_be" +
                        "low", resourceCulture);
1232 1233 1234 1235
            }
        }
        
        /// <summary>
1236
        ///   Looks up a localized string similar to TODO: override a finalizer only if Dispose(bool disposing) above has code to free unmanaged resources..
1237
        /// </summary>
1238
        internal static string TODO_colon_override_a_finalizer_only_if_Dispose_bool_disposing_above_has_code_to_free_unmanaged_resources {
1239
            get {
1240 1241
                return ResourceManager.GetString("TODO_colon_override_a_finalizer_only_if_Dispose_bool_disposing_above_has_code_to_" +
                        "free_unmanaged_resources", resourceCulture);
1242 1243 1244
            }
        }
        
1245 1246 1247
        /// <summary>
        ///   Looks up a localized string similar to TODO: uncomment the following line if the finalizer is overridden above..
        /// </summary>
1248
        internal static string TODO_colon_uncomment_the_following_line_if_the_finalizer_is_overridden_above {
1249
            get {
1250
                return ResourceManager.GetString("TODO_colon_uncomment_the_following_line_if_the_finalizer_is_overridden_above", resourceCulture);
1251 1252 1253
            }
        }
        
B
Balaji Krishnan 已提交
1254
        /// <summary>
1255
        ///   Looks up a localized string similar to try block.
B
Balaji Krishnan 已提交
1256
        /// </summary>
1257
        internal static string try_block {
B
Balaji Krishnan 已提交
1258
            get {
1259 1260 1261 1262
                return ResourceManager.GetString("try_block", resourceCulture);
            }
        }
        
1263 1264 1265 1266 1267 1268 1269 1270 1271
        /// <summary>
        ///   Looks up a localized string similar to tuple.
        /// </summary>
        internal static string tuple {
            get {
                return ResourceManager.GetString("tuple", resourceCulture);
            }
        }
        
1272 1273 1274 1275 1276 1277
        /// <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 已提交
1278 1279 1280
            }
        }
        
1281 1282 1283 1284 1285 1286 1287 1288 1289
        /// <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);
            }
        }
        
1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307
        /// <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);
            }
        }
        
1308 1309 1310 1311 1312 1313 1314 1315 1316
        /// <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 已提交
1317
        /// <summary>
1318
        ///   Looks up a localized string similar to Use explicit type.
B
Balaji Krishnan 已提交
1319
        /// </summary>
1320
        internal static string Use_explicit_type {
B
Balaji Krishnan 已提交
1321
            get {
1322
                return ResourceManager.GetString("Use_explicit_type", resourceCulture);
B
Balaji Krishnan 已提交
1323 1324 1325 1326
            }
        }
        
        /// <summary>
1327
        ///   Looks up a localized string similar to Use explicit type instead of &apos;var&apos;.
B
Balaji Krishnan 已提交
1328
        /// </summary>
1329
        internal static string Use_explicit_type_instead_of_var {
B
Balaji Krishnan 已提交
1330
            get {
1331
                return ResourceManager.GetString("Use_explicit_type_instead_of_var", resourceCulture);
B
Balaji Krishnan 已提交
1332 1333 1334 1335
            }
        }
        
        /// <summary>
1336
        ///   Looks up a localized string similar to Use implicit type.
B
Balaji Krishnan 已提交
1337
        /// </summary>
1338 1339 1340 1341 1342 1343
        internal static string Use_implicit_type {
            get {
                return ResourceManager.GetString("Use_implicit_type", resourceCulture);
            }
        }
        
1344 1345 1346 1347 1348 1349 1350 1351 1352
        /// <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);
            }
        }
        
1353 1354 1355 1356
        /// <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 已提交
1357
            get {
1358
                return ResourceManager.GetString("use_var_instead_of_explicit_type", resourceCulture);
B
Balaji Krishnan 已提交
1359 1360 1361
            }
        }
        
1362 1363 1364
        /// <summary>
        ///   Looks up a localized string similar to using directive.
        /// </summary>
1365 1366 1367 1368 1369 1370 1371 1372 1373 1374
        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 {
1375
            get {
1376
                return ResourceManager.GetString("Using_directive_is_unnecessary", resourceCulture);
1377 1378 1379 1380 1381 1382
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to using namespace.
        /// </summary>
1383
        internal static string using_namespace {
1384
            get {
1385
                return ResourceManager.GetString("using_namespace", resourceCulture);
1386 1387 1388
            }
        }
        
1389 1390 1391
        /// <summary>
        ///   Looks up a localized string similar to using statement.
        /// </summary>
1392
        internal static string using_statement {
1393
            get {
1394
                return ResourceManager.GetString("using_statement", resourceCulture);
1395 1396 1397
            }
        }
        
1398
        /// <summary>
1399 1400 1401 1402 1403 1404 1405 1406
        ///   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);
            }
        }
        
1407 1408 1409 1410 1411 1412 1413 1414 1415
        /// <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);
            }
        }
        
1416 1417 1418
        /// <summary>
        ///   Looks up a localized string similar to where clause.
        /// </summary>
1419
        internal static string where_clause {
1420
            get {
1421
                return ResourceManager.GetString("where_clause", resourceCulture);
1422 1423 1424 1425 1426 1427
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to yield statement.
        /// </summary>
1428
        internal static string yield_statement {
1429
            get {
1430
                return ResourceManager.GetString("yield_statement", resourceCulture);
1431 1432
            }
        }
1433 1434
    }
}