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