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