CSharpFeaturesResources.Designer.cs 42.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
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Microsoft.CodeAnalysis.CSharp {
    using System;
13
    using System.Reflection;
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class CSharpFeaturesResources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal CSharpFeaturesResources() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
43
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CodeAnalysis.CSharp.CSharpFeaturesResources", typeof(CSharpFeaturesResources).GetTypeInfo().Assembly);
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
64 65 66 67 68 69 70 71 72
        /// <summary>
        ///   Looks up a localized string similar to &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);
            }
        }
        
73 74 75 76 77 78 79 80 81
        /// <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);
            }
        }
        
82 83 84
        /// <summary>
        ///   Looks up a localized string similar to anonymous method.
        /// </summary>
85
        internal static string anonymous_method {
86
            get {
87
                return ResourceManager.GetString("anonymous_method", resourceCulture);
88 89 90
            }
        }
        
91 92 93
        /// <summary>
        ///   Looks up a localized string similar to attribute target.
        /// </summary>
94
        internal static string attribute_target {
95
            get {
96
                return ResourceManager.GetString("attribute_target", resourceCulture);
97 98 99
            }
        }
        
100 101 102
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to namespace declaration..
        /// </summary>
103
        internal static string Autoselect_disabled_due_to_namespace_declaration {
104
            get {
105
                return ResourceManager.GetString("Autoselect_disabled_due_to_namespace_declaration", resourceCulture);
106 107 108
            }
        }
        
109 110 111
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to possible explicitly named anonymous type member creation..
        /// </summary>
112
        internal static string Autoselect_disabled_due_to_possible_explicitly_named_anonymous_type_member_creation {
113
            get {
114 115
                return ResourceManager.GetString("Autoselect_disabled_due_to_possible_explicitly_named_anonymous_type_member_creati" +
                        "on", resourceCulture);
116 117 118
            }
        }
        
119 120 121 122 123 124 125 126 127
        /// <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);
            }
        }
        
128 129 130
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to potential implicit array creation..
        /// </summary>
131
        internal static string Autoselect_disabled_due_to_potential_implicit_array_creation {
132
            get {
133
                return ResourceManager.GetString("Autoselect_disabled_due_to_potential_implicit_array_creation", resourceCulture);
134 135 136 137 138 139
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to potential lambda declaration..
        /// </summary>
140
        internal static string Autoselect_disabled_due_to_potential_lambda_declaration {
141
            get {
142
                return ResourceManager.GetString("Autoselect_disabled_due_to_potential_lambda_declaration", resourceCulture);
143 144 145 146 147 148
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to potential range variable declaration..
        /// </summary>
149
        internal static string Autoselect_disabled_due_to_potential_range_variable_declaration {
150
            get {
151
                return ResourceManager.GetString("Autoselect_disabled_due_to_potential_range_variable_declaration", resourceCulture);
152 153 154
            }
        }
        
155 156 157
        /// <summary>
        ///   Looks up a localized string similar to Autoselect disabled due to type declaration..
        /// </summary>
158
        internal static string Autoselect_disabled_due_to_type_declaration {
159
            get {
160
                return ResourceManager.GetString("Autoselect_disabled_due_to_type_declaration", resourceCulture);
161 162 163
            }
        }
        
164
        /// <summary>
165
        ///   Looks up a localized string similar to await expression.
166
        /// </summary>
167
        internal static string await_expression {
168
            get {
169
                return ResourceManager.GetString("await_expression", resourceCulture);
170 171 172 173
            }
        }
        
        /// <summary>
174
        ///   Looks up a localized string similar to awaitable.
175
        /// </summary>
176
        internal static string awaitable {
177
            get {
178
                return ResourceManager.GetString("awaitable", resourceCulture);
179 180 181
            }
        }
        
182
        /// <summary>
183
        ///   Looks up a localized string similar to awaitable, extension.
184
        /// </summary>
185
        internal static string awaitable_extension {
186
            get {
187
                return ResourceManager.GetString("awaitable_extension", resourceCulture);
188 189 190
            }
        }
        
191
        /// <summary>
192
        ///   Looks up a localized string similar to Can&apos;t determine valid range of statements to extract.
193
        /// </summary>
194
        internal static string Can_t_determine_valid_range_of_statements_to_extract {
195
            get {
196
                return ResourceManager.GetString("Can_t_determine_valid_range_of_statements_to_extract", resourceCulture);
197 198 199 200 201 202
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cast is redundant.
        /// </summary>
203
        internal static string Cast_is_redundant {
204
            get {
205
                return ResourceManager.GetString("Cast_is_redundant", resourceCulture);
206 207 208
            }
        }
        
209 210 211
        /// <summary>
        ///   Looks up a localized string similar to catch clause.
        /// </summary>
212
        internal static string catch_clause {
213
            get {
214
                return ResourceManager.GetString("catch_clause", resourceCulture);
215 216 217
            }
        }
        
218 219 220
        /// <summary>
        ///   Looks up a localized string similar to Change return type from {0} to {1}.
        /// </summary>
221
        internal static string Change_return_type_from_0_to_1 {
222
            get {
223
                return ResourceManager.GetString("Change_return_type_from_0_to_1", resourceCulture);
224 225 226
            }
        }
        
227 228 229
        /// <summary>
        ///   Looks up a localized string similar to checked statement.
        /// </summary>
230
        internal static string checked_statement {
231
            get {
232
                return ResourceManager.GetString("checked_statement", resourceCulture);
233 234 235
            }
        }
        
236 237 238
        /// <summary>
        ///   Looks up a localized string similar to &lt;class name&gt;.
        /// </summary>
239
        internal static string class_name {
240
            get {
241
                return ResourceManager.GetString("class_name", resourceCulture);
242 243 244
            }
        }
        
245 246 247
        /// <summary>
        ///   Looks up a localized string similar to Conflict(s) detected..
        /// </summary>
248
        internal static string Conflict_s_detected {
249
            get {
250
                return ResourceManager.GetString("Conflict_s_detected", resourceCulture);
251 252 253 254 255 256
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Contains invalid selection..
        /// </summary>
257
        internal static string Contains_invalid_selection {
258
            get {
259
                return ResourceManager.GetString("Contains_invalid_selection", resourceCulture);
260 261 262
            }
        }
        
263 264 265
        /// <summary>
        ///   Looks up a localized string similar to conversion operator.
        /// </summary>
266
        internal static string conversion_operator {
267
            get {
268
                return ResourceManager.GetString("conversion_operator", resourceCulture);
269 270 271
            }
        }
        
272 273 274 275 276 277 278 279 280
        /// <summary>
        ///   Looks up a localized string similar to deconstruction.
        /// </summary>
        internal static string deconstruction {
            get {
                return ResourceManager.GetString("deconstruction", resourceCulture);
            }
        }
        
281 282 283
        /// <summary>
        ///   Looks up a localized string similar to Delegate invocation can be simplified..
        /// </summary>
284
        internal static string Delegate_invocation_can_be_simplified {
285
            get {
286
                return ResourceManager.GetString("Delegate_invocation_can_be_simplified", resourceCulture);
287 288 289
            }
        }
        
290 291 292
        /// <summary>
        ///   Looks up a localized string similar to deprecated.
        /// </summary>
293
        internal static string deprecated {
294
            get {
295
                return ResourceManager.GetString("deprecated", resourceCulture);
296 297 298
            }
        }
        
299 300 301
        /// <summary>
        ///   Looks up a localized string similar to destructor.
        /// </summary>
302
        internal static string destructor {
303
            get {
304
                return ResourceManager.GetString("destructor", resourceCulture);
305 306 307
            }
        }
        
308
        /// <summary>
309
        ///   Looks up a localized string similar to Do not change this code. Put cleanup code in Dispose(bool disposing) above..
310
        /// </summary>
311
        internal static string Do_not_change_this_code_Put_cleanup_code_in_Dispose_bool_disposing_above {
312
            get {
313
                return ResourceManager.GetString("Do_not_change_this_code_Put_cleanup_code_in_Dispose_bool_disposing_above", resourceCulture);
314 315 316
            }
        }
        
317 318 319 320 321 322 323 324 325
        /// <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);
            }
        }
        
326 327 328
        /// <summary>
        ///   Looks up a localized string similar to event field.
        /// </summary>
329
        internal static string event_field {
330
            get {
331
                return ResourceManager.GetString("event_field", resourceCulture);
332 333 334 335 336 337
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to extension.
        /// </summary>
338
        internal static string extension {
339
            get {
340
                return ResourceManager.GetString("extension", resourceCulture);
341 342 343
            }
        }
        
344 345 346
        /// <summary>
        ///   Looks up a localized string similar to filter clause.
        /// </summary>
347
        internal static string filter_clause {
348
            get {
349
                return ResourceManager.GetString("filter_clause", resourceCulture);
350 351 352 353 354 355
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to finally clause.
        /// </summary>
356
        internal static string finally_clause {
357
            get {
358
                return ResourceManager.GetString("finally_clause", resourceCulture);
359 360 361 362 363 364
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to fixed statement.
        /// </summary>
365
        internal static string fixed_statement {
366
            get {
367
                return ResourceManager.GetString("fixed_statement", resourceCulture);
368 369 370 371 372 373
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to foreach statement.
        /// </summary>
374
        internal static string foreach_statement {
375
            get {
376
                return ResourceManager.GetString("foreach_statement", resourceCulture);
377 378 379
            }
        }
        
380
        /// <summary>
381
        ///   Looks up a localized string similar to from clause.
382
        /// </summary>
383
        internal static string from_clause {
384
            get {
385
                return ResourceManager.GetString("from_clause", resourceCulture);
386 387 388
            }
        }
        
389
        /// <summary>
390
        ///   Looks up a localized string similar to Generate explicit conversion operator in &apos;{0}&apos;.
391
        /// </summary>
392
        internal static string Generate_explicit_conversion_operator_in_0 {
393
            get {
394
                return ResourceManager.GetString("Generate_explicit_conversion_operator_in_0", resourceCulture);
395 396 397
            }
        }
        
398
        /// <summary>
399
        ///   Looks up a localized string similar to Generate implicit conversion operator in &apos;{0}&apos;.
400
        /// </summary>
401
        internal static string Generate_implicit_conversion_operator_in_0 {
402
            get {
403
                return ResourceManager.GetString("Generate_implicit_conversion_operator_in_0", resourceCulture);
404 405 406
            }
        }
        
407
        /// <summary>
408
        ///   Looks up a localized string similar to global statement.
409
        /// </summary>
410
        internal static string global_statement {
411
            get {
412
                return ResourceManager.GetString("global_statement", resourceCulture);
413 414 415
            }
        }
        
416
        /// <summary>
417
        ///   Looks up a localized string similar to groupby clause.
418
        /// </summary>
419
        internal static string groupby_clause {
420
            get {
421
                return ResourceManager.GetString("groupby_clause", resourceCulture);
422 423 424
            }
        }
        
425
        /// <summary>
426
        ///   Looks up a localized string similar to Hide base member.
427
        /// </summary>
428
        internal static string Hide_base_member {
429
            get {
430
                return ResourceManager.GetString("Hide_base_member", resourceCulture);
431 432 433 434
            }
        }
        
        /// <summary>
435
        ///   Looks up a localized string similar to &lt;implicit array creation&gt;.
436
        /// </summary>
437
        internal static string implicit_array_creation {
438
            get {
439
                return ResourceManager.GetString("implicit_array_creation", resourceCulture);
440 441 442
            }
        }
        
443 444 445
        /// <summary>
        ///   Looks up a localized string similar to indexer.
        /// </summary>
446
        internal static string indexer {
447
            get {
448
                return ResourceManager.GetString("indexer", resourceCulture);
449 450 451 452 453 454
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to indexer getter.
        /// </summary>
455
        internal static string indexer_getter {
456
            get {
457
                return ResourceManager.GetString("indexer_getter", resourceCulture);
458 459 460 461 462 463
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to indexer setter.
        /// </summary>
464
        internal static string indexer_setter {
465
            get {
466
                return ResourceManager.GetString("indexer_setter", resourceCulture);
467 468 469
            }
        }
        
470 471 472
        /// <summary>
        ///   Looks up a localized string similar to Inline temporary variable.
        /// </summary>
473
        internal static string Inline_temporary_variable {
474
            get {
475
                return ResourceManager.GetString("Inline_temporary_variable", resourceCulture);
476 477 478 479 480 481
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Insert &apos;await&apos;..
        /// </summary>
482
        internal static string Insert_await {
483
            get {
484
                return ResourceManager.GetString("Insert_await", resourceCulture);
485 486 487
            }
        }
        
488 489 490
        /// <summary>
        ///   Looks up a localized string similar to &lt;interface name&gt;.
        /// </summary>
491
        internal static string interface_name {
492
            get {
493
                return ResourceManager.GetString("interface_name", resourceCulture);
494 495 496
            }
        }
        
497 498 499
        /// <summary>
        ///   Looks up a localized string similar to into clause.
        /// </summary>
500
        internal static string into_clause {
501
            get {
502
                return ResourceManager.GetString("into_clause", resourceCulture);
503 504 505
            }
        }
        
506 507 508
        /// <summary>
        ///   Looks up a localized string similar to Invalid selection..
        /// </summary>
509
        internal static string Invalid_selection {
510
            get {
511
                return ResourceManager.GetString("Invalid_selection", resourceCulture);
512 513 514 515 516 517
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invert if statement.
        /// </summary>
518
        internal static string Invert_if_statement {
519
            get {
520
                return ResourceManager.GetString("Invert_if_statement", resourceCulture);
521 522 523
            }
        }
        
524 525 526 527 528 529 530 531 532
        /// <summary>
        ///   Looks up a localized string similar to is pattern.
        /// </summary>
        internal static string is_pattern {
            get {
                return ResourceManager.GetString("is_pattern", resourceCulture);
            }
        }
        
533 534 535
        /// <summary>
        ///   Looks up a localized string similar to join clause.
        /// </summary>
536
        internal static string join_clause {
537
            get {
538
                return ResourceManager.GetString("join_clause", resourceCulture);
539 540 541 542 543 544
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to lambda.
        /// </summary>
545
        internal static string lambda {
546
            get {
547
                return ResourceManager.GetString("lambda", resourceCulture);
548 549 550
            }
        }
        
551 552 553
        /// <summary>
        ///   Looks up a localized string similar to &lt;lambda expression&gt;.
        /// </summary>
554
        internal static string lambda_expression {
555
            get {
556
                return ResourceManager.GetString("lambda_expression", resourceCulture);
557 558 559
            }
        }
        
560 561 562
        /// <summary>
        ///   Looks up a localized string similar to let clause.
        /// </summary>
563
        internal static string let_clause {
564
            get {
565
                return ResourceManager.GetString("let_clause", resourceCulture);
566 567 568
            }
        }
        
569 570 571 572 573 574 575 576 577
        /// <summary>
        ///   Looks up a localized string similar to local function.
        /// </summary>
        internal static string local_function {
            get {
                return ResourceManager.GetString("local_function", resourceCulture);
            }
        }
        
578 579 580
        /// <summary>
        ///   Looks up a localized string similar to lock statement.
        /// </summary>
581
        internal static string lock_statement {
582
            get {
583
                return ResourceManager.GetString("lock_statement", resourceCulture);
584 585 586
            }
        }
        
587
        /// <summary>
588
        ///   Looks up a localized string similar to Make {0} return Task instead of void..
589
        /// </summary>
590
        internal static string Make_0_return_Task_instead_of_void {
591
            get {
592
                return ResourceManager.GetString("Make_0_return_Task_instead_of_void", resourceCulture);
593 594 595
            }
        }
        
596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613
        /// <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);
            }
        }
        
614
        /// <summary>
615
        ///   Looks up a localized string similar to &lt;member name&gt; = .
616
        /// </summary>
617
        internal static string member_name {
618
            get {
619
                return ResourceManager.GetString("member_name", resourceCulture);
620 621 622 623
            }
        }
        
        /// <summary>
624
        ///   Looks up a localized string similar to Move declaration near reference.
625
        /// </summary>
626
        internal static string Move_declaration_near_reference {
627
            get {
628
                return ResourceManager.GetString("Move_declaration_near_reference", resourceCulture);
629 630 631
            }
        }
        
632
        /// <summary>
633
        ///   Looks up a localized string similar to Name can be simplified.
634
        /// </summary>
635
        internal static string Name_can_be_simplified {
636
            get {
637
                return ResourceManager.GetString("Name_can_be_simplified", resourceCulture);
638 639 640
            }
        }
        
641
        /// <summary>
642
        ///   Looks up a localized string similar to &lt;namespace name&gt;.
643
        /// </summary>
644
        internal static string namespace_name {
645
            get {
646
                return ResourceManager.GetString("namespace_name", resourceCulture);
647 648 649 650
            }
        }
        
        /// <summary>
651
        ///   Looks up a localized string similar to No common root node for extraction..
652
        /// </summary>
653
        internal static string No_common_root_node_for_extraction {
654
            get {
655
                return ResourceManager.GetString("No_common_root_node_for_extraction", resourceCulture);
656 657 658 659 660 661
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No valid selection to perform extraction..
        /// </summary>
662
        internal static string No_valid_selection_to_perform_extraction {
663
            get {
664
                return ResourceManager.GetString("No_valid_selection_to_perform_extraction", resourceCulture);
665 666 667 668
            }
        }
        
        /// <summary>
669
        ///   Looks up a localized string similar to No valid statement range to extract.
670
        /// </summary>
671
        internal static string No_valid_statement_range_to_extract {
672
            get {
673
                return ResourceManager.GetString("No_valid_statement_range_to_extract", resourceCulture);
674 675 676
            }
        }
        
677
        /// <summary>
678
        ///   Looks up a localized string similar to Not all code paths return.
679
        /// </summary>
680
        internal static string Not_all_code_paths_return {
681
            get {
682
                return ResourceManager.GetString("Not_all_code_paths_return", resourceCulture);
683 684 685
            }
        }
        
686
        /// <summary>
687
        ///   Looks up a localized string similar to orderby clause.
688
        /// </summary>
689
        internal static string orderby_clause {
690
            get {
691
                return ResourceManager.GetString("orderby_clause", resourceCulture);
692 693 694
            }
        }
        
695
        /// <summary>
696
        ///   Looks up a localized string similar to Organize Usings.
697
        /// </summary>
698
        internal static string Organize_Usings {
699
            get {
700
                return ResourceManager.GetString("Organize_Usings", resourceCulture);
701 702 703
            }
        }
        
704 705 706 707 708 709 710 711 712
        /// <summary>
        ///   Looks up a localized string similar to out variable.
        /// </summary>
        internal static string out_var {
            get {
                return ResourceManager.GetString("out_var", resourceCulture);
            }
        }
        
713 714 715 716 717 718 719 720 721
        /// <summary>
        ///   Looks up a localized string similar to Properties.
        /// </summary>
        internal static string Properties {
            get {
                return ResourceManager.GetString("Properties", resourceCulture);
            }
        }
        
722 723 724
        /// <summary>
        ///   Looks up a localized string similar to property getter.
        /// </summary>
725
        internal static string property_getter {
726
            get {
727
                return ResourceManager.GetString("property_getter", resourceCulture);
728 729 730 731 732 733
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to property setter.
        /// </summary>
734
        internal static string property_setter {
735
            get {
736
                return ResourceManager.GetString("property_setter", resourceCulture);
737 738 739
            }
        }
        
740 741 742
        /// <summary>
        ///   Looks up a localized string similar to query body.
        /// </summary>
743
        internal static string query_body {
744
            get {
745
                return ResourceManager.GetString("query_body", resourceCulture);
746 747 748
            }
        }
        
749 750 751
        /// <summary>
        ///   Looks up a localized string similar to &lt;range variable&gt;.
        /// </summary>
752
        internal static string range_variable {
753
            get {
754
                return ResourceManager.GetString("range_variable", resourceCulture);
755 756 757
            }
        }
        
758 759 760 761 762 763 764 765 766
        /// <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);
            }
        }
        
767 768 769
        /// <summary>
        ///   Looks up a localized string similar to Remove &amp;and Sort Usings.
        /// </summary>
770
        internal static string Remove_and_Sort_Usings {
771
            get {
772
                return ResourceManager.GetString("Remove_and_Sort_Usings", resourceCulture);
773 774 775
            }
        }
        
776 777 778
        /// <summary>
        ///   Looks up a localized string similar to Remove &apos;this&apos; qualification.
        /// </summary>
779
        internal static string Remove_this_qualification {
780
            get {
781
                return ResourceManager.GetString("Remove_this_qualification", resourceCulture);
782 783 784
            }
        }
        
785 786 787
        /// <summary>
        ///   Looks up a localized string similar to Remove Unnecessary Cast.
        /// </summary>
788
        internal static string Remove_Unnecessary_Cast {
789
            get {
790
                return ResourceManager.GetString("Remove_Unnecessary_Cast", resourceCulture);
791 792 793 794 795 796
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Remove Unnecessary Usings.
        /// </summary>
797
        internal static string Remove_Unnecessary_Usings {
798
            get {
799
                return ResourceManager.GetString("Remove_Unnecessary_Usings", resourceCulture);
800 801 802
            }
        }
        
803
        /// <summary>
804
        ///   Looks up a localized string similar to Replace return with yield return.
805
        /// </summary>
806
        internal static string Replace_return_with_yield_return {
807
            get {
808
                return ResourceManager.GetString("Replace_return_with_yield_return", resourceCulture);
809 810 811
            }
        }
        
812 813 814
        /// <summary>
        ///   Looks up a localized string similar to select clause.
        /// </summary>
815
        internal static string select_clause {
816
            get {
817
                return ResourceManager.GetString("select_clause", resourceCulture);
818 819 820
            }
        }
        
821 822 823
        /// <summary>
        ///   Looks up a localized string similar to Selection can not be part of constant initializer expression..
        /// </summary>
824
        internal static string Selection_can_not_be_part_of_constant_initializer_expression {
825
            get {
826
                return ResourceManager.GetString("Selection_can_not_be_part_of_constant_initializer_expression", resourceCulture);
827 828 829 830
            }
        }
        
        /// <summary>
831
        ///   Looks up a localized string similar to Selection can not contain a pattern expression..
832
        /// </summary>
833
        internal static string Selection_can_not_contain_a_pattern_expression {
834
            get {
835
                return ResourceManager.GetString("Selection_can_not_contain_a_pattern_expression", resourceCulture);
836 837 838
            }
        }
        
839
        /// <summary>
840
        ///   Looks up a localized string similar to Selection can not contain a yield statement..
841
        /// </summary>
842
        internal static string Selection_can_not_contain_a_yield_statement {
843
            get {
844
                return ResourceManager.GetString("Selection_can_not_contain_a_yield_statement", resourceCulture);
845 846 847
            }
        }
        
848 849 850
        /// <summary>
        ///   Looks up a localized string similar to Selection can not contain throw statement..
        /// </summary>
851
        internal static string Selection_can_not_contain_throw_statement {
852
            get {
853
                return ResourceManager.GetString("Selection_can_not_contain_throw_statement", resourceCulture);
854 855 856 857 858 859
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection can not cross over preprocessor directives..
        /// </summary>
860
        internal static string Selection_can_not_cross_over_preprocessor_directives {
861
            get {
862
                return ResourceManager.GetString("Selection_can_not_cross_over_preprocessor_directives", resourceCulture);
863 864 865 866 867 868
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection does not contain a valid node.
        /// </summary>
869
        internal static string Selection_does_not_contain_a_valid_node {
870
            get {
871
                return ResourceManager.GetString("Selection_does_not_contain_a_valid_node", resourceCulture);
872 873 874 875 876 877
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Selection does not contain a valid token..
        /// </summary>
878
        internal static string Selection_does_not_contain_a_valid_token {
879
            get {
880
                return ResourceManager.GetString("Selection_does_not_contain_a_valid_token", resourceCulture);
881 882 883 884 885 886
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify all occurrences.
        /// </summary>
887
        internal static string Simplify_all_occurrences {
888
            get {
889
                return ResourceManager.GetString("Simplify_all_occurrences", resourceCulture);
890 891 892 893 894 895
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify lambda expression.
        /// </summary>
896
        internal static string Simplify_lambda_expression {
897
            get {
898
                return ResourceManager.GetString("Simplify_lambda_expression", resourceCulture);
899 900 901 902 903 904
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify member access &apos;{0}&apos;.
        /// </summary>
905
        internal static string Simplify_member_access_0 {
906
            get {
907
                return ResourceManager.GetString("Simplify_member_access_0", resourceCulture);
908 909 910 911 912 913
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Simplify name &apos;{0}&apos;.
        /// </summary>
914
        internal static string Simplify_name_0 {
915
            get {
916
                return ResourceManager.GetString("Simplify_name_0", resourceCulture);
917 918 919
            }
        }
        
920 921 922
        /// <summary>
        ///   Looks up a localized string similar to struct.
        /// </summary>
923
        internal static string struct_ {
924
            get {
925
                return ResourceManager.GetString("struct_", resourceCulture);
926 927 928
            }
        }
        
929 930 931
        /// <summary>
        ///   Looks up a localized string similar to &lt;struct name&gt;.
        /// </summary>
932
        internal static string struct_name {
933
            get {
934 935 936 937 938 939 940 941 942 943
                return ResourceManager.GetString("struct_name", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The name &apos;{0}&apos; does not exist in the current context..
        /// </summary>
        internal static string 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);
944 945 946
            }
        }
        
947 948 949
        /// <summary>
        ///   Looks up a localized string similar to The selected code is inside an unsafe context..
        /// </summary>
950
        internal static string The_selected_code_is_inside_an_unsafe_context {
951
            get {
952
                return ResourceManager.GetString("The_selected_code_is_inside_an_unsafe_context", resourceCulture);
953 954 955 956
            }
        }
        
        /// <summary>
957
        ///   Looks up a localized string similar to The selection contains syntactic errors.
958
        /// </summary>
959
        internal static string The_selection_contains_syntactic_errors {
960
            get {
961
                return ResourceManager.GetString("The_selection_contains_syntactic_errors", resourceCulture);
962 963 964
            }
        }
        
965 966 967
        /// <summary>
        ///   Looks up a localized string similar to This code added to correctly implement the disposable pattern..
        /// </summary>
968
        internal static string This_code_added_to_correctly_implement_the_disposable_pattern {
969
            get {
970
                return ResourceManager.GetString("This_code_added_to_correctly_implement_the_disposable_pattern", resourceCulture);
971 972 973
            }
        }
        
974
        /// <summary>
975
        ///   Looks up a localized string similar to TODO: free unmanaged resources (unmanaged objects) and override a finalizer below..
976
        /// </summary>
977
        internal static string TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_a_finalizer_below {
978
            get {
979 980
                return ResourceManager.GetString("TODO_colon_free_unmanaged_resources_unmanaged_objects_and_override_a_finalizer_be" +
                        "low", resourceCulture);
981 982 983 984
            }
        }
        
        /// <summary>
985
        ///   Looks up a localized string similar to TODO: override a finalizer only if Dispose(bool disposing) above has code to free unmanaged resources..
986
        /// </summary>
987
        internal static string TODO_colon_override_a_finalizer_only_if_Dispose_bool_disposing_above_has_code_to_free_unmanaged_resources {
988
            get {
989 990
                return ResourceManager.GetString("TODO_colon_override_a_finalizer_only_if_Dispose_bool_disposing_above_has_code_to_" +
                        "free_unmanaged_resources", resourceCulture);
991 992 993
            }
        }
        
994 995 996
        /// <summary>
        ///   Looks up a localized string similar to TODO: uncomment the following line if the finalizer is overridden above..
        /// </summary>
997
        internal static string TODO_colon_uncomment_the_following_line_if_the_finalizer_is_overridden_above {
998
            get {
999
                return ResourceManager.GetString("TODO_colon_uncomment_the_following_line_if_the_finalizer_is_overridden_above", resourceCulture);
1000 1001 1002
            }
        }
        
B
Balaji Krishnan 已提交
1003
        /// <summary>
1004
        ///   Looks up a localized string similar to try block.
B
Balaji Krishnan 已提交
1005
        /// </summary>
1006
        internal static string try_block {
B
Balaji Krishnan 已提交
1007
            get {
1008 1009 1010 1011
                return ResourceManager.GetString("try_block", resourceCulture);
            }
        }
        
1012 1013 1014 1015 1016 1017 1018 1019 1020
        /// <summary>
        ///   Looks up a localized string similar to tuple.
        /// </summary>
        internal static string tuple {
            get {
                return ResourceManager.GetString("tuple", resourceCulture);
            }
        }
        
1021 1022 1023 1024 1025 1026
        /// <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 已提交
1027 1028 1029 1030
            }
        }
        
        /// <summary>
1031
        ///   Looks up a localized string similar to Use explicit type.
B
Balaji Krishnan 已提交
1032
        /// </summary>
1033
        internal static string Use_explicit_type {
B
Balaji Krishnan 已提交
1034
            get {
1035
                return ResourceManager.GetString("Use_explicit_type", resourceCulture);
B
Balaji Krishnan 已提交
1036 1037 1038 1039
            }
        }
        
        /// <summary>
1040
        ///   Looks up a localized string similar to Use explicit type instead of &apos;var&apos;.
B
Balaji Krishnan 已提交
1041
        /// </summary>
1042
        internal static string Use_explicit_type_instead_of_var {
B
Balaji Krishnan 已提交
1043
            get {
1044
                return ResourceManager.GetString("Use_explicit_type_instead_of_var", resourceCulture);
B
Balaji Krishnan 已提交
1045 1046 1047 1048
            }
        }
        
        /// <summary>
1049
        ///   Looks up a localized string similar to Use implicit type.
B
Balaji Krishnan 已提交
1050
        /// </summary>
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060
        internal static string Use_implicit_type {
            get {
                return ResourceManager.GetString("Use_implicit_type", resourceCulture);
            }
        }
        
        /// <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 已提交
1061
            get {
1062
                return ResourceManager.GetString("use_var_instead_of_explicit_type", resourceCulture);
B
Balaji Krishnan 已提交
1063 1064 1065
            }
        }
        
1066 1067 1068
        /// <summary>
        ///   Looks up a localized string similar to using directive.
        /// </summary>
1069 1070 1071 1072 1073 1074 1075 1076 1077 1078
        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 {
1079
            get {
1080
                return ResourceManager.GetString("Using_directive_is_unnecessary", resourceCulture);
1081 1082 1083 1084 1085 1086
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to using namespace.
        /// </summary>
1087
        internal static string using_namespace {
1088
            get {
1089
                return ResourceManager.GetString("using_namespace", resourceCulture);
1090 1091 1092
            }
        }
        
1093 1094 1095
        /// <summary>
        ///   Looks up a localized string similar to using statement.
        /// </summary>
1096
        internal static string using_statement {
1097
            get {
1098
                return ResourceManager.GetString("using_statement", resourceCulture);
1099 1100 1101
            }
        }
        
1102
        /// <summary>
1103 1104 1105 1106 1107 1108 1109 1110 1111
        ///   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);
            }
        }
        
        /// <summary>
1112 1113
        ///   Looks up a localized string similar to Warning: Declaration changes scope and may change meaning..
        /// </summary>
1114
        internal static string Warning_colon_Declaration_changes_scope_and_may_change_meaning {
1115
            get {
1116
                return ResourceManager.GetString("Warning_colon_Declaration_changes_scope_and_may_change_meaning", resourceCulture);
1117 1118
            }
        }
1119 1120 1121 1122
        
        /// <summary>
        ///   Looks up a localized string similar to where clause.
        /// </summary>
1123
        internal static string where_clause {
1124
            get {
1125
                return ResourceManager.GetString("where_clause", resourceCulture);
1126 1127 1128 1129 1130 1131
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to yield statement.
        /// </summary>
1132
        internal static string yield_statement {
1133
            get {
1134
                return ResourceManager.GetString("yield_statement", resourceCulture);
1135 1136
            }
        }
1137 1138
    }
}