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