CSharpResources.Designer.cs 630.7 KB
Newer Older
P
Pilchie 已提交
1 2 3
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
4
//     Runtime Version:4.0.30319.42000
P
Pilchie 已提交
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;
P
Pilchie 已提交
14 15 16 17 18 19 20 21 22
    
    
    /// <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.
23
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
P
Pilchie 已提交
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class CSharpResources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal CSharpResources() {
        }
        
        /// <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.CSharpResources", typeof(CSharpResources).GetTypeInfo().Assembly);
P
Pilchie 已提交
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
                    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;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Can&apos;t reference compilation of type &apos;{0}&apos; from {1} compilation..
        /// </summary>
        internal static string CantReferenceCompilationOf {
            get {
                return ResourceManager.GetString("CantReferenceCompilationOf", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Chaining speculative semantic model is not supported. You should create a speculative model from the non-speculative ParentModel..
        /// </summary>
        internal static string ChainingSpeculativeModelIsNotSupported {
            get {
                return ResourceManager.GetString("ChainingSpeculativeModelIsNotSupported", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Compilation (C#): .
        /// </summary>
        internal static string CompilationC {
            get {
                return ResourceManager.GetString("CompilationC", resourceCulture);
            }
        }
        
91 92 93 94 95 96 97 98 99
        /// <summary>
        ///   Looks up a localized string similar to Could not find file..
        /// </summary>
        internal static string CouldNotFindFile {
            get {
                return ResourceManager.GetString("CouldNotFindFile", resourceCulture);
            }
        }
        
P
Pilchie 已提交
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
        /// <summary>
        ///   Looks up a localized string similar to Elements cannot be null..
        /// </summary>
        internal static string ElementsCannotBeNull {
            get {
                return ResourceManager.GetString("ElementsCannotBeNull", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be both extern and abstract.
        /// </summary>
        internal static string ERR_AbstractAndExtern {
            get {
                return ResourceManager.GetString("ERR_AbstractAndExtern", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be both abstract and sealed.
        /// </summary>
        internal static string ERR_AbstractAndSealed {
            get {
                return ResourceManager.GetString("ERR_AbstractAndSealed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot apply attribute class &apos;{0}&apos; because it is abstract.
        /// </summary>
        internal static string ERR_AbstractAttributeClass {
            get {
                return ResourceManager.GetString("ERR_AbstractAttributeClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot call an abstract base member: &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_AbstractBaseCall {
            get {
                return ResourceManager.GetString("ERR_AbstractBaseCall", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: abstract event cannot have initializer.
        /// </summary>
        internal static string ERR_AbstractEventInitializer {
            get {
                return ResourceManager.GetString("ERR_AbstractEventInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The modifier &apos;abstract&apos; is not valid on fields. Try using a property instead..
        /// </summary>
        internal static string ERR_AbstractField {
            get {
                return ResourceManager.GetString("ERR_AbstractField", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot declare a body because it is marked abstract.
        /// </summary>
        internal static string ERR_AbstractHasBody {
            get {
                return ResourceManager.GetString("ERR_AbstractHasBody", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is abstract but it is contained in non-abstract class &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AbstractInConcreteClass {
            get {
                return ResourceManager.GetString("ERR_AbstractInConcreteClass", resourceCulture);
            }
        }
        
        /// <summary>
182
        ///   Looks up a localized string similar to The abstract {0} &apos;{1}&apos; cannot be marked virtual.
P
Pilchie 已提交
183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279
        /// </summary>
        internal static string ERR_AbstractNotVirtual {
            get {
                return ResourceManager.GetString("ERR_AbstractNotVirtual", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: an abstract class cannot be sealed or static.
        /// </summary>
        internal static string ERR_AbstractSealedStatic {
            get {
                return ResourceManager.GetString("ERR_AbstractSealedStatic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: accessibility modifiers on accessors may only be used if the property or indexer has both a get and a set accessor.
        /// </summary>
        internal static string ERR_AccessModMissingAccessor {
            get {
                return ResourceManager.GetString("ERR_AccessModMissingAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Accessor &apos;{0}&apos; cannot implement interface member &apos;{1}&apos; for type &apos;{2}&apos;. Use an explicit interface implementation..
        /// </summary>
        internal static string ERR_AccessorImplementingMethod {
            get {
                return ResourceManager.GetString("ERR_AccessorImplementingMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be added to this assembly because it already is an assembly.
        /// </summary>
        internal static string ERR_AddModuleAssembly {
            get {
                return ResourceManager.GetString("ERR_AddModuleAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An add or remove accessor expected.
        /// </summary>
        internal static string ERR_AddOrRemoveExpected {
            get {
                return ResourceManager.GetString("ERR_AddOrRemoveExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An add or remove accessor must have a body.
        /// </summary>
        internal static string ERR_AddRemoveMustHaveBody {
            get {
                return ResourceManager.GetString("ERR_AddRemoveMustHaveBody", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Agnostic assembly cannot have a processor specific module &apos;{0}&apos;..
        /// </summary>
        internal static string ERR_AgnosticToMachineModule {
            get {
                return ResourceManager.GetString("ERR_AgnosticToMachineModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid reference alias option: &apos;{0}=&apos; -- missing filename.
        /// </summary>
        internal static string ERR_AliasMissingFile {
            get {
                return ResourceManager.GetString("ERR_AliasMissingFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Alias &apos;{0}&apos; not found.
        /// </summary>
        internal static string ERR_AliasNotFound {
            get {
                return ResourceManager.GetString("ERR_AliasNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The namespace alias qualifier &apos;::&apos; always resolves to a type or namespace so is illegal here. Consider using &apos;.&apos; instead..
        /// </summary>
        internal static string ERR_AliasQualAsExpression {
            get {
                return ResourceManager.GetString("ERR_AliasQualAsExpression", resourceCulture);
            }
        }
        
280 281 282 283 284 285 286 287 288
        /// <summary>
        ///   Looks up a localized string similar to An alias-qualified name is not an expression..
        /// </summary>
        internal static string ERR_AliasQualifiedNameNotAnExpression {
            get {
                return ResourceManager.GetString("ERR_AliasQualifiedNameNotAnExpression", resourceCulture);
            }
        }
        
P
Pilchie 已提交
289 290 291 292 293 294 295 296 297
        /// <summary>
        ///   Looks up a localized string similar to Operator &apos;{0}&apos; is ambiguous on operands of type &apos;{1}&apos; and &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_AmbigBinaryOps {
            get {
                return ResourceManager.GetString("ERR_AmbigBinaryOps", resourceCulture);
            }
        }
        
298 299 300 301 302 303 304 305 306
        /// <summary>
        ///   Looks up a localized string similar to Operator &apos;{0}&apos; is ambiguous on operands &apos;default&apos; and &apos;default&apos;.
        /// </summary>
        internal static string ERR_AmbigBinaryOpsOnDefault {
            get {
                return ResourceManager.GetString("ERR_AmbigBinaryOpsOnDefault", resourceCulture);
            }
        }
        
P
Pilchie 已提交
307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369
        /// <summary>
        ///   Looks up a localized string similar to The call is ambiguous between the following methods or properties: &apos;{0}&apos; and &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AmbigCall {
            get {
                return ResourceManager.GetString("ERR_AmbigCall", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is an ambiguous reference between &apos;{1}&apos; and &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_AmbigContext {
            get {
                return ResourceManager.GetString("ERR_AmbigContext", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ambiguity between &apos;{0}&apos; and &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AmbigMember {
            get {
                return ResourceManager.GetString("ERR_AmbigMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The inherited members &apos;{0}&apos; and &apos;{1}&apos; have the same signature in type &apos;{2}&apos;, so they cannot be overridden.
        /// </summary>
        internal static string ERR_AmbigOverride {
            get {
                return ResourceManager.GetString("ERR_AmbigOverride", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type of conditional expression cannot be determined because &apos;{0}&apos; and &apos;{1}&apos; implicitly convert to one another.
        /// </summary>
        internal static string ERR_AmbigQM {
            get {
                return ResourceManager.GetString("ERR_AmbigQM", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Ambiguous user defined conversions &apos;{0}&apos; and &apos;{1}&apos; when converting from &apos;{2}&apos; to &apos;{3}&apos;.
        /// </summary>
        internal static string ERR_AmbigUDConv {
            get {
                return ResourceManager.GetString("ERR_AmbigUDConv", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Operator &apos;{0}&apos; is ambiguous on an operand of type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AmbigUnaryOp {
            get {
                return ResourceManager.GetString("ERR_AmbigUnaryOp", resourceCulture);
            }
        }
        
C
Charles Stoner 已提交
370 371 372 373 374 375 376 377 378
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is ambiguous between &apos;{1}&apos; and &apos;{2}&apos;; use either &apos;@{0}&apos; or &apos;{0}Attribute&apos;.
        /// </summary>
        internal static string ERR_AmbiguousAttribute {
            get {
                return ResourceManager.GetString("ERR_AmbiguousAttribute", resourceCulture);
            }
        }
        
P
Pilchie 已提交
379 380 381 382 383 384 385 386 387
        /// <summary>
        ///   Looks up a localized string similar to Cannot use ref or out parameter &apos;{0}&apos; inside an anonymous method, lambda expression, or query expression.
        /// </summary>
        internal static string ERR_AnonDelegateCantUse {
            get {
                return ResourceManager.GetString("ERR_AnonDelegateCantUse", resourceCulture);
            }
        }
        
388 389 390 391 392 393 394 395 396
        /// <summary>
        ///   Looks up a localized string similar to Cannot use ref local &apos;{0}&apos; inside an anonymous method, lambda expression, or query expression.
        /// </summary>
        internal static string ERR_AnonDelegateCantUseLocal {
            get {
                return ResourceManager.GetString("ERR_AnonDelegateCantUseLocal", resourceCulture);
            }
        }
        
P
Pilchie 已提交
397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451
        /// <summary>
        ///   Looks up a localized string similar to Foreach cannot operate on a &apos;{0}&apos;. Did you intend to invoke the &apos;{0}&apos;?.
        /// </summary>
        internal static string ERR_AnonMethGrpInForEach {
            get {
                return ResourceManager.GetString("ERR_AnonMethGrpInForEach", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert {0} to type &apos;{1}&apos; because it is not a delegate type.
        /// </summary>
        internal static string ERR_AnonMethToNonDel {
            get {
                return ResourceManager.GetString("ERR_AnonMethToNonDel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An anonymous method expression cannot be converted to an expression tree.
        /// </summary>
        internal static string ERR_AnonymousMethodToExpressionTree {
            get {
                return ResourceManager.GetString("ERR_AnonymousMethodToExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Not all code paths return a value in {0} of type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AnonymousReturnExpected {
            get {
                return ResourceManager.GetString("ERR_AnonymousReturnExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An anonymous type cannot have multiple properties with the same name.
        /// </summary>
        internal static string ERR_AnonymousTypeDuplicatePropertyName {
            get {
                return ResourceManager.GetString("ERR_AnonymousTypeDuplicatePropertyName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use anonymous type in a constant expression.
        /// </summary>
        internal static string ERR_AnonymousTypeNotAvailable {
            get {
                return ResourceManager.GetString("ERR_AnonymousTypeNotAvailable", resourceCulture);
            }
        }
        
        /// <summary>
452
        ///   Looks up a localized string similar to Cannot assign &apos;{0}&apos; to anonymous type property.
P
Pilchie 已提交
453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648
        /// </summary>
        internal static string ERR_AnonymousTypePropertyAssignedBadValue {
            get {
                return ResourceManager.GetString("ERR_AnonymousTypePropertyAssignedBadValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The __arglist construct is valid only within a variable argument method.
        /// </summary>
        internal static string ERR_ArgsInvalid {
            get {
                return ResourceManager.GetString("ERR_ArgsInvalid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Array elements cannot be of type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ArrayElementCantBeRefAny {
            get {
                return ResourceManager.GetString("ERR_ArrayElementCantBeRefAny", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A nested array initializer is expected.
        /// </summary>
        internal static string ERR_ArrayInitializerExpected {
            get {
                return ResourceManager.GetString("ERR_ArrayInitializerExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An array initializer of length &apos;{0}&apos; is expected.
        /// </summary>
        internal static string ERR_ArrayInitializerIncorrectLength {
            get {
                return ResourceManager.GetString("ERR_ArrayInitializerIncorrectLength", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Array initializers can only be used in a variable or field initializer. Try using a new expression instead..
        /// </summary>
        internal static string ERR_ArrayInitInBadPlace {
            get {
                return ResourceManager.GetString("ERR_ArrayInitInBadPlace", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Can only use array initializer expressions to assign to array types. Try using a new expression instead..
        /// </summary>
        internal static string ERR_ArrayInitToNonArrayType {
            get {
                return ResourceManager.GetString("ERR_ArrayInitToNonArrayType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: array elements cannot be of static type.
        /// </summary>
        internal static string ERR_ArrayOfStaticClass {
            get {
                return ResourceManager.GetString("ERR_ArrayOfStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Array size cannot be specified in a variable declaration (try initializing with a &apos;new&apos; expression).
        /// </summary>
        internal static string ERR_ArraySizeInDeclaration {
            get {
                return ResourceManager.GetString("ERR_ArraySizeInDeclaration", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The as operator must be used with a reference type or nullable type (&apos;{0}&apos; is a non-nullable value type).
        /// </summary>
        internal static string ERR_AsMustHaveReferenceType {
            get {
                return ResourceManager.GetString("ERR_AsMustHaveReferenceType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly &apos;{0}&apos; with identity &apos;{1}&apos; uses &apos;{2}&apos; which has a higher version than referenced assembly &apos;{3}&apos; with identity &apos;{4}&apos;.
        /// </summary>
        internal static string ERR_AssemblyMatchBadVersion {
            get {
                return ResourceManager.GetString("ERR_AssemblyMatchBadVersion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The /moduleassemblyname option may only be specified when building a target type of &apos;module&apos;.
        /// </summary>
        internal static string ERR_AssemblyNameOnNonModule {
            get {
                return ResourceManager.GetString("ERR_AssemblyNameOnNonModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assemblies &apos;{0}&apos; and &apos;{1}&apos; refer to the same metadata but only one is a linked reference (specified using /link option); consider removing one of the references..
        /// </summary>
        internal static string ERR_AssemblySpecifiedForLinkAndRef {
            get {
                return ResourceManager.GetString("ERR_AssemblySpecifiedForLinkAndRef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The left-hand side of an assignment must be a variable, property or indexer.
        /// </summary>
        internal static string ERR_AssgLvalueExpected {
            get {
                return ResourceManager.GetString("ERR_AssgLvalueExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A readonly field cannot be assigned to (except in a constructor or a variable initializer).
        /// </summary>
        internal static string ERR_AssgReadonly {
            get {
                return ResourceManager.GetString("ERR_AssgReadonly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Members of readonly field &apos;{0}&apos; cannot be modified (except in a constructor or a variable initializer).
        /// </summary>
        internal static string ERR_AssgReadonly2 {
            get {
                return ResourceManager.GetString("ERR_AssgReadonly2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot assign to &apos;{0}&apos; because it is read-only.
        /// </summary>
        internal static string ERR_AssgReadonlyLocal {
            get {
                return ResourceManager.GetString("ERR_AssgReadonlyLocal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot modify members of &apos;{0}&apos; because it is a &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AssgReadonlyLocal2Cause {
            get {
                return ResourceManager.GetString("ERR_AssgReadonlyLocal2Cause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot assign to &apos;{0}&apos; because it is a &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_AssgReadonlyLocalCause {
            get {
                return ResourceManager.GetString("ERR_AssgReadonlyLocalCause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property or indexer &apos;{0}&apos; cannot be assigned to -- it is read only.
        /// </summary>
        internal static string ERR_AssgReadonlyProp {
            get {
                return ResourceManager.GetString("ERR_AssgReadonlyProp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A static readonly field cannot be assigned to (except in a static constructor or a variable initializer).
        /// </summary>
        internal static string ERR_AssgReadonlyStatic {
            get {
                return ResourceManager.GetString("ERR_AssgReadonlyStatic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fields of static readonly field &apos;{0}&apos; cannot be assigned to (except in a static constructor or a variable initializer).
        /// </summary>
        internal static string ERR_AssgReadonlyStatic2 {
            get {
                return ResourceManager.GetString("ERR_AssgReadonlyStatic2", resourceCulture);
            }
        }
        
649
        /// <summary>
V
vsadov 已提交
650
        ///   Looks up a localized string similar to Cannot assign to {0} &apos;{1}&apos; because it is a readonly variable.
651
        /// </summary>
V
vsadov 已提交
652
        internal static string ERR_AssignReadonlyNotField {
653
            get {
V
vsadov 已提交
654
                return ResourceManager.GetString("ERR_AssignReadonlyNotField", resourceCulture);
655 656 657 658
            }
        }
        
        /// <summary>
V
vsadov 已提交
659
        ///   Looks up a localized string similar to Cannot assign to a member of {0} &apos;{1}&apos; because it is a readonly variable.
660
        /// </summary>
V
vsadov 已提交
661
        internal static string ERR_AssignReadonlyNotField2 {
662
            get {
V
vsadov 已提交
663
                return ResourceManager.GetString("ERR_AssignReadonlyNotField2", resourceCulture);
664 665 666
            }
        }
        
P
Pilchie 已提交
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693
        /// <summary>
        ///   Looks up a localized string similar to The type parameter &apos;{0}&apos; cannot be used with the &apos;as&apos; operator because it does not have a class type constraint nor a &apos;class&apos; constraint.
        /// </summary>
        internal static string ERR_AsWithTypeVar {
            get {
                return ResourceManager.GetString("ERR_AsWithTypeVar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: an attribute argument cannot use type parameters.
        /// </summary>
        internal static string ERR_AttrArgWithTypeVars {
            get {
                return ResourceManager.GetString("ERR_AttrArgWithTypeVars", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot apply attribute class &apos;{0}&apos; because it is generic.
        /// </summary>
        internal static string ERR_AttributeCantBeGeneric {
            get {
                return ResourceManager.GetString("ERR_AttributeCantBeGeneric", resourceCulture);
            }
        }
        
V
vsadov 已提交
694 695 696 697 698 699 700 701 702
        /// <summary>
        ///   Looks up a localized string similar to Cannot use attribute constructor &apos;{0}&apos; because it is has &apos;in&apos; parameters..
        /// </summary>
        internal static string ERR_AttributeCtorInParameter {
            get {
                return ResourceManager.GetString("ERR_AttributeCtorInParameter", resourceCulture);
            }
        }
        
P
Pilchie 已提交
703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; is not valid on property or event accessors. It is only valid on &apos;{1}&apos; declarations..
        /// </summary>
        internal static string ERR_AttributeNotOnAccessor {
            get {
                return ResourceManager.GetString("ERR_AttributeNotOnAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; is not valid on this declaration type. It is only valid on &apos;{1}&apos; declarations..
        /// </summary>
        internal static string ERR_AttributeOnBadSymbolType {
            get {
                return ResourceManager.GetString("ERR_AttributeOnBadSymbolType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute parameter &apos;{0}&apos; must be specified..
        /// </summary>
        internal static string ERR_AttributeParameterRequired1 {
            get {
                return ResourceManager.GetString("ERR_AttributeParameterRequired1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute parameter &apos;{0}&apos; or &apos;{1}&apos; must be specified..
        /// </summary>
        internal static string ERR_AttributeParameterRequired2 {
            get {
                return ResourceManager.GetString("ERR_AttributeParameterRequired2", resourceCulture);
            }
        }
        
739 740 741 742 743 744 745 746 747
        /// <summary>
        ///   Looks up a localized string similar to Attributes are not allowed on local function parameters or type parameters.
        /// </summary>
        internal static string ERR_AttributesInLocalFuncDecl {
            get {
                return ResourceManager.GetString("ERR_AttributesInLocalFuncDecl", resourceCulture);
            }
        }
        
P
Pilchie 已提交
748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764
        /// <summary>
        ///   Looks up a localized string similar to Attributes are not valid in this context..
        /// </summary>
        internal static string ERR_AttributesNotAllowed {
            get {
                return ResourceManager.GetString("ERR_AttributesNotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; is only valid on classes derived from System.Attribute.
        /// </summary>
        internal static string ERR_AttributeUsageOnNonAttributeClass {
            get {
                return ResourceManager.GetString("ERR_AttributeUsageOnNonAttributeClass", resourceCulture);
            }
        }
765
        
766 767 768 769 770 771 772 773 774
        /// <summary>
        ///   Looks up a localized string similar to Auto-implemented properties cannot return by reference.
        /// </summary>
        internal static string ERR_AutoPropertyCannotBeRefReturning {
            get {
                return ResourceManager.GetString("ERR_AutoPropertyCannotBeRefReturning", resourceCulture);
            }
        }
        
P
Pilchie 已提交
775
        /// <summary>
776
        ///   Looks up a localized string similar to Auto-implemented properties inside interfaces cannot have initializers..
P
Pilchie 已提交
777
        /// </summary>
778 779
        internal static string ERR_AutoPropertyInitializerInInterface {
            get {
780 781 782
                return ResourceManager.GetString("ERR_AutoPropertyInitializerInInterface", resourceCulture);
            }
        }
783
        
784 785 786
        /// <summary>
        ///   Looks up a localized string similar to Auto-implemented properties must have get accessors..
        /// </summary>
787 788
        internal static string ERR_AutoPropertyMustHaveGetAccessor {
            get {
789 790 791
                return ResourceManager.GetString("ERR_AutoPropertyMustHaveGetAccessor", resourceCulture);
            }
        }
792
        
A
angocke 已提交
793
        /// <summary>
794
        ///   Looks up a localized string similar to Auto-implemented properties must override all accessors of the overridden property..
A
angocke 已提交
795 796 797 798 799 800 801
        /// </summary>
        internal static string ERR_AutoPropertyMustOverrideSet {
            get {
                return ResourceManager.GetString("ERR_AutoPropertyMustOverrideSet", resourceCulture);
            }
        }
        
802
        /// <summary>
V
vsadov 已提交
803
        ///   Looks up a localized string similar to Auto-implemented instance properties in readonly structs must be readonly..
804 805 806 807 808 809 810
        /// </summary>
        internal static string ERR_AutoPropsInRoStruct {
            get {
                return ResourceManager.GetString("ERR_AutoPropsInRoStruct", resourceCulture);
            }
        }
        
P
Pilchie 已提交
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847
        /// <summary>
        ///   Looks up a localized string similar to Cannot await in an unsafe context.
        /// </summary>
        internal static string ERR_AwaitInUnsafeContext {
            get {
                return ResourceManager.GetString("ERR_AwaitInUnsafeContext", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is inaccessible due to its protection level.
        /// </summary>
        internal static string ERR_BadAccess {
            get {
                return ResourceManager.GetString("ERR_BadAccess", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to AppConfigPath must be absolute..
        /// </summary>
        internal static string ERR_BadAppConfigPath {
            get {
                return ResourceManager.GetString("ERR_BadAppConfigPath", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No overload for method &apos;{0}&apos; takes {1} arguments.
        /// </summary>
        internal static string ERR_BadArgCount {
            get {
                return ResourceManager.GetString("ERR_BadArgCount", resourceCulture);
            }
        }
        
        /// <summary>
L
Llewellyn Pritchard 已提交
848
        ///   Looks up a localized string similar to Argument {0} may not be passed with the &apos;{1}&apos; keyword.
P
Pilchie 已提交
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918
        /// </summary>
        internal static string ERR_BadArgExtraRef {
            get {
                return ResourceManager.GetString("ERR_BadArgExtraRef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Argument {0} must be passed with the &apos;{1}&apos; keyword.
        /// </summary>
        internal static string ERR_BadArgRef {
            get {
                return ResourceManager.GetString("ERR_BadArgRef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Argument {0}: cannot convert from &apos;{1}&apos; to &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_BadArgType {
            get {
                return ResourceManager.GetString("ERR_BadArgType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; has no applicable method named &apos;{1}&apos; but appears to have an extension method by that name. Extension methods cannot be dynamically dispatched. Consider casting the dynamic arguments or calling the extension method without the extension method syntax..
        /// </summary>
        internal static string ERR_BadArgTypeDynamicExtension {
            get {
                return ResourceManager.GetString("ERR_BadArgTypeDynamicExtension", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded Add method &apos;{0}&apos; for the collection initializer has some invalid arguments.
        /// </summary>
        internal static string ERR_BadArgTypesForCollectionAdd {
            get {
                return ResourceManager.GetString("ERR_BadArgTypesForCollectionAdd", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The argument to the &apos;{0}&apos; attribute must be a valid identifier.
        /// </summary>
        internal static string ERR_BadArgumentToAttribute {
            get {
                return ResourceManager.GetString("ERR_BadArgumentToAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Using the generic {1} &apos;{0}&apos; requires {2} type arguments.
        /// </summary>
        internal static string ERR_BadArity {
            get {
                return ResourceManager.GetString("ERR_BadArity", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Array type specifier, [], must appear before parameter name.
        /// </summary>
        internal static string ERR_BadArraySyntax {
            get {
                return ResourceManager.GetString("ERR_BadArraySyntax", resourceCulture);
            }
        }
        
919 920 921 922 923 924 925 926 927
        /// <summary>
        ///   Looks up a localized string similar to Invalid assembly name: {0}.
        /// </summary>
        internal static string ERR_BadAssemblyName {
            get {
                return ResourceManager.GetString("ERR_BadAssemblyName", resourceCulture);
            }
        }
        
P
Pilchie 已提交
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946
        /// <summary>
        ///   Looks up a localized string similar to Async methods cannot have ref or out parameters.
        /// </summary>
        internal static string ERR_BadAsyncArgType {
            get {
                return ResourceManager.GetString("ERR_BadAsyncArgType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Async lambda expressions cannot be converted to expression trees.
        /// </summary>
        internal static string ERR_BadAsyncExpressionTree {
            get {
                return ResourceManager.GetString("ERR_BadAsyncExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
T
Ty Overby 已提交
947
        ///   Looks up a localized string similar to The &apos;async&apos; modifier can only be used in methods that have a body..
P
Pilchie 已提交
948 949 950 951 952 953 954
        /// </summary>
        internal static string ERR_BadAsyncLacksBody {
            get {
                return ResourceManager.GetString("ERR_BadAsyncLacksBody", resourceCulture);
            }
        }
        
955 956 957 958 959 960 961 962 963
        /// <summary>
        ///   Looks up a localized string similar to Async methods cannot have by reference locals.
        /// </summary>
        internal static string ERR_BadAsyncLocalType {
            get {
                return ResourceManager.GetString("ERR_BadAsyncLocalType", resourceCulture);
            }
        }
        
964 965 966 967 968 969 970 971 972
        /// <summary>
        ///   Looks up a localized string similar to For type &apos;{0}&apos; to be used as an AsyncMethodBuilder for type &apos;{1}&apos;, its Task property should return type &apos;{1}&apos; instead of type &apos;{2}&apos;..
        /// </summary>
        internal static string ERR_BadAsyncMethodBuilderTaskProperty {
            get {
                return ResourceManager.GetString("ERR_BadAsyncMethodBuilderTaskProperty", resourceCulture);
            }
        }
        
P
Pilchie 已提交
973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116
        /// <summary>
        ///   Looks up a localized string similar to The return type of an async method must be void, Task or Task&lt;T&gt;.
        /// </summary>
        internal static string ERR_BadAsyncReturn {
            get {
                return ResourceManager.GetString("ERR_BadAsyncReturn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Since this is an async method, the return expression must be of type &apos;{0}&apos; rather than &apos;Task&lt;{0}&gt;&apos;.
        /// </summary>
        internal static string ERR_BadAsyncReturnExpression {
            get {
                return ResourceManager.GetString("ERR_BadAsyncReturnExpression", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type.
        /// </summary>
        internal static string ERR_BadAttributeArgument {
            get {
                return ResourceManager.GetString("ERR_BadAttributeArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute constructor parameter &apos;{0}&apos; is optional, but no default parameter value was specified..
        /// </summary>
        internal static string ERR_BadAttributeParamDefaultArgument {
            get {
                return ResourceManager.GetString("ERR_BadAttributeParamDefaultArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute constructor parameter &apos;{0}&apos; has type &apos;{1}&apos;, which is not a valid attribute parameter type.
        /// </summary>
        internal static string ERR_BadAttributeParamType {
            get {
                return ResourceManager.GetString("ERR_BadAttributeParamType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;await&apos; requires that the type {0} have a suitable GetAwaiter method.
        /// </summary>
        internal static string ERR_BadAwaitArg {
            get {
                return ResourceManager.GetString("ERR_BadAwaitArg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;await&apos; requires that the type &apos;{0}&apos; have a suitable GetAwaiter method. Are you missing a using directive for &apos;System&apos;?.
        /// </summary>
        internal static string ERR_BadAwaitArg_NeedSystem {
            get {
                return ResourceManager.GetString("ERR_BadAwaitArg_NeedSystem", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot await &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadAwaitArgIntrinsic {
            get {
                return ResourceManager.GetString("ERR_BadAwaitArgIntrinsic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot await &apos;void&apos;.
        /// </summary>
        internal static string ERR_BadAwaitArgVoidCall {
            get {
                return ResourceManager.GetString("ERR_BadAwaitArgVoidCall", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;await&apos; cannot be used as an identifier within an async method or lambda expression.
        /// </summary>
        internal static string ERR_BadAwaitAsIdentifier {
            get {
                return ResourceManager.GetString("ERR_BadAwaitAsIdentifier", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;await&apos; requires that the return type &apos;{0}&apos; of &apos;{1}.GetAwaiter()&apos; have suitable IsCompleted, OnCompleted, and GetResult members, and implement INotifyCompletion or ICriticalNotifyCompletion.
        /// </summary>
        internal static string ERR_BadAwaiterPattern {
            get {
                return ResourceManager.GetString("ERR_BadAwaiterPattern", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot await in a catch clause.
        /// </summary>
        internal static string ERR_BadAwaitInCatch {
            get {
                return ResourceManager.GetString("ERR_BadAwaitInCatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot await in the filter expression of a catch clause.
        /// </summary>
        internal static string ERR_BadAwaitInCatchFilter {
            get {
                return ResourceManager.GetString("ERR_BadAwaitInCatchFilter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot await in the body of a finally clause.
        /// </summary>
        internal static string ERR_BadAwaitInFinally {
            get {
                return ResourceManager.GetString("ERR_BadAwaitInFinally", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot await in the body of a lock statement.
        /// </summary>
        internal static string ERR_BadAwaitInLock {
            get {
                return ResourceManager.GetString("ERR_BadAwaitInLock", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;await&apos; operator may only be used in a query expression within the first collection expression of the initial &apos;from&apos; clause or within the collection expression of a &apos;join&apos; clause.
        /// </summary>
        internal static string ERR_BadAwaitInQuery {
            get {
                return ResourceManager.GetString("ERR_BadAwaitInQuery", resourceCulture);
            }
        }
        
1117 1118 1119 1120 1121 1122 1123 1124 1125
        /// <summary>
        ///   Looks up a localized string similar to The &apos;await&apos; operator cannot be used in a static script variable initializer..
        /// </summary>
        internal static string ERR_BadAwaitInStaticVariableInitializer {
            get {
                return ResourceManager.GetString("ERR_BadAwaitInStaticVariableInitializer", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270
        /// <summary>
        ///   Looks up a localized string similar to The &apos;await&apos; operator can only be used when contained within a method or lambda expression marked with the &apos;async&apos; modifier.
        /// </summary>
        internal static string ERR_BadAwaitWithoutAsync {
            get {
                return ResourceManager.GetString("ERR_BadAwaitWithoutAsync", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;await&apos; operator can only be used within an async {0}. Consider marking this {0} with the &apos;async&apos; modifier..
        /// </summary>
        internal static string ERR_BadAwaitWithoutAsyncLambda {
            get {
                return ResourceManager.GetString("ERR_BadAwaitWithoutAsyncLambda", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;await&apos; operator can only be used within an async method. Consider marking this method with the &apos;async&apos; modifier and changing its return type to &apos;Task&lt;{0}&gt;&apos;..
        /// </summary>
        internal static string ERR_BadAwaitWithoutAsyncMethod {
            get {
                return ResourceManager.GetString("ERR_BadAwaitWithoutAsyncMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;await&apos; operator can only be used within an async method. Consider marking this method with the &apos;async&apos; modifier and changing its return type to &apos;Task&apos;..
        /// </summary>
        internal static string ERR_BadAwaitWithoutVoidAsyncMethod {
            get {
                return ResourceManager.GetString("ERR_BadAwaitWithoutVoidAsyncMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid image base number &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadBaseNumber {
            get {
                return ResourceManager.GetString("ERR_BadBaseNumber", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid base type.
        /// </summary>
        internal static string ERR_BadBaseType {
            get {
                return ResourceManager.GetString("ERR_BadBaseType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to One of the parameters of a binary operator must be the containing type.
        /// </summary>
        internal static string ERR_BadBinaryOperatorSignature {
            get {
                return ResourceManager.GetString("ERR_BadBinaryOperatorSignature", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Operator &apos;{0}&apos; cannot be applied to operands of type &apos;{1}&apos; and &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_BadBinaryOps {
            get {
                return ResourceManager.GetString("ERR_BadBinaryOps", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloaded binary operator &apos;{0}&apos; takes two parameters.
        /// </summary>
        internal static string ERR_BadBinOpArgs {
            get {
                return ResourceManager.GetString("ERR_BadBinOpArgs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to In order to be applicable as a short circuit operator a user-defined logical operator (&apos;{0}&apos;) must have the same return type and parameter types.
        /// </summary>
        internal static string ERR_BadBoolOp {
            get {
                return ResourceManager.GetString("ERR_BadBoolOp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid constraint. A type used as a constraint must be an interface, a non-sealed class or a type parameter..
        /// </summary>
        internal static string ERR_BadBoundType {
            get {
                return ResourceManager.GetString("ERR_BadBoundType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The CallerFilePathAttribute may only be applied to parameters with default values.
        /// </summary>
        internal static string ERR_BadCallerFilePathParamWithoutDefaultValue {
            get {
                return ResourceManager.GetString("ERR_BadCallerFilePathParamWithoutDefaultValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The CallerLineNumberAttribute may only be applied to parameters with default values.
        /// </summary>
        internal static string ERR_BadCallerLineNumberParamWithoutDefaultValue {
            get {
                return ResourceManager.GetString("ERR_BadCallerLineNumberParamWithoutDefaultValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The CallerMemberNameAttribute may only be applied to parameters with default values.
        /// </summary>
        internal static string ERR_BadCallerMemberNameParamWithoutDefaultValue {
            get {
                return ResourceManager.GetString("ERR_BadCallerMemberNameParamWithoutDefaultValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The right hand side of a fixed statement assignment may not be a cast expression.
        /// </summary>
        internal static string ERR_BadCastInFixed {
            get {
                return ResourceManager.GetString("ERR_BadCastInFixed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The managed coclass wrapper class signature &apos;{0}&apos; for interface &apos;{1}&apos; is not a valid class name signature.
        /// </summary>
        internal static string ERR_BadCoClassSig {
            get {
                return ResourceManager.GetString("ERR_BadCoClassSig", resourceCulture);
            }
        }
        
        /// <summary>
1271
        ///   Looks up a localized string similar to Invalid option &apos;{0}&apos; for /langversion. Use &apos;/langversion:?&apos; to list supported values..
P
Pilchie 已提交
1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315
        /// </summary>
        internal static string ERR_BadCompatMode {
            get {
                return ResourceManager.GetString("ERR_BadCompatMode", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid &apos;{0}&apos; value: &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_BadCompilationOptionValue {
            get {
                return ResourceManager.GetString("ERR_BadCompilationOptionValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid constraint type. A type used as a constraint must be an interface, a non-sealed class or a type parameter..
        /// </summary>
        internal static string ERR_BadConstraintType {
            get {
                return ResourceManager.GetString("ERR_BadConstraintType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{0}&apos; cannot be declared const.
        /// </summary>
        internal static string ERR_BadConstType {
            get {
                return ResourceManager.GetString("ERR_BadConstType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not contain a constructor that takes {1} arguments.
        /// </summary>
        internal static string ERR_BadCtorArgCount {
            get {
                return ResourceManager.GetString("ERR_BadCtorArgCount", resourceCulture);
            }
        }
        
        /// <summary>
1316
        ///   Looks up a localized string similar to Invalid option &apos;{0}&apos; for /debug; must be &apos;portable&apos;, &apos;embedded&apos;, &apos;full&apos; or &apos;pdbonly&apos;.
P
Pilchie 已提交
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368
        /// </summary>
        internal static string ERR_BadDebugType {
            get {
                return ResourceManager.GetString("ERR_BadDebugType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Delegate &apos;{0}&apos; does not take {1} arguments.
        /// </summary>
        internal static string ERR_BadDelArgCount {
            get {
                return ResourceManager.GetString("ERR_BadDelArgCount", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The delegate &apos;{0}&apos; does not have a valid constructor.
        /// </summary>
        internal static string ERR_BadDelegateConstructor {
            get {
                return ResourceManager.GetString("ERR_BadDelegateConstructor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Control cannot leave the body of an anonymous method or lambda expression.
        /// </summary>
        internal static string ERR_BadDelegateLeave {
            get {
                return ResourceManager.GetString("ERR_BadDelegateLeave", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name of destructor must match name of class.
        /// </summary>
        internal static string ERR_BadDestructorName {
            get {
                return ResourceManager.GetString("ERR_BadDestructorName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Preprocessor directives must appear as the first non-whitespace character on a line.
        /// </summary>
        internal static string ERR_BadDirectivePlacement {
            get {
                return ResourceManager.GetString("ERR_BadDirectivePlacement", resourceCulture);
            }
        }
        
O
Omar Tawfik 已提交
1369
        /// <summary>
O
Omar Tawfik 已提交
1370
        ///   Looks up a localized string similar to Provided documentation mode is unsupported or invalid: &apos;{0}&apos;..
O
Omar Tawfik 已提交
1371 1372 1373 1374 1375 1376 1377
        /// </summary>
        internal static string ERR_BadDocumentationMode {
            get {
                return ResourceManager.GetString("ERR_BadDocumentationMode", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: user-defined conversions to or from the dynamic type are not allowed.
        /// </summary>
        internal static string ERR_BadDynamicConversion {
            get {
                return ResourceManager.GetString("ERR_BadDynamicConversion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use an expression of type &apos;{0}&apos; as an argument to a dynamically dispatched operation..
        /// </summary>
        internal static string ERR_BadDynamicMethodArg {
            get {
                return ResourceManager.GetString("ERR_BadDynamicMethodArg", resourceCulture);
            }
        }
        
1396
        /// <summary>
1397
        ///   Looks up a localized string similar to Cannot use a default literal as an argument to a dynamically dispatched operation..
1398
        /// </summary>
1399
        internal static string ERR_BadDynamicMethodArgDefaultLiteral {
1400
            get {
1401
                return ResourceManager.GetString("ERR_BadDynamicMethodArgDefaultLiteral", resourceCulture);
1402 1403 1404
            }
        }
        
P
Pilchie 已提交
1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620
        /// <summary>
        ///   Looks up a localized string similar to Cannot use a lambda expression as an argument to a dynamically dispatched operation without first casting it to a delegate or expression tree type..
        /// </summary>
        internal static string ERR_BadDynamicMethodArgLambda {
            get {
                return ResourceManager.GetString("ERR_BadDynamicMethodArgLambda", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use a method group as an argument to a dynamically dispatched operation. Did you intend to invoke the method?.
        /// </summary>
        internal static string ERR_BadDynamicMethodArgMemgrp {
            get {
                return ResourceManager.GetString("ERR_BadDynamicMethodArgMemgrp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Query expressions over source type &apos;dynamic&apos; or with a join sequence of type &apos;dynamic&apos; are not allowed.
        /// </summary>
        internal static string ERR_BadDynamicQuery {
            get {
                return ResourceManager.GetString("ERR_BadDynamicQuery", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The typeof operator cannot be used on the dynamic type.
        /// </summary>
        internal static string ERR_BadDynamicTypeof {
            get {
                return ResourceManager.GetString("ERR_BadDynamicTypeof", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Embedded statement cannot be a declaration or labeled statement.
        /// </summary>
        internal static string ERR_BadEmbeddedStmt {
            get {
                return ResourceManager.GetString("ERR_BadEmbeddedStmt", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A throw statement with no arguments is not allowed outside of a catch clause.
        /// </summary>
        internal static string ERR_BadEmptyThrow {
            get {
                return ResourceManager.GetString("ERR_BadEmptyThrow", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A throw statement with no arguments is not allowed in a finally clause that is nested inside the nearest enclosing catch clause.
        /// </summary>
        internal static string ERR_BadEmptyThrowInFinally {
            get {
                return ResourceManager.GetString("ERR_BadEmptyThrowInFinally", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The event &apos;{0}&apos; can only appear on the left hand side of += or -= (except when used from within the type &apos;{1}&apos;).
        /// </summary>
        internal static string ERR_BadEventUsage {
            get {
                return ResourceManager.GetString("ERR_BadEventUsage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The event &apos;{0}&apos; can only appear on the left hand side of += or -=.
        /// </summary>
        internal static string ERR_BadEventUsageNoField {
            get {
                return ResourceManager.GetString("ERR_BadEventUsageNoField", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type caught or thrown must be derived from System.Exception.
        /// </summary>
        internal static string ERR_BadExceptionType {
            get {
                return ResourceManager.GetString("ERR_BadExceptionType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Extension method must be defined in a non-generic static class.
        /// </summary>
        internal static string ERR_BadExtensionAgg {
            get {
                return ResourceManager.GetString("ERR_BadExtensionAgg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Extension method must be static.
        /// </summary>
        internal static string ERR_BadExtensionMeth {
            get {
                return ResourceManager.GetString("ERR_BadExtensionMeth", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The extern alias &apos;{0}&apos; was not specified in a /reference option.
        /// </summary>
        internal static string ERR_BadExternAlias {
            get {
                return ResourceManager.GetString("ERR_BadExternAlias", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid extern alias for &apos;/reference&apos;; &apos;{0}&apos; is not a valid identifier.
        /// </summary>
        internal static string ERR_BadExternIdentifier {
            get {
                return ResourceManager.GetString("ERR_BadExternIdentifier", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Control cannot leave the body of a finally clause.
        /// </summary>
        internal static string ERR_BadFinallyLeave {
            get {
                return ResourceManager.GetString("ERR_BadFinallyLeave", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type of a local declared in a fixed statement must be a pointer type.
        /// </summary>
        internal static string ERR_BadFixedInitType {
            get {
                return ResourceManager.GetString("ERR_BadFixedInitType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type and identifier are both required in a foreach statement.
        /// </summary>
        internal static string ERR_BadForeachDecl {
            get {
                return ResourceManager.GetString("ERR_BadForeachDecl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to foreach requires that the return type &apos;{0}&apos; of &apos;{1}&apos; must have a suitable public MoveNext method and public Current property.
        /// </summary>
        internal static string ERR_BadGetEnumerator {
            get {
                return ResourceManager.GetString("ERR_BadGetEnumerator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The return type for ++ or -- operator must match the parameter type or be derived from the parameter type.
        /// </summary>
        internal static string ERR_BadIncDecRetType {
            get {
                return ResourceManager.GetString("ERR_BadIncDecRetType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The parameter type for ++ or -- operator must be the containing type.
        /// </summary>
        internal static string ERR_BadIncDecSignature {
            get {
                return ResourceManager.GetString("ERR_BadIncDecSignature", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Wrong number of indices inside []; expected {0}.
        /// </summary>
        internal static string ERR_BadIndexCount {
            get {
                return ResourceManager.GetString("ERR_BadIndexCount", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;{0}&apos; attribute is valid only on an indexer that is not an explicit interface member declaration.
        /// </summary>
        internal static string ERR_BadIndexerNameAttr {
            get {
                return ResourceManager.GetString("ERR_BadIndexerNameAttr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot apply indexing with [] to an expression of type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadIndexLHS {
            get {
                return ResourceManager.GetString("ERR_BadIndexLHS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not contain a definition for &apos;{1}&apos; and the best extension method overload &apos;{2}&apos; requires a receiver of type &apos;{3}&apos;.
        /// </summary>
        internal static string ERR_BadInstanceArgType {
            get {
                return ResourceManager.GetString("ERR_BadInstanceArgType", resourceCulture);
            }
        }
        
1621
        /// <summary>
1622
        ///   Looks up a localized string similar to Invalid operand for pattern match; value required, but found &apos;{0}&apos;..
1623 1624 1625 1626 1627 1628 1629
        /// </summary>
        internal static string ERR_BadIsPatternExpression {
            get {
                return ResourceManager.GetString("ERR_BadIsPatternExpression", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1630 1631 1632 1633 1634 1635 1636 1637 1638
        /// <summary>
        ///   Looks up a localized string similar to Iterators cannot have ref or out parameters.
        /// </summary>
        internal static string ERR_BadIteratorArgType {
            get {
                return ResourceManager.GetString("ERR_BadIteratorArgType", resourceCulture);
            }
        }
        
1639 1640 1641 1642 1643 1644 1645 1646 1647
        /// <summary>
        ///   Looks up a localized string similar to Iterators cannot have by reference locals.
        /// </summary>
        internal static string ERR_BadIteratorLocalType {
            get {
                return ResourceManager.GetString("ERR_BadIteratorLocalType", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1648 1649 1650 1651 1652 1653 1654 1655 1656
        /// <summary>
        ///   Looks up a localized string similar to The body of &apos;{0}&apos; cannot be an iterator block because &apos;{1}&apos; is not an iterator interface type.
        /// </summary>
        internal static string ERR_BadIteratorReturn {
            get {
                return ResourceManager.GetString("ERR_BadIteratorReturn", resourceCulture);
            }
        }
        
1657 1658 1659 1660 1661 1662 1663 1664 1665
        /// <summary>
        ///   Looks up a localized string similar to The body of &apos;{0}&apos; cannot be an iterator block because &apos;{0}&apos; returns by reference.
        /// </summary>
        internal static string ERR_BadIteratorReturnRef {
            get {
                return ResourceManager.GetString("ERR_BadIteratorReturnRef", resourceCulture);
            }
        }
        
O
Omar Tawfik 已提交
1666
        /// <summary>
O
Omar Tawfik 已提交
1667
        ///   Looks up a localized string similar to Provided language version is unsupported or invalid: &apos;{0}&apos;..
O
Omar Tawfik 已提交
1668 1669 1670 1671 1672 1673 1674
        /// </summary>
        internal static string ERR_BadLanguageVersion {
            get {
                return ResourceManager.GetString("ERR_BadLanguageVersion", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710
        /// <summary>
        ///   Looks up a localized string similar to The modifier &apos;{0}&apos; is not valid for this item.
        /// </summary>
        internal static string ERR_BadMemberFlag {
            get {
                return ResourceManager.GetString("ERR_BadMemberFlag", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to More than one protection modifier.
        /// </summary>
        internal static string ERR_BadMemberProtection {
            get {
                return ResourceManager.GetString("ERR_BadMemberProtection", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Member modifier &apos;{0}&apos; must precede the member type and name.
        /// </summary>
        internal static string ERR_BadModifierLocation {
            get {
                return ResourceManager.GetString("ERR_BadModifierLocation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A namespace declaration cannot have modifiers or attributes.
        /// </summary>
        internal static string ERR_BadModifiersOnNamespace {
            get {
                return ResourceManager.GetString("ERR_BadModifiersOnNamespace", resourceCulture);
            }
        }
        
1711 1712 1713 1714 1715 1716 1717 1718 1719
        /// <summary>
        ///   Looks up a localized string similar to Invalid module name: {0}.
        /// </summary>
        internal static string ERR_BadModuleName {
            get {
                return ResourceManager.GetString("ERR_BadModuleName", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764
        /// <summary>
        ///   Looks up a localized string similar to The best overload for &apos;{0}&apos; does not have a parameter named &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_BadNamedArgument {
            get {
                return ResourceManager.GetString("ERR_BadNamedArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The delegate &apos;{0}&apos; does not have a parameter named &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_BadNamedArgumentForDelegateInvoke {
            get {
                return ResourceManager.GetString("ERR_BadNamedArgumentForDelegateInvoke", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid named attribute argument. Named attribute arguments must be fields which are not readonly, static, or const, or read-write properties which are public and not static..
        /// </summary>
        internal static string ERR_BadNamedAttributeArgument {
            get {
                return ResourceManager.GetString("ERR_BadNamedAttributeArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid named attribute argument because it is not a valid attribute parameter type.
        /// </summary>
        internal static string ERR_BadNamedAttributeArgumentType {
            get {
                return ResourceManager.GetString("ERR_BadNamedAttributeArgumentType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A new expression requires (), [], or {} after type.
        /// </summary>
        internal static string ERR_BadNewExpr {
            get {
                return ResourceManager.GetString("ERR_BadNewExpr", resourceCulture);
            }
        }
        
1765 1766 1767 1768 1769 1770 1771 1772 1773
        /// <summary>
        ///   Looks up a localized string similar to Named argument &apos;{0}&apos; is used out-of-position but is followed by an unnamed argument.
        /// </summary>
        internal static string ERR_BadNonTrailingNamedArgument {
            get {
                return ResourceManager.GetString("ERR_BadNonTrailingNamedArgument", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1774 1775 1776 1777 1778 1779 1780 1781 1782
        /// <summary>
        ///   Looks up a localized string similar to Declaration is not valid; use &apos;{0} operator &lt;dest-type&gt; (...&apos; instead.
        /// </summary>
        internal static string ERR_BadOperatorSyntax {
            get {
                return ResourceManager.GetString("ERR_BadOperatorSyntax", resourceCulture);
            }
        }
        
1783 1784 1785 1786 1787 1788 1789 1790 1791
        /// <summary>
        ///   Looks up a localized string similar to Operator &apos;{0}&apos; cannot be applied to operand &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_BadOpOnNullOrDefault {
            get {
                return ResourceManager.GetString("ERR_BadOpOnNullOrDefault", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1792
        /// <summary>
V
vsadov 已提交
1793
        ///   Looks up a localized string similar to  The parameter modifier &apos;{0}&apos; cannot be used with &apos;{1}&apos;.
P
Pilchie 已提交
1794
        /// </summary>
1795
        internal static string ERR_BadParameterModifiers {
P
Pilchie 已提交
1796
            get {
1797
                return ResourceManager.GetString("ERR_BadParameterModifiers", resourceCulture);
P
Pilchie 已提交
1798 1799 1800
            }
        }
        
1801 1802 1803 1804 1805 1806 1807 1808 1809
        /// <summary>
        ///   Looks up a localized string similar to The parameter modifier &apos;{0}&apos; cannot be used after the modifier &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_BadParameterModifiersOrder {
            get {
                return ResourceManager.GetString("ERR_BadParameterModifiersOrder", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845
        /// <summary>
        ///   Looks up a localized string similar to Parameter {0} should not be declared with the &apos;{1}&apos; keyword.
        /// </summary>
        internal static string ERR_BadParamExtraRef {
            get {
                return ResourceManager.GetString("ERR_BadParamExtraRef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A parameter array cannot be used with &apos;this&apos; modifier on an extension method.
        /// </summary>
        internal static string ERR_BadParamModThis {
            get {
                return ResourceManager.GetString("ERR_BadParamModThis", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameter {0} must be declared with the &apos;{1}&apos; keyword.
        /// </summary>
        internal static string ERR_BadParamRef {
            get {
                return ResourceManager.GetString("ERR_BadParamRef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameter {0} is declared as type &apos;{1}{2}&apos; but should be &apos;{3}{4}&apos;.
        /// </summary>
        internal static string ERR_BadParamType {
            get {
                return ResourceManager.GetString("ERR_BadParamType", resourceCulture);
            }
        }
        
T
Tomas Matousek 已提交
1846 1847 1848 1849 1850 1851 1852 1853 1854
        /// <summary>
        ///   Looks up a localized string similar to Error reading debug information for &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadPdbData {
            get {
                return ResourceManager.GetString("ERR_BadPdbData", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881
        /// <summary>
        ///   Looks up a localized string similar to Invalid option &apos;{0}&apos; for /platform; must be anycpu, x86, Itanium or x64.
        /// </summary>
        internal static string ERR_BadPlatformType {
            get {
                return ResourceManager.GetString("ERR_BadPlatformType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to /platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe.
        /// </summary>
        internal static string ERR_BadPrefer32OnLib {
            get {
                return ResourceManager.GetString("ERR_BadPrefer32OnLib", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot access protected member &apos;{0}&apos; via a qualifier of type &apos;{1}&apos;; the qualifier must be of type &apos;{2}&apos; (or derived from it).
        /// </summary>
        internal static string ERR_BadProtectedAccess {
            get {
                return ResourceManager.GetString("ERR_BadProtectedAccess", resourceCulture);
            }
        }
        
1882 1883 1884 1885 1886 1887 1888 1889 1890
        /// <summary>
        ///   Looks up a localized string similar to Lambda expressions that return by reference cannot be converted to expression trees.
        /// </summary>
        internal static string ERR_BadRefReturnExpressionTree {
            get {
                return ResourceManager.GetString("ERR_BadRefReturnExpressionTree", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935
        /// <summary>
        ///   Looks up a localized string similar to Invalid option &apos;{0}&apos;; Resource visibility must be either &apos;public&apos; or &apos;private&apos;.
        /// </summary>
        internal static string ERR_BadResourceVis {
            get {
                return ResourceManager.GetString("ERR_BadResourceVis", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{1} {0}&apos; has the wrong return type.
        /// </summary>
        internal static string ERR_BadRetType {
            get {
                return ResourceManager.GetString("ERR_BadRetType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The first operand of an overloaded shift operator must have the same type as the containing type, and the type of the second operand must be int.
        /// </summary>
        internal static string ERR_BadShiftOperatorSignature {
            get {
                return ResourceManager.GetString("ERR_BadShiftOperatorSignature", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is a {1} but is used like a {2}.
        /// </summary>
        internal static string ERR_BadSKknown {
            get {
                return ResourceManager.GetString("ERR_BadSKknown", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is a {1}, which is not valid in the given context.
        /// </summary>
        internal static string ERR_BadSKunknown {
            get {
                return ResourceManager.GetString("ERR_BadSKunknown", resourceCulture);
            }
        }
        
O
Omar Tawfik 已提交
1936 1937 1938 1939 1940 1941 1942 1943 1944
        /// <summary>
        ///   Looks up a localized string similar to Provided source code kind is unsupported or invalid: &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadSourceCodeKind {
            get {
                return ResourceManager.GetString("ERR_BadSourceCodeKind", resourceCulture);
            }
        }
        
1945
        /// <summary>
1946
        ///   Looks up a localized string similar to foreach statement cannot operate on enumerators of type &apos;{0}&apos; in async or iterator methods because &apos;{0}&apos; is a ref struct..
1947 1948 1949 1950 1951 1952 1953
        /// </summary>
        internal static string ERR_BadSpecialByRefIterator {
            get {
                return ResourceManager.GetString("ERR_BadSpecialByRefIterator", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044
        /// <summary>
        ///   Looks up a localized string similar to Parameters or locals of type &apos;{0}&apos; cannot be declared in async methods or lambda expressions..
        /// </summary>
        internal static string ERR_BadSpecialByRefLocal {
            get {
                return ResourceManager.GetString("ERR_BadSpecialByRefLocal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A stackalloc expression requires [] after type.
        /// </summary>
        internal static string ERR_BadStackAllocExpr {
            get {
                return ResourceManager.GetString("ERR_BadStackAllocExpr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unrecognized option: &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadSwitch {
            get {
                return ResourceManager.GetString("ERR_BadSwitch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method &apos;{0}&apos; has a parameter modifier &apos;this&apos; which is not on the first parameter.
        /// </summary>
        internal static string ERR_BadThisParam {
            get {
                return ResourceManager.GetString("ERR_BadThisParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{0}&apos; may not be used as a type argument.
        /// </summary>
        internal static string ERR_BadTypeArgument {
            get {
                return ResourceManager.GetString("ERR_BadTypeArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The first parameter of an extension method cannot be of type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadTypeforThis {
            get {
                return ResourceManager.GetString("ERR_BadTypeforThis", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot reference a type through an expression; try &apos;{1}&apos; instead.
        /// </summary>
        internal static string ERR_BadTypeReference {
            get {
                return ResourceManager.GetString("ERR_BadTypeReference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Operator &apos;{0}&apos; cannot be applied to operand of type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_BadUnaryOp {
            get {
                return ResourceManager.GetString("ERR_BadUnaryOp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The parameter of a unary operator must be the containing type.
        /// </summary>
        internal static string ERR_BadUnaryOperatorSignature {
            get {
                return ResourceManager.GetString("ERR_BadUnaryOperatorSignature", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloaded unary operator &apos;{0}&apos; takes one parameter.
        /// </summary>
        internal static string ERR_BadUnOpArgs {
            get {
                return ResourceManager.GetString("ERR_BadUnOpArgs", resourceCulture);
            }
        }
        
        /// <summary>
2045
        ///   Looks up a localized string similar to A &apos;using namespace&apos; directive can only be applied to namespaces; &apos;{0}&apos; is a type not a namespace. Consider a &apos;using static&apos; directive instead.
P
Pilchie 已提交
2046 2047 2048 2049 2050 2051 2052 2053
        /// </summary>
        internal static string ERR_BadUsingNamespace {
            get {
                return ResourceManager.GetString("ERR_BadUsingNamespace", resourceCulture);
            }
        }
        
        /// <summary>
2054
        ///   Looks up a localized string similar to A &apos;using static&apos; directive can only be applied to types; &apos;{0}&apos; is a namespace not a type. Consider a &apos;using namespace&apos; directive instead.
P
Pilchie 已提交
2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331
        /// </summary>
        internal static string ERR_BadUsingType {
            get {
                return ResourceManager.GetString("ERR_BadUsingType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A method with vararg cannot be generic, be in a generic type, or have a params parameter.
        /// </summary>
        internal static string ERR_BadVarargs {
            get {
                return ResourceManager.GetString("ERR_BadVarargs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected ; or = (cannot specify constructor arguments in declaration).
        /// </summary>
        internal static string ERR_BadVarDecl {
            get {
                return ResourceManager.GetString("ERR_BadVarDecl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: base class &apos;{1}&apos; is less accessible than class &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisBaseClass {
            get {
                return ResourceManager.GetString("ERR_BadVisBaseClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: base interface &apos;{1}&apos; is less accessible than interface &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisBaseInterface {
            get {
                return ResourceManager.GetString("ERR_BadVisBaseInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: constraint type &apos;{1}&apos; is less accessible than &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisBound {
            get {
                return ResourceManager.GetString("ERR_BadVisBound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: parameter type &apos;{1}&apos; is less accessible than delegate &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisDelegateParam {
            get {
                return ResourceManager.GetString("ERR_BadVisDelegateParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: return type &apos;{1}&apos; is less accessible than delegate &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisDelegateReturn {
            get {
                return ResourceManager.GetString("ERR_BadVisDelegateReturn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: event type &apos;{1}&apos; is less accessible than event &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisEventType {
            get {
                return ResourceManager.GetString("ERR_BadVisEventType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: field type &apos;{1}&apos; is less accessible than field &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisFieldType {
            get {
                return ResourceManager.GetString("ERR_BadVisFieldType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: parameter type &apos;{1}&apos; is less accessible than indexer &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisIndexerParam {
            get {
                return ResourceManager.GetString("ERR_BadVisIndexerParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: indexer return type &apos;{1}&apos; is less accessible than indexer &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisIndexerReturn {
            get {
                return ResourceManager.GetString("ERR_BadVisIndexerReturn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: parameter type &apos;{1}&apos; is less accessible than operator &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisOpParam {
            get {
                return ResourceManager.GetString("ERR_BadVisOpParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: return type &apos;{1}&apos; is less accessible than operator &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisOpReturn {
            get {
                return ResourceManager.GetString("ERR_BadVisOpReturn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: parameter type &apos;{1}&apos; is less accessible than method &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisParamType {
            get {
                return ResourceManager.GetString("ERR_BadVisParamType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: property type &apos;{1}&apos; is less accessible than property &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisPropertyType {
            get {
                return ResourceManager.GetString("ERR_BadVisPropertyType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent accessibility: return type &apos;{1}&apos; is less accessible than method &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_BadVisReturnType {
            get {
                return ResourceManager.GetString("ERR_BadVisReturnType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Warning level must be in the range 0-4.
        /// </summary>
        internal static string ERR_BadWarningLevel {
            get {
                return ResourceManager.GetString("ERR_BadWarningLevel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error reading Win32 resources -- {0}.
        /// </summary>
        internal static string ERR_BadWin32Res {
            get {
                return ResourceManager.GetString("ERR_BadWin32Res", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot yield a value in the body of a catch clause.
        /// </summary>
        internal static string ERR_BadYieldInCatch {
            get {
                return ResourceManager.GetString("ERR_BadYieldInCatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot yield in the body of a finally clause.
        /// </summary>
        internal static string ERR_BadYieldInFinally {
            get {
                return ResourceManager.GetString("ERR_BadYieldInFinally", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot yield a value in the body of a try block with a catch clause.
        /// </summary>
        internal static string ERR_BadYieldInTryOfCatch {
            get {
                return ResourceManager.GetString("ERR_BadYieldInTryOfCatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Base class &apos;{0}&apos; must come before any interfaces.
        /// </summary>
        internal static string ERR_BaseClassMustBeFirst {
            get {
                return ResourceManager.GetString("ERR_BaseClassMustBeFirst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type parameter &apos;{0}&apos; inherits conflicting constraints &apos;{1}&apos; and &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_BaseConstraintConflict {
            get {
                return ResourceManager.GetString("ERR_BaseConstraintConflict", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Use of keyword &apos;base&apos; is not valid in this context.
        /// </summary>
        internal static string ERR_BaseIllegal {
            get {
                return ResourceManager.GetString("ERR_BaseIllegal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Keyword &apos;base&apos; is not available in the current context.
        /// </summary>
        internal static string ERR_BaseInBadContext {
            get {
                return ResourceManager.GetString("ERR_BaseInBadContext", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Keyword &apos;base&apos; is not available in a static method.
        /// </summary>
        internal static string ERR_BaseInStaticMeth {
            get {
                return ResourceManager.GetString("ERR_BaseInStaticMeth", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is a binary file instead of a text file.
        /// </summary>
        internal static string ERR_BinaryFile {
            get {
                return ResourceManager.GetString("ERR_BinaryFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not supported by the language.
        /// </summary>
        internal static string ERR_BindToBogus {
            get {
                return ResourceManager.GetString("ERR_BindToBogus", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property, indexer, or event &apos;{0}&apos; is not supported by the language; try directly calling accessor method &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_BindToBogusProp1 {
            get {
                return ResourceManager.GetString("ERR_BindToBogusProp1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property, indexer, or event &apos;{0}&apos; is not supported by the language; try directly calling accessor methods &apos;{1}&apos; or &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_BindToBogusProp2 {
            get {
                return ResourceManager.GetString("ERR_BindToBogusProp2", resourceCulture);
            }
        }
        
2332
        /// <summary>
2333
        ///   Looks up a localized string similar to Block bodies and expression bodies cannot both be provided..
2334 2335 2336 2337 2338 2339 2340
        /// </summary>
        internal static string ERR_BlockBodyAndExpressionBody {
            get {
                return ResourceManager.GetString("ERR_BlockBodyAndExpressionBody", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot implement &apos;{1}&apos; because it is not supported by the language.
        /// </summary>
        internal static string ERR_BogusExplicitImpl {
            get {
                return ResourceManager.GetString("ERR_BogusExplicitImpl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is a type not supported by the language.
        /// </summary>
        internal static string ERR_BogusType {
            get {
                return ResourceManager.GetString("ERR_BogusType", resourceCulture);
            }
        }
        
V
vsadov 已提交
2359 2360 2361 2362 2363 2364 2365 2366 2367
        /// <summary>
        ///   Looks up a localized string similar to A declaration of a by-reference variable must have an initializer.
        /// </summary>
        internal static string ERR_ByReferenceVariableMustBeInitialized {
            get {
                return ResourceManager.GetString("ERR_ByReferenceVariableMustBeInitialized", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain an out or ref parameter.
        /// </summary>
        internal static string ERR_ByRefParameterInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_ByRefParameterInExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to By-reference return type &apos;ref {0}&apos; is not supported..
        /// </summary>
        internal static string ERR_ByRefReturnUnsupported {
            get {
                return ResourceManager.GetString("ERR_ByRefReturnUnsupported", resourceCulture);
            }
        }
        
2386
        /// <summary>
2387
        ///   Looks up a localized string similar to &apos;await&apos; cannot be used in an expression containing the type &apos;{0}&apos;.
2388 2389 2390 2391 2392 2393 2394
        /// </summary>
        internal static string ERR_ByRefTypeAndAwait {
            get {
                return ResourceManager.GetString("ERR_ByRefTypeAndAwait", resourceCulture);
            }
        }
        
V
vsadov 已提交
2395 2396 2397 2398 2399 2400 2401 2402 2403
        /// <summary>
        ///   Looks up a localized string similar to This combination of arguments to &apos;{0}&apos; is disallowed because it may expose variables referenced by parameter &apos;{1}&apos; outside of their declaration scope.
        /// </summary>
        internal static string ERR_CallArgMixing {
            get {
                return ResourceManager.GetString("ERR_CallArgMixing", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421
        /// <summary>
        ///   Looks up a localized string similar to Do not directly call your base class Finalize method. It is called automatically from your destructor..
        /// </summary>
        internal static string ERR_CallingBaseFinalizeDeprecated {
            get {
                return ResourceManager.GetString("ERR_CallingBaseFinalizeDeprecated", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Destructors and object.Finalize cannot be called directly. Consider calling IDisposable.Dispose if available..
        /// </summary>
        internal static string ERR_CallingFinalizeDeprecated {
            get {
                return ResourceManager.GetString("ERR_CallingFinalizeDeprecated", resourceCulture);
            }
        }
        
J
Julien 已提交
2422 2423 2424 2425 2426 2427 2428 2429 2430
        /// <summary>
        ///   Looks up a localized string similar to Cannot deconstruct dynamic objects..
        /// </summary>
        internal static string ERR_CannotDeconstructDynamic {
            get {
                return ResourceManager.GetString("ERR_CannotDeconstructDynamic", resourceCulture);
            }
        }
        
2431
        /// <summary>
2432
        ///   Looks up a localized string similar to /embed switch is only supported when emitting a PDB..
2433 2434 2435 2436 2437 2438 2439
        /// </summary>
        internal static string ERR_CannotEmbedWithoutPdb {
            get {
                return ResourceManager.GetString("ERR_CannotEmbedWithoutPdb", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466
        /// <summary>
        ///   Looks up a localized string similar to Cannot pass null for friend assembly name.
        /// </summary>
        internal static string ERR_CannotPassNullForFriendAssembly {
            get {
                return ResourceManager.GetString("ERR_CannotPassNullForFriendAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot explicitly call operator or accessor.
        /// </summary>
        internal static string ERR_CantCallSpecialMethod {
            get {
                return ResourceManager.GetString("ERR_CantCallSpecialMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot change access modifiers when overriding &apos;{1}&apos; inherited member &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_CantChangeAccessOnOverride {
            get {
                return ResourceManager.GetString("ERR_CantChangeAccessOnOverride", resourceCulture);
            }
        }
        
2467
        /// <summary>
O
Omar Tawfik 已提交
2468
        ///   Looks up a localized string similar to &apos;{0}&apos; must match by reference return of overridden member &apos;{1}&apos;.
2469
        /// </summary>
O
Omar Tawfik 已提交
2470
        internal static string ERR_CantChangeRefReturnOnOverride {
2471
            get {
O
Omar Tawfik 已提交
2472
                return ResourceManager.GetString("ERR_CantChangeRefReturnOnOverride", resourceCulture);
2473 2474 2475
            }
        }
        
P
Pilchie 已提交
2476 2477 2478 2479 2480 2481 2482 2483 2484
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: return type must be &apos;{2}&apos; to match overridden member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantChangeReturnTypeOnOverride {
            get {
                return ResourceManager.GetString("ERR_CantChangeReturnTypeOnOverride", resourceCulture);
            }
        }
        
2485 2486 2487 2488 2489 2490 2491 2492 2493
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot change tuple element names when overriding inherited member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantChangeTupleNamesOnOverride {
            get {
                return ResourceManager.GetString("ERR_CantChangeTupleNamesOnOverride", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: type must be &apos;{2}&apos; to match overridden member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantChangeTypeOnOverride {
            get {
                return ResourceManager.GetString("ERR_CantChangeTypeOnOverride", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert anonymous method block without a parameter list to delegate type &apos;{0}&apos; because it has one or more out parameters.
        /// </summary>
        internal static string ERR_CantConvAnonMethNoParams {
            get {
                return ResourceManager.GetString("ERR_CantConvAnonMethNoParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert {0} to delegate type &apos;{1}&apos; because the parameter types do not match the delegate parameter types.
        /// </summary>
        internal static string ERR_CantConvAnonMethParams {
            get {
                return ResourceManager.GetString("ERR_CantConvAnonMethParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert {0} to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type.
        /// </summary>
        internal static string ERR_CantConvAnonMethReturns {
            get {
                return ResourceManager.GetString("ERR_CantConvAnonMethReturns", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert async {0} to delegate type &apos;{1}&apos;. An async {0} may return void, Task or Task&lt;T&gt;, none of which are convertible to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_CantConvAsyncAnonFuncReturns {
            get {
                return ResourceManager.GetString("ERR_CantConvAsyncAnonFuncReturns", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot derive from sealed type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantDeriveFromSealedType {
            get {
                return ResourceManager.GetString("ERR_CantDeriveFromSealedType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Conflicting options specified: Win32 resource file; Win32 icon.
        /// </summary>
        internal static string ERR_CantHaveWin32ResAndIcon {
            get {
                return ResourceManager.GetString("ERR_CantHaveWin32ResAndIcon", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Conflicting options specified: Win32 resource file; Win32 manifest.
        /// </summary>
        internal static string ERR_CantHaveWin32ResAndManifest {
            get {
                return ResourceManager.GetString("ERR_CantHaveWin32ResAndManifest", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type arguments for method &apos;{0}&apos; cannot be inferred from the usage. Try specifying the type arguments explicitly..
        /// </summary>
        internal static string ERR_CantInferMethTypeArgs {
            get {
                return ResourceManager.GetString("ERR_CantInferMethTypeArgs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create temporary file -- {0}.
        /// </summary>
        internal static string ERR_CantMakeTempFile {
            get {
                return ResourceManager.GetString("ERR_CantMakeTempFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot open &apos;{0}&apos; for writing -- &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantOpenFileWrite {
            get {
                return ResourceManager.GetString("ERR_CantOpenFileWrite", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error opening icon file {0} -- {1}.
        /// </summary>
        internal static string ERR_CantOpenIcon {
            get {
                return ResourceManager.GetString("ERR_CantOpenIcon", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error opening Win32 manifest file {0} -- {1}.
        /// </summary>
        internal static string ERR_CantOpenWin32Manifest {
            get {
                return ResourceManager.GetString("ERR_CantOpenWin32Manifest", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error opening Win32 resource file &apos;{0}&apos; -- &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantOpenWin32Res {
            get {
                return ResourceManager.GetString("ERR_CantOpenWin32Res", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override &apos;{1}&apos; because it is not supported by the language.
        /// </summary>
        internal static string ERR_CantOverrideBogusMethod {
            get {
                return ResourceManager.GetString("ERR_CantOverrideBogusMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override; &apos;{1}&apos; is not an event.
        /// </summary>
        internal static string ERR_CantOverrideNonEvent {
            get {
                return ResourceManager.GetString("ERR_CantOverrideNonEvent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override because &apos;{1}&apos; is not a function.
        /// </summary>
        internal static string ERR_CantOverrideNonFunction {
            get {
                return ResourceManager.GetString("ERR_CantOverrideNonFunction", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override because &apos;{1}&apos; is not a property.
        /// </summary>
        internal static string ERR_CantOverrideNonProperty {
            get {
                return ResourceManager.GetString("ERR_CantOverrideNonProperty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override inherited member &apos;{1}&apos; because it is not marked virtual, abstract, or override.
        /// </summary>
        internal static string ERR_CantOverrideNonVirtual {
            get {
                return ResourceManager.GetString("ERR_CantOverrideNonVirtual", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override inherited member &apos;{1}&apos; because it is sealed.
        /// </summary>
        internal static string ERR_CantOverrideSealed {
            get {
                return ResourceManager.GetString("ERR_CantOverrideSealed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot read config file &apos;{0}&apos; -- &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantReadConfigFile {
            get {
                return ResourceManager.GetString("ERR_CantReadConfigFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error reading resource &apos;{0}&apos; -- &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantReadResource {
            get {
                return ResourceManager.GetString("ERR_CantReadResource", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error reading ruleset file {0} - {1}.
        /// </summary>
        internal static string ERR_CantReadRulesetFile {
            get {
                return ResourceManager.GetString("ERR_CantReadRulesetFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot link resource files when building a module.
        /// </summary>
        internal static string ERR_CantRefResource {
            get {
                return ResourceManager.GetString("ERR_CantRefResource", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return an expression of type &apos;void&apos;.
        /// </summary>
        internal static string ERR_CantReturnVoid {
            get {
                return ResourceManager.GetString("ERR_CantReturnVoid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error reading Win32 manifest file &apos;{0}&apos; -- &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CantSetWin32Manifest {
            get {
                return ResourceManager.GetString("ERR_CantSetWin32Manifest", resourceCulture);
            }
        }
        
        /// <summary>
Y
YingP99 已提交
2729
        ///   Looks up a localized string similar to The RequiredAttribute attribute is not permitted on C# types.
P
Pilchie 已提交
2730 2731 2732 2733 2734 2735 2736
        /// </summary>
        internal static string ERR_CantUseRequiredAttribute {
            get {
                return ResourceManager.GetString("ERR_CantUseRequiredAttribute", resourceCulture);
            }
        }
        
2737 2738 2739 2740 2741 2742 2743 2744 2745
        /// <summary>
        ///   Looks up a localized string similar to __arglist cannot have an argument of void type.
        /// </summary>
        internal static string ERR_CantUseVoidInArglist {
            get {
                return ResourceManager.GetString("ERR_CantUseVoidInArglist", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835
        /// <summary>
        ///   Looks up a localized string similar to The operation overflows at compile time in checked mode.
        /// </summary>
        internal static string ERR_CheckedOverflow {
            get {
                return ResourceManager.GetString("ERR_CheckedOverflow", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The evaluation of the constant value for &apos;{0}&apos; involves a circular definition.
        /// </summary>
        internal static string ERR_CircConstValue {
            get {
                return ResourceManager.GetString("ERR_CircConstValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Circular base class dependency involving &apos;{0}&apos; and &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CircularBase {
            get {
                return ResourceManager.GetString("ERR_CircularBase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Circular constraint dependency involving &apos;{0}&apos; and &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_CircularConstraint {
            get {
                return ResourceManager.GetString("ERR_CircularConstraint", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The class type constraint &apos;{0}&apos; must come before any other constraints.
        /// </summary>
        internal static string ERR_ClassBoundNotFirst {
            get {
                return ResourceManager.GetString("ERR_ClassBoundNotFirst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: containing type does not implement interface &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_ClassDoesntImplementInterface {
            get {
                return ResourceManager.GetString("ERR_ClassDoesntImplementInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An object, string, or class type expected.
        /// </summary>
        internal static string ERR_ClassTypeExpected {
            get {
                return ResourceManager.GetString("ERR_ClassTypeExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to ) expected.
        /// </summary>
        internal static string ERR_CloseParenExpected {
            get {
                return ResourceManager.GetString("ERR_CloseParenExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement interface member &apos;{1}&apos;. &apos;{2}&apos; cannot implement an interface member because it is not public..
        /// </summary>
        internal static string ERR_CloseUnimplementedInterfaceMemberNotPublic {
            get {
                return ResourceManager.GetString("ERR_CloseUnimplementedInterfaceMemberNotPublic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement interface member &apos;{1}&apos;. &apos;{2}&apos; cannot implement an interface member because it is static..
        /// </summary>
        internal static string ERR_CloseUnimplementedInterfaceMemberStatic {
            get {
                return ResourceManager.GetString("ERR_CloseUnimplementedInterfaceMemberStatic", resourceCulture);
            }
        }
        
2836
        /// <summary>
O
Omar Tawfik 已提交
2837
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement interface member &apos;{1}&apos;. &apos;{2}&apos; cannot implement &apos;{1}&apos; because it does not have matching return by reference..
2838 2839 2840 2841 2842 2843 2844
        /// </summary>
        internal static string ERR_CloseUnimplementedInterfaceMemberWrongRefReturn {
            get {
                return ResourceManager.GetString("ERR_CloseUnimplementedInterfaceMemberWrongRefReturn", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement interface member &apos;{1}&apos;. &apos;{2}&apos; cannot implement &apos;{1}&apos; because it does not have the matching return type of &apos;{3}&apos;..
        /// </summary>
        internal static string ERR_CloseUnimplementedInterfaceMemberWrongReturnType {
            get {
                return ResourceManager.GetString("ERR_CloseUnimplementedInterfaceMemberWrongReturnType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; given in a source file conflicts with option &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_CmdOptionConflictsSource {
            get {
                return ResourceManager.GetString("ERR_CmdOptionConflictsSource", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use alias &apos;{0}&apos; with &apos;::&apos; since the alias references a type. Use &apos;.&apos; instead..
        /// </summary>
        internal static string ERR_ColColWithTypeAlias {
            get {
                return ResourceManager.GetString("ERR_ColColWithTypeAlias", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot initialize type &apos;{0}&apos; with a collection initializer because it does not implement &apos;System.Collections.IEnumerable&apos;.
        /// </summary>
        internal static string ERR_CollectionInitRequiresIEnumerable {
            get {
                return ResourceManager.GetString("ERR_CollectionInitRequiresIEnumerable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: a class with the ComImport attribute cannot specify a base class.
        /// </summary>
        internal static string ERR_ComImportWithBase {
            get {
                return ResourceManager.GetString("ERR_ComImportWithBase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Since &apos;{1}&apos; has the ComImport attribute, &apos;{0}&apos; must be extern or abstract.
        /// </summary>
        internal static string ERR_ComImportWithImpl {
            get {
                return ResourceManager.GetString("ERR_ComImportWithImpl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: a class with the ComImport attribute cannot specify field initializers..
        /// </summary>
        internal static string ERR_ComImportWithInitializers {
            get {
                return ResourceManager.GetString("ERR_ComImportWithInitializers", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The Guid attribute must be specified with the ComImport attribute.
        /// </summary>
        internal static string ERR_ComImportWithoutUuidAttribute {
            get {
                return ResourceManager.GetString("ERR_ComImportWithoutUuidAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A class with the ComImport attribute cannot have a user-defined constructor.
        /// </summary>
        internal static string ERR_ComImportWithUserCtor {
            get {
                return ResourceManager.GetString("ERR_ComImportWithUserCtor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Compilation cancelled by user.
        /// </summary>
        internal static string ERR_CompileCancelled {
            get {
                return ResourceManager.GetString("ERR_CompileCancelled", resourceCulture);
            }
        }
        
2935 2936 2937 2938 2939 2940 2941 2942 2943
        /// <summary>
        ///   Looks up a localized string similar to Compiler version: &apos;{0}&apos;. Language version: {1}..
        /// </summary>
        internal static string ERR_CompilerAndLanguageVersion {
            get {
                return ResourceManager.GetString("ERR_CompilerAndLanguageVersion", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain a COM call with ref omitted on arguments.
        /// </summary>
        internal static string ERR_ComRefCallInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_ComRefCallInExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; must declare a body because it is not marked abstract, extern, or partial.
        /// </summary>
        internal static string ERR_ConcreteMissingBody {
            get {
                return ResourceManager.GetString("ERR_ConcreteMissingBody", resourceCulture);
            }
        }
        
2962 2963 2964 2965 2966 2967 2968 2969 2970
        /// <summary>
        ///   Looks up a localized string similar to A conditional expression cannot be used directly in a string interpolation because the &apos;:&apos; ends the interpolation. Parenthesize the conditional expression..
        /// </summary>
        internal static string ERR_ConditionalInInterpolation {
            get {
                return ResourceManager.GetString("ERR_ConditionalInInterpolation", resourceCulture);
            }
        }
        
P
Pilchie 已提交
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060
        /// <summary>
        ///   Looks up a localized string similar to The Conditional attribute is not valid on &apos;{0}&apos; because its return type is not void.
        /// </summary>
        internal static string ERR_ConditionalMustReturnVoid {
            get {
                return ResourceManager.GetString("ERR_ConditionalMustReturnVoid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The Conditional attribute is not valid on interface members.
        /// </summary>
        internal static string ERR_ConditionalOnInterfaceMethod {
            get {
                return ResourceManager.GetString("ERR_ConditionalOnInterfaceMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; is only valid on methods or attribute classes.
        /// </summary>
        internal static string ERR_ConditionalOnNonAttributeClass {
            get {
                return ResourceManager.GetString("ERR_ConditionalOnNonAttributeClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The Conditional attribute is not valid on &apos;{0}&apos; because it is an override method.
        /// </summary>
        internal static string ERR_ConditionalOnOverride {
            get {
                return ResourceManager.GetString("ERR_ConditionalOnOverride", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The Conditional attribute is not valid on &apos;{0}&apos; because it is a constructor, destructor, operator, or explicit interface implementation.
        /// </summary>
        internal static string ERR_ConditionalOnSpecialMethod {
            get {
                return ResourceManager.GetString("ERR_ConditionalOnSpecialMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Conditional member &apos;{0}&apos; cannot have an out parameter.
        /// </summary>
        internal static string ERR_ConditionalWithOutParam {
            get {
                return ResourceManager.GetString("ERR_ConditionalWithOutParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Namespace &apos;{1}&apos; contains a definition conflicting with alias &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ConflictAliasAndMember {
            get {
                return ResourceManager.GetString("ERR_ConflictAliasAndMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Alias &apos;{0}&apos; conflicts with {1} definition.
        /// </summary>
        internal static string ERR_ConflictingAliasAndDefinition {
            get {
                return ResourceManager.GetString("ERR_ConflictingAliasAndDefinition", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly and module &apos;{0}&apos; cannot target different processors..
        /// </summary>
        internal static string ERR_ConflictingMachineModule {
            get {
                return ResourceManager.GetString("ERR_ConflictingMachineModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A constant value is expected.
        /// </summary>
        internal static string ERR_ConstantExpected {
            get {
                return ResourceManager.GetString("ERR_ConstantExpected", resourceCulture);
            }
        }
        
C
Charles Stoner 已提交
3061 3062 3063 3064 3065 3066 3067 3068 3069
        /// <summary>
        ///   Looks up a localized string similar to Length of String constant exceeds current memory limit.  Try splitting the string into multiple constants..
        /// </summary>
        internal static string ERR_ConstantStringTooLong {
            get {
                return ResourceManager.GetString("ERR_ConstantStringTooLong", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141
        /// <summary>
        ///   Looks up a localized string similar to Constant value &apos;{0}&apos; cannot be converted to a &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_ConstOutOfRange {
            get {
                return ResourceManager.GetString("ERR_ConstOutOfRange", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constant value &apos;{0}&apos; cannot be converted to a &apos;{1}&apos; (use &apos;unchecked&apos; syntax to override).
        /// </summary>
        internal static string ERR_ConstOutOfRangeChecked {
            get {
                return ResourceManager.GetString("ERR_ConstOutOfRangeChecked", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static classes cannot be used as constraints.
        /// </summary>
        internal static string ERR_ConstraintIsStaticClass {
            get {
                return ResourceManager.GetString("ERR_ConstraintIsStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraints are not allowed on non-generic declarations.
        /// </summary>
        internal static string ERR_ConstraintOnlyAllowedOnGenericDecl {
            get {
                return ResourceManager.GetString("ERR_ConstraintOnlyAllowedOnGenericDecl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraint cannot be a dynamic type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ConstructedDynamicTypeAsBound {
            get {
                return ResourceManager.GetString("ERR_ConstructedDynamicTypeAsBound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Static classes cannot have instance constructors.
        /// </summary>
        internal static string ERR_ConstructorInStaticClass {
            get {
                return ResourceManager.GetString("ERR_ConstructorInStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A const field requires a value to be provided.
        /// </summary>
        internal static string ERR_ConstValueRequired {
            get {
                return ResourceManager.GetString("ERR_ConstValueRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to User-defined conversion must convert to or from the enclosing type.
        /// </summary>
        internal static string ERR_ConversionNotInvolvingContainedType {
            get {
                return ResourceManager.GetString("ERR_ConversionNotInvolvingContainedType", resourceCulture);
            }
        }
        
G
gafter 已提交
3142 3143 3144 3145 3146 3147 3148 3149 3150
        /// <summary>
        ///   Looks up a localized string similar to Tuple with {0} elements cannot be converted to type &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_ConversionNotTupleCompatible {
            get {
                return ResourceManager.GetString("ERR_ConversionNotTupleCompatible", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: user-defined conversions to or from a base class are not allowed.
        /// </summary>
        internal static string ERR_ConversionWithBase {
            get {
                return ResourceManager.GetString("ERR_ConversionWithBase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: user-defined conversions to or from a derived class are not allowed.
        /// </summary>
        internal static string ERR_ConversionWithDerived {
            get {
                return ResourceManager.GetString("ERR_ConversionWithDerived", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: user-defined conversions to or from an interface are not allowed.
        /// </summary>
        internal static string ERR_ConversionWithInterface {
            get {
                return ResourceManager.GetString("ERR_ConversionWithInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert to static type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ConvertToStaticClass {
            get {
                return ResourceManager.GetString("ERR_ConvertToStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type parameter &apos;{1}&apos; has the &apos;struct&apos; constraint so &apos;{1}&apos; cannot be used as a constraint for &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ConWithValCon {
            get {
                return ResourceManager.GetString("ERR_ConWithValCon", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cryptographic failure while creating hashes..
        /// </summary>
        internal static string ERR_CryptoHashFailed {
            get {
                return ResourceManager.GetString("ERR_CryptoHashFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Bad array declarator: To declare a managed array the rank specifier precedes the variable&apos;s identifier. To declare a fixed size buffer field, use the fixed keyword before the field type..
        /// </summary>
        internal static string ERR_CStyleArray {
            get {
                return ResourceManager.GetString("ERR_CStyleArray", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inherited interface &apos;{1}&apos; causes a cycle in the interface hierarchy of &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_CycleInInterfaceInheritance {
            get {
                return ResourceManager.GetString("ERR_CycleInInterfaceInheritance", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type forwarder for type &apos;{0}&apos; in assembly &apos;{1}&apos; causes a cycle.
        /// </summary>
        internal static string ERR_CycleInTypeForwarder {
            get {
                return ResourceManager.GetString("ERR_CycleInTypeForwarder", resourceCulture);
            }
        }
        
3232 3233 3234 3235 3236 3237 3238 3239 3240
        /// <summary>
        ///   Looks up a localized string similar to Debug entry point must be a definition of a method declared in the current compilation..
        /// </summary>
        internal static string ERR_DebugEntryPointNotSourceMethodDefinition {
            get {
                return ResourceManager.GetString("ERR_DebugEntryPointNotSourceMethodDefinition", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3241 3242 3243 3244 3245 3246 3247 3248 3249
        /// <summary>
        ///   Looks up a localized string similar to Evaluation of the decimal constant expression failed.
        /// </summary>
        internal static string ERR_DecConstError {
            get {
                return ResourceManager.GetString("ERR_DecConstError", resourceCulture);
            }
        }
        
3250 3251 3252 3253 3254 3255 3256 3257 3258
        /// <summary>
        ///   Looks up a localized string similar to A declaration is not allowed in this context..
        /// </summary>
        internal static string ERR_DeclarationExpressionNotPermitted {
            get {
                return ResourceManager.GetString("ERR_DeclarationExpressionNotPermitted", resourceCulture);
            }
        }
        
3259
        /// <summary>
3260
        ///   Looks up a localized string similar to Deconstruction &apos;var (...)&apos; form disallows a specific type for &apos;var&apos;..
3261 3262 3263 3264 3265 3266 3267
        /// </summary>
        internal static string ERR_DeconstructionVarFormDisallowsSpecificType {
            get {
                return ResourceManager.GetString("ERR_DeconstructionVarFormDisallowsSpecificType", resourceCulture);
            }
        }
        
3268 3269 3270 3271 3272 3273 3274 3275 3276
        /// <summary>
        ///   Looks up a localized string similar to Deconstruct assignment requires an expression with a type on the right-hand-side..
        /// </summary>
        internal static string ERR_DeconstructRequiresExpression {
            get {
                return ResourceManager.GetString("ERR_DeconstructRequiresExpression", resourceCulture);
            }
        }
        
3277 3278 3279 3280 3281 3282 3283 3284 3285
        /// <summary>
        ///   Looks up a localized string similar to Deconstruction must contain at least two variables..
        /// </summary>
        internal static string ERR_DeconstructTooFewElements {
            get {
                return ResourceManager.GetString("ERR_DeconstructTooFewElements", resourceCulture);
            }
        }
        
3286 3287 3288 3289 3290 3291 3292 3293 3294
        /// <summary>
        ///   Looks up a localized string similar to Cannot deconstruct a tuple of &apos;{0}&apos; elements into &apos;{1}&apos; variables..
        /// </summary>
        internal static string ERR_DeconstructWrongCardinality {
            get {
                return ResourceManager.GetString("ERR_DeconstructWrongCardinality", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3295
        /// <summary>
3296
        ///   Looks up a localized string similar to Use of default literal is not valid in this context.
P
Pilchie 已提交
3297
        /// </summary>
3298
        internal static string ERR_DefaultLiteralNotValid {
P
Pilchie 已提交
3299
            get {
3300
                return ResourceManager.GetString("ERR_DefaultLiteralNotValid", resourceCulture);
P
Pilchie 已提交
3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify the DefaultMember attribute on a type containing an indexer.
        /// </summary>
        internal static string ERR_DefaultMemberOnIndexedType {
            get {
                return ResourceManager.GetString("ERR_DefaultMemberOnIndexedType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Argument of type &apos;{0}&apos; is not applicable for the DefaultParameterValue attribute.
        /// </summary>
        internal static string ERR_DefaultValueBadValueType {
            get {
                return ResourceManager.GetString("ERR_DefaultValueBadValueType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Optional parameters must appear after all required parameters.
        /// </summary>
        internal static string ERR_DefaultValueBeforeRequiredValue {
            get {
                return ResourceManager.GetString("ERR_DefaultValueBeforeRequiredValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify a default value for the &apos;this&apos; parameter.
        /// </summary>
        internal static string ERR_DefaultValueForExtensionParameter {
            get {
                return ResourceManager.GetString("ERR_DefaultValueForExtensionParameter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify a default value for a parameter array.
        /// </summary>
        internal static string ERR_DefaultValueForParamsParameter {
            get {
                return ResourceManager.GetString("ERR_DefaultValueForParamsParameter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Default parameter value for &apos;{0}&apos; must be a compile-time constant.
        /// </summary>
        internal static string ERR_DefaultValueMustBeConstant {
            get {
                return ResourceManager.GetString("ERR_DefaultValueMustBeConstant", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Default values are not valid in this context..
        /// </summary>
        internal static string ERR_DefaultValueNotAllowed {
            get {
                return ResourceManager.GetString("ERR_DefaultValueNotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type of the argument to the DefaultParameterValue attribute must match the parameter type.
        /// </summary>
        internal static string ERR_DefaultValueTypeMustMatch {
            get {
                return ResourceManager.GetString("ERR_DefaultValueTypeMustMatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify default parameter value in conjunction with DefaultParameterAttribute or OptionalAttribute.
        /// </summary>
        internal static string ERR_DefaultValueUsedWithAttributes {
            get {
                return ResourceManager.GetString("ERR_DefaultValueUsedWithAttributes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create delegate with &apos;{0}&apos; because it or a method it overrides has a Conditional attribute.
        /// </summary>
        internal static string ERR_DelegateOnConditional {
            get {
                return ResourceManager.GetString("ERR_DelegateOnConditional", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot bind delegate to &apos;{0}&apos; because it is a member of &apos;System.Nullable&lt;T&gt;&apos;.
        /// </summary>
        internal static string ERR_DelegateOnNullable {
            get {
                return ResourceManager.GetString("ERR_DelegateOnNullable", resourceCulture);
            }
        }
        
3403 3404 3405 3406 3407 3408 3409 3410 3411
        /// <summary>
        ///   Looks up a localized string similar to Ref mismatch between &apos;{0}&apos; and delegate &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DelegateRefMismatch {
            get {
                return ResourceManager.GetString("ERR_DelegateRefMismatch", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded Add method &apos;{0}&apos; for the collection initializer element is obsolete. {1}.
        /// </summary>
        internal static string ERR_DeprecatedCollectionInitAddStr {
            get {
                return ResourceManager.GetString("ERR_DeprecatedCollectionInitAddStr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is obsolete: &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DeprecatedSymbolStr {
            get {
                return ResourceManager.GetString("ERR_DeprecatedSymbolStr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot implement a dynamic interface &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DeriveFromConstructedDynamic {
            get {
                return ResourceManager.GetString("ERR_DeriveFromConstructedDynamic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot derive from the dynamic type.
        /// </summary>
        internal static string ERR_DeriveFromDynamic {
            get {
                return ResourceManager.GetString("ERR_DeriveFromDynamic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot derive from special class &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DeriveFromEnumOrValueType {
            get {
                return ResourceManager.GetString("ERR_DeriveFromEnumOrValueType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot derive from &apos;{0}&apos; because it is a type parameter.
        /// </summary>
        internal static string ERR_DerivingFromATyVar {
            get {
                return ResourceManager.GetString("ERR_DerivingFromATyVar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Static classes cannot contain destructors.
        /// </summary>
        internal static string ERR_DestructorInStaticClass {
            get {
                return ResourceManager.GetString("ERR_DestructorInStaticClass", resourceCulture);
            }
        }
        
3475 3476 3477 3478 3479 3480 3481 3482 3483
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain a dictionary initializer..
        /// </summary>
        internal static string ERR_DictionaryInitializerInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_DictionaryInitializerInExpressionTree", resourceCulture);
            }
        }
        
3484 3485 3486 3487 3488 3489 3490 3491 3492
        /// <summary>
        ///   Looks up a localized string similar to Cannot infer the type of implicitly-typed discard..
        /// </summary>
        internal static string ERR_DiscardTypeInferenceFailed {
            get {
                return ResourceManager.GetString("ERR_DiscardTypeInferenceFailed", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510
        /// <summary>
        ///   Looks up a localized string similar to The DllImport attribute cannot be applied to a method that is generic or contained in a generic type..
        /// </summary>
        internal static string ERR_DllImportOnGenericMethod {
            get {
                return ResourceManager.GetString("ERR_DllImportOnGenericMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The DllImport attribute must be specified on a method marked &apos;static&apos; and &apos;extern&apos;.
        /// </summary>
        internal static string ERR_DllImportOnInvalidMethod {
            get {
                return ResourceManager.GetString("ERR_DllImportOnInvalidMethod", resourceCulture);
            }
        }
        
3511 3512 3513 3514 3515 3516 3517 3518
        /// <summary>
        ///   Looks up a localized string similar to Error writing to XML documentation file: {0}.
        /// </summary>
        internal static string ERR_DocFileGen {
            get {
                return ResourceManager.GetString("ERR_DocFileGen", resourceCulture);
            }
        }
P
Pilchie 已提交
3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DoesntImplementAwaitInterface {
            get {
                return ResourceManager.GetString("ERR_DoesntImplementAwaitInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Do not use &apos;System.Runtime.CompilerServices.FixedBuffer&apos; attribute. Use the &apos;fixed&apos; field modifier instead..
        /// </summary>
        internal static string ERR_DoNotUseFixedBufferAttr {
            get {
                return ResourceManager.GetString("ERR_DoNotUseFixedBufferAttr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type name &apos;{0}&apos; does not exist in the type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DottedTypeNameNotFoundInAgg {
            get {
                return ResourceManager.GetString("ERR_DottedTypeNameNotFoundInAgg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type or namespace name &apos;{0}&apos; does not exist in the namespace &apos;{1}&apos; (are you missing an assembly reference?).
        /// </summary>
        internal static string ERR_DottedTypeNameNotFoundInNS {
            get {
                return ResourceManager.GetString("ERR_DottedTypeNameNotFoundInNS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type name &apos;{0}&apos; could not be found in the namespace &apos;{1}&apos;. This type has been forwarded to assembly &apos;{2}&apos; Consider adding a reference to that assembly..
        /// </summary>
        internal static string ERR_DottedTypeNameNotFoundInNSFwd {
            get {
                return ResourceManager.GetString("ERR_DottedTypeNameNotFoundInNSFwd", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property accessor already defined.
        /// </summary>
        internal static string ERR_DuplicateAccessor {
            get {
                return ResourceManager.GetString("ERR_DuplicateAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The using alias &apos;{0}&apos; appeared previously in this namespace.
        /// </summary>
        internal static string ERR_DuplicateAlias {
            get {
                return ResourceManager.GetString("ERR_DuplicateAlias", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate &apos;{0}&apos; attribute.
        /// </summary>
        internal static string ERR_DuplicateAttribute {
            get {
                return ResourceManager.GetString("ERR_DuplicateAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate &apos;{0}&apos; attribute in &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DuplicateAttributeInNetModule {
            get {
                return ResourceManager.GetString("ERR_DuplicateAttributeInNetModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate constraint &apos;{0}&apos; for type parameter &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DuplicateBound {
            get {
                return ResourceManager.GetString("ERR_DuplicateBound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The switch statement contains multiple cases with the label value &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_DuplicateCaseLabel {
            get {
                return ResourceManager.GetString("ERR_DuplicateCaseLabel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A constraint clause has already been specified for type parameter &apos;{0}&apos;. All of the constraints for a type parameter must be specified in a single where clause..
        /// </summary>
        internal static string ERR_DuplicateConstraintClause {
            get {
                return ResourceManager.GetString("ERR_DuplicateConstraintClause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate user-defined conversion in type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_DuplicateConversionInClass {
            get {
                return ResourceManager.GetString("ERR_DuplicateConversionInClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The parameter name &apos;{0}&apos; conflicts with an automatically-generated parameter name.
        /// </summary>
        internal static string ERR_DuplicateGeneratedName {
            get {
                return ResourceManager.GetString("ERR_DuplicateGeneratedName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Multiple assemblies with equivalent identity have been imported: &apos;{0}&apos; and &apos;{1}&apos;. Remove one of the duplicate references..
        /// </summary>
        internal static string ERR_DuplicateImport {
            get {
                return ResourceManager.GetString("ERR_DuplicateImport", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An assembly with the same simple name &apos;{0}&apos; has already been imported. Try removing one of the references (e.g. &apos;{1}&apos;) or sign them to enable side-by-side..
        /// </summary>
        internal static string ERR_DuplicateImportSimple {
            get {
                return ResourceManager.GetString("ERR_DuplicateImportSimple", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is already listed in interface list.
        /// </summary>
        internal static string ERR_DuplicateInterfaceInBaseList {
            get {
                return ResourceManager.GetString("ERR_DuplicateInterfaceInBaseList", resourceCulture);
            }
        }
        
3673 3674 3675 3676 3677 3678 3679 3680 3681
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is already listed in the interface list on type &apos;{2}&apos; with different tuple element names, as &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_DuplicateInterfaceWithTupleNamesInBaseList {
            get {
                return ResourceManager.GetString("ERR_DuplicateInterfaceWithTupleNamesInBaseList", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789
        /// <summary>
        ///   Looks up a localized string similar to The label &apos;{0}&apos; is a duplicate.
        /// </summary>
        internal static string ERR_DuplicateLabel {
            get {
                return ResourceManager.GetString("ERR_DuplicateLabel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate &apos;{0}&apos; modifier.
        /// </summary>
        internal static string ERR_DuplicateModifier {
            get {
                return ResourceManager.GetString("ERR_DuplicateModifier", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Named argument &apos;{0}&apos; cannot be specified multiple times.
        /// </summary>
        internal static string ERR_DuplicateNamedArgument {
            get {
                return ResourceManager.GetString("ERR_DuplicateNamedArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; duplicate named attribute argument.
        /// </summary>
        internal static string ERR_DuplicateNamedAttributeArgument {
            get {
                return ResourceManager.GetString("ERR_DuplicateNamedAttributeArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{0}&apos; already contains a definition for &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_DuplicateNameInClass {
            get {
                return ResourceManager.GetString("ERR_DuplicateNameInClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The namespace &apos;{1}&apos; already contains a definition for &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_DuplicateNameInNS {
            get {
                return ResourceManager.GetString("ERR_DuplicateNameInNS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The parameter name &apos;{0}&apos; is a duplicate.
        /// </summary>
        internal static string ERR_DuplicateParamName {
            get {
                return ResourceManager.GetString("ERR_DuplicateParamName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify accessibility modifiers for both accessors of the property or indexer &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_DuplicatePropertyAccessMods {
            get {
                return ResourceManager.GetString("ERR_DuplicatePropertyAccessMods", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; duplicate TypeForwardedToAttribute.
        /// </summary>
        internal static string ERR_DuplicateTypeForwarder {
            get {
                return ResourceManager.GetString("ERR_DuplicateTypeForwarder", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate type parameter &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_DuplicateTypeParameter {
            get {
                return ResourceManager.GetString("ERR_DuplicateTypeParameter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A parameter can only have one &apos;{0}&apos; modifier.
        /// </summary>
        internal static string ERR_DupParamMod {
            get {
                return ResourceManager.GetString("ERR_DupParamMod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot define a class or member that utilizes &apos;dynamic&apos; because the compiler required type &apos;{0}&apos; cannot be found. Are you missing a reference?.
        /// </summary>
        internal static string ERR_DynamicAttributeMissing {
            get {
                return ResourceManager.GetString("ERR_DynamicAttributeMissing", resourceCulture);
            }
        }
        
3790
        /// <summary>
3791
        ///   Looks up a localized string similar to Cannot pass argument with dynamic type to params parameter &apos;{0}&apos; of local function &apos;{1}&apos;..
3792
        /// </summary>
3793
        internal static string ERR_DynamicLocalFunctionParamsParameter {
3794
            get {
3795
                return ResourceManager.GetString("ERR_DynamicLocalFunctionParamsParameter", resourceCulture);
3796 3797 3798
            }
        }
        
3799
        /// <summary>
3800
        ///   Looks up a localized string similar to Cannot pass argument with dynamic type to generic local function &apos;{0}&apos; with inferred type arguments..
3801 3802 3803 3804 3805 3806 3807
        /// </summary>
        internal static string ERR_DynamicLocalFunctionTypeParameter {
            get {
                return ResourceManager.GetString("ERR_DynamicLocalFunctionTypeParameter", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843
        /// <summary>
        ///   Looks up a localized string similar to One or more types required to compile a dynamic expression cannot be found. Are you missing a reference?.
        /// </summary>
        internal static string ERR_DynamicRequiredTypesMissing {
            get {
                return ResourceManager.GetString("ERR_DynamicRequiredTypesMissing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraint cannot be the dynamic type.
        /// </summary>
        internal static string ERR_DynamicTypeAsBound {
            get {
                return ResourceManager.GetString("ERR_DynamicTypeAsBound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Empty character literal.
        /// </summary>
        internal static string ERR_EmptyCharConst {
            get {
                return ResourceManager.GetString("ERR_EmptyCharConst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Element initializer cannot be empty.
        /// </summary>
        internal static string ERR_EmptyElementInitializer {
            get {
                return ResourceManager.GetString("ERR_EmptyElementInitializer", resourceCulture);
            }
        }
        
3844 3845 3846 3847 3848 3849 3850 3851 3852
        /// <summary>
        ///   Looks up a localized string similar to Empty format specifier..
        /// </summary>
        internal static string ERR_EmptyFormatSpecifier {
            get {
                return ResourceManager.GetString("ERR_EmptyFormatSpecifier", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864
        /// <summary>
        ///   Looks up a localized string similar to Expression expected after yield return.
        /// </summary>
        internal static string ERR_EmptyYield {
            get {
                return ResourceManager.GetString("ERR_EmptyYield", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot continue since the edit includes a reference to an embedded type: &apos;{0}&apos;..
        /// </summary>
3865
        internal static string ERR_EncNoPIAReference {
P
Pilchie 已提交
3866
            get {
3867
                return ResourceManager.GetString("ERR_EncNoPIAReference", resourceCulture);
P
Pilchie 已提交
3868 3869 3870
            }
        }
        
3871 3872 3873 3874 3875 3876 3877 3878 3879
        /// <summary>
        ///   Looks up a localized string similar to Cannot emit debug information for a source text without encoding..
        /// </summary>
        internal static string ERR_EncodinglessSyntaxTree {
            get {
                return ResourceManager.GetString("ERR_EncodinglessSyntaxTree", resourceCulture);
            }
        }
        
3880 3881 3882 3883 3884 3885 3886 3887 3888
        /// <summary>
        ///   Looks up a localized string similar to Member &apos;{0}&apos; added during the current debug session can only be accessed from within its declaring assembly &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_EncReferenceToAddedMember {
            get {
                return ResourceManager.GetString("ERR_EncReferenceToAddedMember", resourceCulture);
            }
        }
        
3889 3890 3891 3892 3893 3894 3895 3896 3897
        /// <summary>
        ///   Looks up a localized string similar to Cannot update &apos;{0}&apos;; attribute &apos;{1}&apos; is missing..
        /// </summary>
        internal static string ERR_EncUpdateFailedMissingAttribute {
            get {
                return ResourceManager.GetString("ERR_EncUpdateFailedMissingAttribute", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933
        /// <summary>
        ///   Looks up a localized string similar to #endif directive expected.
        /// </summary>
        internal static string ERR_EndifDirectiveExpected {
            get {
                return ResourceManager.GetString("ERR_EndifDirectiveExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Single-line comment or end-of-line expected.
        /// </summary>
        internal static string ERR_EndOfPPLineExpected {
            get {
                return ResourceManager.GetString("ERR_EndOfPPLineExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to #endregion directive expected.
        /// </summary>
        internal static string ERR_EndRegionDirectiveExpected {
            get {
                return ResourceManager.GetString("ERR_EndRegionDirectiveExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: the enumerator value is too large to fit in its type.
        /// </summary>
        internal static string ERR_EnumeratorOverflow {
            get {
                return ResourceManager.GetString("ERR_EnumeratorOverflow", resourceCulture);
            }
        }
        
3934 3935 3936 3937 3938 3939 3940 3941 3942
        /// <summary>
        ///   Looks up a localized string similar to Enums cannot contain explicit parameterless constructors.
        /// </summary>
        internal static string ERR_EnumsCantContainDefaultConstructor {
            get {
                return ResourceManager.GetString("ERR_EnumsCantContainDefaultConstructor", resourceCulture);
            }
        }
        
P
Pilchie 已提交
3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969
        /// <summary>
        ///   Looks up a localized string similar to Type or namespace definition, or end-of-file expected.
        /// </summary>
        internal static string ERR_EOFExpected {
            get {
                return ResourceManager.GetString("ERR_EOFExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error building Win32 resources -- {0}.
        /// </summary>
        internal static string ERR_ErrorBuildingWin32Resources {
            get {
                return ResourceManager.GetString("ERR_ErrorBuildingWin32Resources", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to #error: &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ErrorDirective {
            get {
                return ResourceManager.GetString("ERR_ErrorDirective", resourceCulture);
            }
        }
        
3970 3971 3972 3973 3974 3975 3976 3977 3978
        /// <summary>
        ///   Looks up a localized string similar to There is an error in a referenced assembly &apos;{0}&apos;..
        /// </summary>
        internal static string ERR_ErrorInReferencedAssembly {
            get {
                return ResourceManager.GetString("ERR_ErrorInReferencedAssembly", resourceCulture);
            }
        }
        
V
vsadov 已提交
3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996
        /// <summary>
        ///   Looks up a localized string similar to Cannot use a result of &apos;{0}&apos; in this context because it may expose variables referenced by parameter &apos;{1}&apos; outside of their declaration scope.
        /// </summary>
        internal static string ERR_EscapeCall {
            get {
                return ResourceManager.GetString("ERR_EscapeCall", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use a member of result of &apos;{0}&apos; in this context because it may expose variables referenced by parameter &apos;{1}&apos; outside of their declaration scope.
        /// </summary>
        internal static string ERR_EscapeCall2 {
            get {
                return ResourceManager.GetString("ERR_EscapeCall2", resourceCulture);
            }
        }
        
3997 3998 3999 4000 4001 4002 4003 4004 4005
        /// <summary>
        ///   Looks up a localized string similar to A &apos;{0}&apos; character may only be escaped by doubling &apos;{0}{0}&apos; in an interpolated string..
        /// </summary>
        internal static string ERR_EscapedCurly {
            get {
                return ResourceManager.GetString("ERR_EscapedCurly", resourceCulture);
            }
        }
        
V
vsadov 已提交
4006
        /// <summary>
V
vsadov 已提交
4007
        ///   Looks up a localized string similar to Cannot use local &apos;{0}&apos; in this context because it may expose referenced variables outside of their declaration scope.
V
vsadov 已提交
4008 4009 4010 4011 4012 4013 4014 4015
        /// </summary>
        internal static string ERR_EscapeLocal {
            get {
                return ResourceManager.GetString("ERR_EscapeLocal", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
4016
        ///   Looks up a localized string similar to Expression cannot be used in this context because it may indirectly expose variables outside of their declaration scope.
V
vsadov 已提交
4017 4018 4019 4020 4021 4022 4023
        /// </summary>
        internal static string ERR_EscapeOther {
            get {
                return ResourceManager.GetString("ERR_EscapeOther", resourceCulture);
            }
        }
        
4024 4025 4026 4027 4028 4029 4030 4031 4032
        /// <summary>
        ///   Looks up a localized string similar to A result of a stackalloc expression of type &apos;{0}&apos; cannot be used in this context because it may be exposed outside of the containing method.
        /// </summary>
        internal static string ERR_EscapeStackAlloc {
            get {
                return ResourceManager.GetString("ERR_EscapeStackAlloc", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: event property must have both add and remove accessors.
        /// </summary>
        internal static string ERR_EventNeedsBothAccessors {
            get {
                return ResourceManager.GetString("ERR_EventNeedsBothAccessors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: event must be of a delegate type.
        /// </summary>
        internal static string ERR_EventNotDelegate {
            get {
                return ResourceManager.GetString("ERR_EventNotDelegate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An event in an interface cannot have add or remove accessors.
        /// </summary>
        internal static string ERR_EventPropertyInInterface {
            get {
                return ResourceManager.GetString("ERR_EventPropertyInInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected contextual keyword &apos;by&apos;.
        /// </summary>
        internal static string ERR_ExpectedContextualKeywordBy {
            get {
                return ResourceManager.GetString("ERR_ExpectedContextualKeywordBy", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected contextual keyword &apos;equals&apos;.
        /// </summary>
        internal static string ERR_ExpectedContextualKeywordEquals {
            get {
                return ResourceManager.GetString("ERR_ExpectedContextualKeywordEquals", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected contextual keyword &apos;on&apos;.
        /// </summary>
        internal static string ERR_ExpectedContextualKeywordOn {
            get {
                return ResourceManager.GetString("ERR_ExpectedContextualKeywordOn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected catch or finally.
        /// </summary>
        internal static string ERR_ExpectedEndTry {
            get {
                return ResourceManager.GetString("ERR_ExpectedEndTry", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Quoted file name expected.
        /// </summary>
        internal static string ERR_ExpectedPPFile {
            get {
                return ResourceManager.GetString("ERR_ExpectedPPFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A query body must end with a select clause or a group clause.
        /// </summary>
        internal static string ERR_ExpectedSelectOrGroup {
            get {
                return ResourceManager.GetString("ERR_ExpectedSelectOrGroup", resourceCulture);
            }
        }
        
4114 4115 4116 4117 4118 4119 4120 4121 4122
        /// <summary>
        ///   Looks up a localized string similar to Expected a script (.csx file) but none specified.
        /// </summary>
        internal static string ERR_ExpectedSingleScript {
            get {
                return ResourceManager.GetString("ERR_ExpectedSingleScript", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195
        /// <summary>
        ///   Looks up a localized string similar to Keyword, identifier, or string expected after verbatim specifier: @.
        /// </summary>
        internal static string ERR_ExpectedVerbatimLiteral {
            get {
                return ResourceManager.GetString("ERR_ExpectedVerbatimLiteral", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Do not use &apos;System.Runtime.CompilerServices.DynamicAttribute&apos;. Use the &apos;dynamic&apos; keyword instead..
        /// </summary>
        internal static string ERR_ExplicitDynamicAttr {
            get {
                return ResourceManager.GetString("ERR_ExplicitDynamicAttr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An explicit interface implementation of an event must use event accessor syntax.
        /// </summary>
        internal static string ERR_ExplicitEventFieldImpl {
            get {
                return ResourceManager.GetString("ERR_ExplicitEventFieldImpl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Do not use &apos;System.Runtime.CompilerServices.ExtensionAttribute&apos;. Use the &apos;this&apos; keyword instead..
        /// </summary>
        internal static string ERR_ExplicitExtension {
            get {
                return ResourceManager.GetString("ERR_ExplicitExtension", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot inherit interface &apos;{0}&apos; with the specified type parameters because it causes method &apos;{1}&apos; to contain overloads which differ only on ref and out.
        /// </summary>
        internal static string ERR_ExplicitImplCollisionOnRefOut {
            get {
                return ResourceManager.GetString("ERR_ExplicitImplCollisionOnRefOut", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; should not have a params parameter since &apos;{1}&apos; does not.
        /// </summary>
        internal static string ERR_ExplicitImplParams {
            get {
                return ResourceManager.GetString("ERR_ExplicitImplParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: explicit interface declaration can only be declared in a class or struct.
        /// </summary>
        internal static string ERR_ExplicitInterfaceImplementationInNonClassOrStruct {
            get {
                return ResourceManager.GetString("ERR_ExplicitInterfaceImplementationInNonClassOrStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; in explicit interface declaration is not an interface.
        /// </summary>
        internal static string ERR_ExplicitInterfaceImplementationNotInterface {
            get {
                return ResourceManager.GetString("ERR_ExplicitInterfaceImplementationNotInterface", resourceCulture);
            }
        }
        
        /// <summary>
4196
        ///   Looks up a localized string similar to &apos;{0}&apos;: Auto-implemented properties cannot be used inside a type marked with StructLayout(LayoutKind.Explicit).
P
Pilchie 已提交
4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239
        /// </summary>
        internal static string ERR_ExplicitLayoutAndAutoImplementedProperty {
            get {
                return ResourceManager.GetString("ERR_ExplicitLayoutAndAutoImplementedProperty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; explicit method implementation cannot implement &apos;{1}&apos; because it is an accessor.
        /// </summary>
        internal static string ERR_ExplicitMethodImplAccessor {
            get {
                return ResourceManager.GetString("ERR_ExplicitMethodImplAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Do not use &apos;System.ParamArrayAttribute&apos;. Use the &apos;params&apos; keyword instead..
        /// </summary>
        internal static string ERR_ExplicitParamArray {
            get {
                return ResourceManager.GetString("ERR_ExplicitParamArray", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; adds an accessor not found in interface member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_ExplicitPropertyAddingAccessor {
            get {
                return ResourceManager.GetString("ERR_ExplicitPropertyAddingAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Explicit interface implementation &apos;{0}&apos; is missing accessor &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_ExplicitPropertyMissingAccessor {
            get {
                return ResourceManager.GetString("ERR_ExplicitPropertyMissingAccessor", resourceCulture);
            }
        }
        
4240
        /// <summary>
V
vsadov 已提交
4241
        ///   Looks up a localized string similar to Do not use &apos;{0}&apos;. This is reserved for compiler usage..
4242
        /// </summary>
V
vsadov 已提交
4243
        internal static string ERR_ExplicitReservedAttr {
4244
            get {
V
vsadov 已提交
4245
                return ResourceManager.GetString("ERR_ExplicitReservedAttr", resourceCulture);
4246 4247 4248
            }
        }
        
4249 4250 4251
        /// <summary>
        ///   Looks up a localized string similar to Cannot reference &apos;System.Runtime.CompilerServices.TupleElementNamesAttribute&apos; explicitly. Use the tuple syntax to define tuple names..
        /// </summary>
V
VSadov 已提交
4252
        internal static string ERR_ExplicitTupleElementNamesAttribute {
4253
            get {
V
VSadov 已提交
4254
                return ResourceManager.GetString("ERR_ExplicitTupleElementNamesAttribute", resourceCulture);
4255 4256 4257
            }
        }
        
P
Pilchie 已提交
4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; exported from module &apos;{1}&apos; conflicts with type declared in primary module of this assembly..
        /// </summary>
        internal static string ERR_ExportedTypeConflictsWithDeclaration {
            get {
                return ResourceManager.GetString("ERR_ExportedTypeConflictsWithDeclaration", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; exported from module &apos;{1}&apos; conflicts with type &apos;{2}&apos; exported from module &apos;{3}&apos;..
        /// </summary>
        internal static string ERR_ExportedTypesConflict {
            get {
                return ResourceManager.GetString("ERR_ExportedTypesConflict", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected expression.
        /// </summary>
        internal static string ERR_ExpressionExpected {
            get {
                return ResourceManager.GetString("ERR_ExpressionExpected", resourceCulture);
            }
        }
        
4285 4286 4287 4288 4289 4290 4291 4292 4293
        /// <summary>
        ///   Looks up a localized string similar to Expression does not have a name..
        /// </summary>
        internal static string ERR_ExpressionHasNoName {
            get {
                return ResourceManager.GetString("ERR_ExpressionHasNoName", resourceCulture);
            }
        }
        
4294 4295 4296 4297 4298 4299 4300 4301 4302
        /// <summary>
        ///   Looks up a localized string similar to Expression or declaration statement expected..
        /// </summary>
        internal static string ERR_ExpressionOrDeclarationExpected {
            get {
                return ResourceManager.GetString("ERR_ExpressionOrDeclarationExpected", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain an anonymous method expression.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsAnonymousMethod {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsAnonymousMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain an assignment operator.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsAssignment {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsAssignment", resourceCulture);
            }
        }
        
        /// <summary>
4322
        ///   Looks up a localized string similar to An expression tree lambda may not contain a coalescing operator with a null or default literal left-hand side.
P
Pilchie 已提交
4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338
        /// </summary>
        internal static string ERR_ExpressionTreeContainsBadCoalesce {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsBadCoalesce", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a base access.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsBaseAccess {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsBaseAccess", resourceCulture);
            }
        }
        
4339 4340 4341 4342 4343 4344 4345 4346 4347
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a discard..
        /// </summary>
        internal static string ERR_ExpressionTreeContainsDiscard {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsDiscard", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a dynamic operation.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsDynamicOperation {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsDynamicOperation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain an indexed property.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsIndexedProperty {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsIndexedProperty", resourceCulture);
            }
        }
        
4366 4367 4368 4369 4370 4371 4372 4373 4374
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain an &apos;is&apos; pattern-matching operator..
        /// </summary>
        internal static string ERR_ExpressionTreeContainsIsMatch {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsIsMatch", resourceCulture);
            }
        }
        
4375
        /// <summary>
4376
        ///   Looks up a localized string similar to An expression tree may not contain a reference to a local function.
4377 4378 4379 4380 4381 4382 4383
        /// </summary>
        internal static string ERR_ExpressionTreeContainsLocalFunction {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsLocalFunction", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a multidimensional array initializer.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsMultiDimensionalArrayInitializer {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsMultiDimensionalArrayInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a named argument specification.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsNamedArgument {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsNamedArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a call or invocation that uses optional arguments.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsOptionalArgument {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsOptionalArgument", resourceCulture);
            }
        }
        
4411 4412 4413 4414 4415 4416 4417 4418 4419
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain an out argument variable declaration..
        /// </summary>
        internal static string ERR_ExpressionTreeContainsOutVariable {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsOutVariable", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4420 4421 4422 4423 4424 4425 4426 4427 4428
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain an unsafe pointer operation.
        /// </summary>
        internal static string ERR_ExpressionTreeContainsPointerOp {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsPointerOp", resourceCulture);
            }
        }
        
4429 4430 4431 4432 4433 4434 4435 4436 4437
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a throw-expression..
        /// </summary>
        internal static string ERR_ExpressionTreeContainsThrowExpression {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsThrowExpression", resourceCulture);
            }
        }
        
4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a tuple conversion..
        /// </summary>
        internal static string ERR_ExpressionTreeContainsTupleConversion {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsTupleConversion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain a tuple literal..
        /// </summary>
        internal static string ERR_ExpressionTreeContainsTupleLiteral {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeContainsTupleLiteral", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4456 4457 4458 4459 4460 4461 4462 4463 4464
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert lambda to an expression tree whose type argument &apos;{0}&apos; is not a delegate type.
        /// </summary>
        internal static string ERR_ExpressionTreeMustHaveDelegate {
            get {
                return ResourceManager.GetString("ERR_ExpressionTreeMustHaveDelegate", resourceCulture);
            }
        }
        
4465
        /// <summary>
4466
        ///   Looks up a localized string similar to Out variable and pattern variable declarations are not allowed within constructor initializers, field initializers, or property initializers..
4467 4468 4469 4470 4471 4472 4473
        /// </summary>
        internal static string ERR_ExpressionVariableInConstructorOrFieldInitializer {
            get {
                return ResourceManager.GetString("ERR_ExpressionVariableInConstructorOrFieldInitializer", resourceCulture);
            }
        }
        
4474 4475 4476 4477 4478 4479 4480 4481 4482
        /// <summary>
        ///   Looks up a localized string similar to Out variable and pattern variable declarations are not allowed within a query clause..
        /// </summary>
        internal static string ERR_ExpressionVariableInQueryClause {
            get {
                return ResourceManager.GetString("ERR_ExpressionVariableInQueryClause", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4483 4484 4485 4486 4487 4488 4489 4490 4491
        /// <summary>
        ///   Looks up a localized string similar to Cannot define a new extension method because the compiler required type &apos;{0}&apos; cannot be found. Are you missing a reference to System.Core.dll?.
        /// </summary>
        internal static string ERR_ExtensionAttrNotFound {
            get {
                return ResourceManager.GetString("ERR_ExtensionAttrNotFound", resourceCulture);
            }
        }
        
4492
        /// <summary>
4493
        ///   Looks up a localized string similar to An extension Add method is not supported for a collection initializer in an expression lambda..
4494 4495 4496 4497 4498 4499 4500
        /// </summary>
        internal static string ERR_ExtensionCollectionElementInitializerInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_ExtensionCollectionElementInitializerInExpressionTree", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536
        /// <summary>
        ///   Looks up a localized string similar to Extension methods must be defined in a top level static class; {0} is a nested class.
        /// </summary>
        internal static string ERR_ExtensionMethodsDecl {
            get {
                return ResourceManager.GetString("ERR_ExtensionMethodsDecl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An extern alias declaration must precede all other elements defined in the namespace.
        /// </summary>
        internal static string ERR_ExternAfterElements {
            get {
                return ResourceManager.GetString("ERR_ExternAfterElements", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;extern alias&apos; is not valid in this context.
        /// </summary>
        internal static string ERR_ExternAliasNotAllowed {
            get {
                return ResourceManager.GetString("ERR_ExternAliasNotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be extern and declare a body.
        /// </summary>
        internal static string ERR_ExternHasBody {
            get {
                return ResourceManager.GetString("ERR_ExternHasBody", resourceCulture);
            }
        }
        
4537 4538 4539 4540 4541 4542 4543 4544 4545
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be extern and have a constructor initializer.
        /// </summary>
        internal static string ERR_ExternHasConstructorInitializer {
            get {
                return ResourceManager.GetString("ERR_ExternHasConstructorInitializer", resourceCulture);
            }
        }
        
4546 4547 4548 4549 4550 4551 4552 4553 4554
        /// <summary>
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not implemented in this compiler..
        /// </summary>
        internal static string ERR_FeatureIsUnimplemented {
            get {
                return ResourceManager.GetString("ERR_FeatureIsUnimplemented", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4555
        /// <summary>
4556
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 1. Please use language version {1} or greater..
P
Pilchie 已提交
4557 4558 4559 4560 4561 4562 4563 4564
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion1 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion1", resourceCulture);
            }
        }
        
        /// <summary>
4565
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 2. Please use language version {1} or greater..
P
Pilchie 已提交
4566 4567 4568 4569 4570 4571 4572 4573
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion2 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion2", resourceCulture);
            }
        }
        
        /// <summary>
4574
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 3. Please use language version {1} or greater..
P
Pilchie 已提交
4575 4576 4577 4578 4579 4580 4581 4582
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion3 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion3", resourceCulture);
            }
        }
        
        /// <summary>
4583
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 4. Please use language version {1} or greater..
P
Pilchie 已提交
4584 4585 4586 4587 4588 4589 4590 4591
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion4 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion4", resourceCulture);
            }
        }
        
        /// <summary>
4592
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 5. Please use language version {1} or greater..
P
Pilchie 已提交
4593 4594 4595 4596 4597 4598 4599
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion5 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion5", resourceCulture);
            }
        }
        
4600
        /// <summary>
4601
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 6. Please use language version {1} or greater..
4602 4603 4604 4605 4606 4607 4608
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion6 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion6", resourceCulture);
            }
        }
        
G
gafter 已提交
4609
        /// <summary>
4610
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 7.0. Please use language version {1} or greater..
G
gafter 已提交
4611 4612 4613 4614 4615 4616 4617
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion7 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion7", resourceCulture);
            }
        }
        
O
Omar Tawfik 已提交
4618
        /// <summary>
4619
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 7.1. Please use language version {1} or greater..
O
Omar Tawfik 已提交
4620 4621 4622 4623 4624 4625 4626
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion7_1 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion7_1", resourceCulture);
            }
        }
        
4627 4628 4629 4630 4631 4632
        /// <summary>
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not available in C# 7.2. Please use language version {1} or greater..
        /// </summary>
        internal static string ERR_FeatureNotAvailableInVersion7_2 {
            get {
                return ResourceManager.GetString("ERR_FeatureNotAvailableInVersion7_2", resourceCulture);
O
Omar Tawfik 已提交
4633 4634 4635
            }
        }
        
P
Pilchie 已提交
4636 4637 4638 4639 4640 4641 4642 4643 4644
        /// <summary>
        ///   Looks up a localized string similar to An expression tree may not contain &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_FeatureNotValidInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_FeatureNotValidInExpressionTree", resourceCulture);
            }
        }
        
4645 4646 4647 4648 4649 4650 4651 4652 4653
        /// <summary>
        ///   Looks up a localized string similar to Field or auto-implemented property cannot be of type &apos;{0}&apos; unless it is an instance member of a ref struct..
        /// </summary>
        internal static string ERR_FieldAutoPropCantBeByRefLike {
            get {
                return ResourceManager.GetString("ERR_FieldAutoPropCantBeByRefLike", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681
        /// <summary>
        ///   Looks up a localized string similar to Field or property cannot be of type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_FieldCantBeRefAny {
            get {
                return ResourceManager.GetString("ERR_FieldCantBeRefAny", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Field cannot have void type.
        /// </summary>
        internal static string ERR_FieldCantHaveVoidType {
            get {
                return ResourceManager.GetString("ERR_FieldCantHaveVoidType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The field has multiple distinct constant values..
        /// </summary>
        internal static string ERR_FieldHasMultipleDistinctConstantValues {
            get {
                return ResourceManager.GetString("ERR_FieldHasMultipleDistinctConstantValues", resourceCulture);
            }
        }
        
        /// <summary>
4682
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot have instance property or field initializers in structs.
P
Pilchie 已提交
4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698
        /// </summary>
        internal static string ERR_FieldInitializerInStruct {
            get {
                return ResourceManager.GetString("ERR_FieldInitializerInStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A field initializer cannot reference the non-static field, method, or property &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_FieldInitRefNonstatic {
            get {
                return ResourceManager.GetString("ERR_FieldInitRefNonstatic", resourceCulture);
            }
        }
        
4699
        /// <summary>
V
vsadov 已提交
4700
        ///   Looks up a localized string similar to Field-like events are not allowed in readonly structs..
4701 4702 4703 4704 4705 4706 4707 4708
        /// </summary>
        internal static string ERR_FieldlikeEventsInRoStruct {
            get {
                return ResourceManager.GetString("ERR_FieldlikeEventsInRoStruct", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
4709
        ///   Looks up a localized string similar to Instance fields of readonly structs must be readonly..
4710 4711 4712 4713 4714 4715 4716
        /// </summary>
        internal static string ERR_FieldsInRoStruct {
            get {
                return ResourceManager.GetString("ERR_FieldsInRoStruct", resourceCulture);
            }
        }
        
P
Pilchie 已提交
4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978
        /// <summary>
        ///   Looks up a localized string similar to Source file &apos;{0}&apos; could not be found..
        /// </summary>
        internal static string ERR_FileNotFound {
            get {
                return ResourceManager.GetString("ERR_FileNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot use fixed size buffers contained in unfixed expressions. Try using the fixed statement..
        /// </summary>
        internal static string ERR_FixedBufferNotFixed {
            get {
                return ResourceManager.GetString("ERR_FixedBufferNotFixed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A fixed buffer may only have one dimension..
        /// </summary>
        internal static string ERR_FixedBufferTooManyDimensions {
            get {
                return ResourceManager.GetString("ERR_FixedBufferTooManyDimensions", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A fixed size buffer field must have the array size specifier after the field name.
        /// </summary>
        internal static string ERR_FixedDimsRequired {
            get {
                return ResourceManager.GetString("ERR_FixedDimsRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use fixed local &apos;{0}&apos; inside an anonymous method, lambda expression, or query expression.
        /// </summary>
        internal static string ERR_FixedLocalInLambda {
            get {
                return ResourceManager.GetString("ERR_FixedLocalInLambda", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You must provide an initializer in a fixed or using statement declaration.
        /// </summary>
        internal static string ERR_FixedMustInit {
            get {
                return ResourceManager.GetString("ERR_FixedMustInit", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You can only take the address of an unfixed expression inside of a fixed statement initializer.
        /// </summary>
        internal static string ERR_FixedNeeded {
            get {
                return ResourceManager.GetString("ERR_FixedNeeded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fixed size buffers can only be accessed through locals or fields.
        /// </summary>
        internal static string ERR_FixedNeedsLvalue {
            get {
                return ResourceManager.GetString("ERR_FixedNeedsLvalue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fixed size buffer fields may only be members of structs.
        /// </summary>
        internal static string ERR_FixedNotInStruct {
            get {
                return ResourceManager.GetString("ERR_FixedNotInStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot use the fixed statement to take the address of an already fixed expression.
        /// </summary>
        internal static string ERR_FixedNotNeeded {
            get {
                return ResourceManager.GetString("ERR_FixedNotNeeded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fixed size buffer of length {0} and type &apos;{1}&apos; is too big.
        /// </summary>
        internal static string ERR_FixedOverflow {
            get {
                return ResourceManager.GetString("ERR_FixedOverflow", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Floating-point constant is outside the range of type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_FloatOverflow {
            get {
                return ResourceManager.GetString("ERR_FloatOverflow", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to foreach statement cannot operate on variables of type &apos;{0}&apos; because &apos;{0}&apos; does not contain a public definition for &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_ForEachMissingMember {
            get {
                return ResourceManager.GetString("ERR_ForEachMissingMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Forwarded type &apos;{0}&apos; conflicts with type declared in primary module of this assembly..
        /// </summary>
        internal static string ERR_ForwardedTypeConflictsWithDeclaration {
            get {
                return ResourceManager.GetString("ERR_ForwardedTypeConflictsWithDeclaration", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; forwarded to assembly &apos;{1}&apos; conflicts with type &apos;{2}&apos; exported from module &apos;{3}&apos;..
        /// </summary>
        internal static string ERR_ForwardedTypeConflictsWithExportedType {
            get {
                return ResourceManager.GetString("ERR_ForwardedTypeConflictsWithExportedType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; is defined in this assembly, but a type forwarder is specified for it.
        /// </summary>
        internal static string ERR_ForwardedTypeInThisAssembly {
            get {
                return ResourceManager.GetString("ERR_ForwardedTypeInThisAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot forward type &apos;{0}&apos; because it is a nested type of &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_ForwardedTypeIsNested {
            get {
                return ResourceManager.GetString("ERR_ForwardedTypeIsNested", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; forwarded to assembly &apos;{1}&apos; conflicts with type &apos;{2}&apos; forwarded to assembly &apos;{3}&apos;..
        /// </summary>
        internal static string ERR_ForwardedTypesConflict {
            get {
                return ResourceManager.GetString("ERR_ForwardedTypesConflict", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Friend assembly reference &apos;{0}&apos; is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token, or processor architecture specified..
        /// </summary>
        internal static string ERR_FriendAssemblyBadArgs {
            get {
                return ResourceManager.GetString("ERR_FriendAssemblyBadArgs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Friend assembly reference &apos;{0}&apos; is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations..
        /// </summary>
        internal static string ERR_FriendAssemblySNReq {
            get {
                return ResourceManager.GetString("ERR_FriendAssemblySNReq", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Friend access was granted by &apos;{0}&apos;, but the public key of the output assembly does not match that specified by the attribute in the granting assembly..
        /// </summary>
        internal static string ERR_FriendRefNotEqualToThis {
            get {
                return ResourceManager.GetString("ERR_FriendRefNotEqualToThis", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Friend access was granted by &apos;{0}&apos;, but the strong name signing state of the output assembly does not match that of the granting assembly..
        /// </summary>
        internal static string ERR_FriendRefSigningMismatch {
            get {
                return ResourceManager.GetString("ERR_FriendRefSigningMismatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static types cannot be used as type arguments.
        /// </summary>
        internal static string ERR_GenericArgIsStaticClass {
            get {
                return ResourceManager.GetString("ERR_GenericArgIsStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{3}&apos; cannot be used as type parameter &apos;{2}&apos; in the generic type or method &apos;{0}&apos;. The nullable type &apos;{3}&apos; does not satisfy the constraint of &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_GenericConstraintNotSatisfiedNullableEnum {
            get {
                return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedNullableEnum", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{3}&apos; cannot be used as type parameter &apos;{2}&apos; in the generic type or method &apos;{0}&apos;. The nullable type &apos;{3}&apos; does not satisfy the constraint of &apos;{1}&apos;. Nullable types can not satisfy any interface constraints..
        /// </summary>
        internal static string ERR_GenericConstraintNotSatisfiedNullableInterface {
            get {
                return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedNullableInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{3}&apos; cannot be used as type parameter &apos;{2}&apos; in the generic type or method &apos;{0}&apos;. There is no implicit reference conversion from &apos;{3}&apos; to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_GenericConstraintNotSatisfiedRefType {
            get {
                return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedRefType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{3}&apos; cannot be used as type parameter &apos;{2}&apos; in the generic type or method &apos;{0}&apos;. There is no boxing conversion or type parameter conversion from &apos;{3}&apos; to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_GenericConstraintNotSatisfiedTyVar {
            get {
                return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedTyVar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{3}&apos; cannot be used as type parameter &apos;{2}&apos; in the generic type or method &apos;{0}&apos;. There is no boxing conversion from &apos;{3}&apos; to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_GenericConstraintNotSatisfiedValType {
            get {
                return ResourceManager.GetString("ERR_GenericConstraintNotSatisfiedValType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A generic type cannot derive from &apos;{0}&apos; because it is an attribute class.
        /// </summary>
        internal static string ERR_GenericDerivingFromAttribute {
            get {
                return ResourceManager.GetString("ERR_GenericDerivingFromAttribute", resourceCulture);
            }
        }
        
        /// <summary>
4979
        ///   Looks up a localized string similar to Type &apos;{0}&apos; from assembly &apos;{1}&apos; cannot be used across assembly boundaries because it has a generic type argument that is an embedded interop type..
P
Pilchie 已提交
4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211
        /// </summary>
        internal static string ERR_GenericsUsedAcrossAssemblies {
            get {
                return ResourceManager.GetString("ERR_GenericsUsedAcrossAssemblies", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; cannot be embedded because it has a generic argument. Consider setting the &apos;Embed Interop Types&apos; property to false..
        /// </summary>
        internal static string ERR_GenericsUsedInNoPIAType {
            get {
                return ResourceManager.GetString("ERR_GenericsUsedInNoPIAType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A get or set accessor expected.
        /// </summary>
        internal static string ERR_GetOrSetExpected {
            get {
                return ResourceManager.GetString("ERR_GetOrSetExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly and module attributes are not allowed in this context.
        /// </summary>
        internal static string ERR_GlobalAttributesNotAllowed {
            get {
                return ResourceManager.GetString("ERR_GlobalAttributesNotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations.
        /// </summary>
        internal static string ERR_GlobalAttributesNotFirst {
            get {
                return ResourceManager.GetString("ERR_GlobalAttributesNotFirst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Member definition, statement, or end-of-file expected.
        /// </summary>
        internal static string ERR_GlobalDefinitionOrStatementExpected {
            get {
                return ResourceManager.GetString("ERR_GlobalDefinitionOrStatementExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot redefine the global extern alias.
        /// </summary>
        internal static string ERR_GlobalExternAlias {
            get {
                return ResourceManager.GetString("ERR_GlobalExternAlias", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type or namespace name &apos;{0}&apos; could not be found in the global namespace (are you missing an assembly reference?).
        /// </summary>
        internal static string ERR_GlobalSingleTypeNameNotFound {
            get {
                return ResourceManager.GetString("ERR_GlobalSingleTypeNameNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type name &apos;{0}&apos; could not be found in the global namespace. This type has been forwarded to assembly &apos;{1}&apos; Consider adding a reference to that assembly..
        /// </summary>
        internal static string ERR_GlobalSingleTypeNameNotFoundFwd {
            get {
                return ResourceManager.GetString("ERR_GlobalSingleTypeNameNotFoundFwd", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expressions and statements can only occur in a method body.
        /// </summary>
        internal static string ERR_GlobalStatement {
            get {
                return ResourceManager.GetString("ERR_GlobalStatement", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The non-generic {1} &apos;{0}&apos; cannot be used with type arguments.
        /// </summary>
        internal static string ERR_HasNoTypeVars {
            get {
                return ResourceManager.GetString("ERR_HasNoTypeVars", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; hides inherited abstract member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_HidingAbstractMethod {
            get {
                return ResourceManager.GetString("ERR_HidingAbstractMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Identifier expected.
        /// </summary>
        internal static string ERR_IdentifierExpected {
            get {
                return ResourceManager.GetString("ERR_IdentifierExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Identifier expected; &apos;{1}&apos; is a keyword.
        /// </summary>
        internal static string ERR_IdentifierExpectedKW {
            get {
                return ResourceManager.GetString("ERR_IdentifierExpectedKW", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to User-defined operator cannot take an object of the enclosing type and convert to an object of the enclosing type.
        /// </summary>
        internal static string ERR_IdentityConversion {
            get {
                return ResourceManager.GetString("ERR_IdentityConversion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An __arglist expression may only appear inside of a call or new expression.
        /// </summary>
        internal static string ERR_IllegalArglist {
            get {
                return ResourceManager.GetString("ERR_IllegalArglist", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unrecognized escape sequence.
        /// </summary>
        internal static string ERR_IllegalEscape {
            get {
                return ResourceManager.GetString("ERR_IllegalEscape", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fixed size buffer type must be one of the following: bool, byte, short, int, long, char, sbyte, ushort, uint, ulong, float or double.
        /// </summary>
        internal static string ERR_IllegalFixedType {
            get {
                return ResourceManager.GetString("ERR_IllegalFixedType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unsafe code may not appear in iterators.
        /// </summary>
        internal static string ERR_IllegalInnerUnsafe {
            get {
                return ResourceManager.GetString("ERR_IllegalInnerUnsafe", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to params is not valid in this context.
        /// </summary>
        internal static string ERR_IllegalParams {
            get {
                return ResourceManager.GetString("ERR_IllegalParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to ref and out are not valid in this context.
        /// </summary>
        internal static string ERR_IllegalRefParam {
            get {
                return ResourceManager.GetString("ERR_IllegalRefParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Only assignment, call, increment, decrement, and new object expressions can be used as a statement.
        /// </summary>
        internal static string ERR_IllegalStatement {
            get {
                return ResourceManager.GetString("ERR_IllegalStatement", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unsafe code may only appear if compiling with /unsafe.
        /// </summary>
        internal static string ERR_IllegalUnsafe {
            get {
                return ResourceManager.GetString("ERR_IllegalUnsafe", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to __arglist is not valid in this context.
        /// </summary>
        internal static string ERR_IllegalVarArgs {
            get {
                return ResourceManager.GetString("ERR_IllegalVarArgs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid variance modifier. Only interface and delegate type parameters can be specified as variant..
        /// </summary>
        internal static string ERR_IllegalVarianceSyntax {
            get {
                return ResourceManager.GetString("ERR_IllegalVarianceSyntax", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The constraints for type parameter &apos;{0}&apos; of method &apos;{1}&apos; must match the constraints for type parameter &apos;{2}&apos; of interface method &apos;{3}&apos;. Consider using an explicit interface implementation instead..
        /// </summary>
        internal static string ERR_ImplBadConstraints {
            get {
                return ResourceManager.GetString("ERR_ImplBadConstraints", resourceCulture);
            }
        }
        
5212 5213 5214 5215 5216 5217 5218 5219 5220
        /// <summary>
        ///   Looks up a localized string similar to The tuple element names in the signature of method &apos;{0}&apos; must match the tuple element names of interface method &apos;{1}&apos; (including on the return type)..
        /// </summary>
        internal static string ERR_ImplBadTupleNames {
            get {
                return ResourceManager.GetString("ERR_ImplBadTupleNames", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238
        /// <summary>
        ///   Looks up a localized string similar to No best type found for implicitly-typed array.
        /// </summary>
        internal static string ERR_ImplicitlyTypedArrayNoBestType {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedArrayNoBestType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Implicitly-typed local variables cannot be fixed.
        /// </summary>
        internal static string ERR_ImplicitlyTypedLocalCannotBeFixed {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedLocalCannotBeFixed", resourceCulture);
            }
        }
        
5239 5240 5241 5242 5243 5244 5245 5246 5247
        /// <summary>
        ///   Looks up a localized string similar to Reference to an implicitly-typed out variable &apos;{0}&apos; is not permitted in the same argument list..
        /// </summary>
        internal static string ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedOutVariableUsedInTheSameArgumentList", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409
        /// <summary>
        ///   Looks up a localized string similar to Cannot initialize an implicitly-typed variable with an array initializer.
        /// </summary>
        internal static string ERR_ImplicitlyTypedVariableAssignedArrayInitializer {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedVariableAssignedArrayInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot assign {0} to an implicitly-typed variable.
        /// </summary>
        internal static string ERR_ImplicitlyTypedVariableAssignedBadValue {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedVariableAssignedBadValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Implicitly-typed variables cannot be constant.
        /// </summary>
        internal static string ERR_ImplicitlyTypedVariableCannotBeConst {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedVariableCannotBeConst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Implicitly-typed variables cannot have multiple declarators.
        /// </summary>
        internal static string ERR_ImplicitlyTypedVariableMultipleDeclarator {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedVariableMultipleDeclarator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Implicitly-typed variables must be initialized.
        /// </summary>
        internal static string ERR_ImplicitlyTypedVariableWithNoInitializer {
            get {
                return ResourceManager.GetString("ERR_ImplicitlyTypedVariableWithNoInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Imported type &apos;{0}&apos; is invalid. It contains a circular base class dependency..
        /// </summary>
        internal static string ERR_ImportedCircularBase {
            get {
                return ResourceManager.GetString("ERR_ImportedCircularBase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The referenced file &apos;{0}&apos; is not an assembly.
        /// </summary>
        internal static string ERR_ImportNonAssembly {
            get {
                return ResourceManager.GetString("ERR_ImportNonAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The property or indexer &apos;{0}&apos; cannot be used in this context because the get accessor is inaccessible.
        /// </summary>
        internal static string ERR_InaccessibleGetter {
            get {
                return ResourceManager.GetString("ERR_InaccessibleGetter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The property or indexer &apos;{0}&apos; cannot be used in this context because the set accessor is inaccessible.
        /// </summary>
        internal static string ERR_InaccessibleSetter {
            get {
                return ResourceManager.GetString("ERR_InaccessibleSetter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An out parameter cannot have the In attribute.
        /// </summary>
        internal static string ERR_InAttrOnOutParam {
            get {
                return ResourceManager.GetString("ERR_InAttrOnOutParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Two indexers have different names; the IndexerName attribute must be used with the same name on every indexer within a type.
        /// </summary>
        internal static string ERR_InconsistentIndexerNames {
            get {
                return ResourceManager.GetString("ERR_InconsistentIndexerNames", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent lambda parameter usage; parameter types must be all explicit or all implicit.
        /// </summary>
        internal static string ERR_InconsistentLambdaParameterUsage {
            get {
                return ResourceManager.GetString("ERR_InconsistentLambdaParameterUsage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The operand of an increment or decrement operator must be a variable, property or indexer.
        /// </summary>
        internal static string ERR_IncrementLvalueExpected {
            get {
                return ResourceManager.GetString("ERR_IncrementLvalueExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indexed property &apos;{0}&apos; must have all arguments optional.
        /// </summary>
        internal static string ERR_IndexedPropertyMustHaveAllOptionalParams {
            get {
                return ResourceManager.GetString("ERR_IndexedPropertyMustHaveAllOptionalParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indexed property &apos;{0}&apos; has non-optional arguments which must be provided.
        /// </summary>
        internal static string ERR_IndexedPropertyRequiresParams {
            get {
                return ResourceManager.GetString("ERR_IndexedPropertyRequiresParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indexers cannot have void type.
        /// </summary>
        internal static string ERR_IndexerCantHaveVoidType {
            get {
                return ResourceManager.GetString("ERR_IndexerCantHaveVoidType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot declare indexers in a static class.
        /// </summary>
        internal static string ERR_IndexerInStaticClass {
            get {
                return ResourceManager.GetString("ERR_IndexerInStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Indexers must have at least one parameter.
        /// </summary>
        internal static string ERR_IndexerNeedsParam {
            get {
                return ResourceManager.GetString("ERR_IndexerNeedsParam", resourceCulture);
            }
        }
        
5410 5411 5412 5413 5414 5415 5416 5417 5418
        /// <summary>
        ///   Looks up a localized string similar to Constructor &apos;{0}&apos; cannot call itself through another constructor.
        /// </summary>
        internal static string ERR_IndirectRecursiveConstructorCall {
            get {
                return ResourceManager.GetString("ERR_IndirectRecursiveConstructorCall", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5419 5420 5421 5422 5423 5424 5425 5426 5427
        /// <summary>
        ///   Looks up a localized string similar to &apos;in&apos; expected.
        /// </summary>
        internal static string ERR_InExpected {
            get {
                return ResourceManager.GetString("ERR_InExpected", resourceCulture);
            }
        }
        
5428 5429 5430 5431 5432 5433 5434 5435 5436
        /// <summary>
        ///   Looks up a localized string similar to The first parameter of an &apos;in&apos; extension method &apos;{0}&apos; must be a value type..
        /// </summary>
        internal static string ERR_InExtensionMustBeValueType {
            get {
                return ResourceManager.GetString("ERR_InExtensionMustBeValueType", resourceCulture);
            }
        }
        
5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454
        /// <summary>
        ///   Looks up a localized string similar to Cannot initialize a by-reference variable with a value.
        /// </summary>
        internal static string ERR_InitializeByReferenceVariableWithValue {
            get {
                return ResourceManager.GetString("ERR_InitializeByReferenceVariableWithValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot initialize a by-value variable with a reference.
        /// </summary>
        internal static string ERR_InitializeByValueVariableWithReference {
            get {
                return ResourceManager.GetString("ERR_InitializeByValueVariableWithReference", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded method match &apos;{0}&apos; for the collection initializer element cannot be used. Collection initializer &apos;Add&apos; methods cannot have ref or out parameters..
        /// </summary>
        internal static string ERR_InitializerAddHasParamModifiers {
            get {
                return ResourceManager.GetString("ERR_InitializerAddHasParamModifiers", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded method match for &apos;{0}&apos; has wrong signature for the initializer element. The initializable Add must be an accessible instance method..
        /// </summary>
        internal static string ERR_InitializerAddHasWrongSignature {
            get {
                return ResourceManager.GetString("ERR_InitializerAddHasWrongSignature", resourceCulture);
            }
        }
5472
        
5473 5474 5475
        /// <summary>
        ///   Looks up a localized string similar to Structs without explicit constructors cannot contain members with initializers..
        /// </summary>
5476 5477
        internal static string ERR_InitializerInStructWithoutExplicitConstructor {
            get {
5478 5479 5480
                return ResourceManager.GetString("ERR_InitializerInStructWithoutExplicitConstructor", resourceCulture);
            }
        }
5481
        
5482
        /// <summary>
5483
        ///   Looks up a localized string similar to Only auto-implemented properties can have initializers..
5484
        /// </summary>
5485 5486
        internal static string ERR_InitializerOnNonAutoProperty {
            get {
5487 5488 5489
                return ResourceManager.GetString("ERR_InitializerOnNonAutoProperty", resourceCulture);
            }
        }
5490
        
P
Pilchie 已提交
5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot declare instance members in a static class.
        /// </summary>
        internal static string ERR_InstanceMemberInStaticClass {
            get {
                return ResourceManager.GetString("ERR_InstanceMemberInStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create an instance of the static class &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_InstantiatingStaticClass {
            get {
                return ResourceManager.GetString("ERR_InstantiatingStaticClass", resourceCulture);
            }
        }
        
5509 5510 5511 5512 5513 5514 5515 5516 5517
        /// <summary>
        ///   Looks up a localized string similar to An expression is too long or complex to compile.
        /// </summary>
        internal static string ERR_InsufficientStack {
            get {
                return ResourceManager.GetString("ERR_InsufficientStack", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688
        /// <summary>
        ///   Looks up a localized string similar to Division by constant zero.
        /// </summary>
        internal static string ERR_IntDivByZero {
            get {
                return ResourceManager.GetString("ERR_IntDivByZero", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type byte, sbyte, short, ushort, int, uint, long, or ulong expected.
        /// </summary>
        internal static string ERR_IntegralTypeExpected {
            get {
                return ResourceManager.GetString("ERR_IntegralTypeExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A value of an integral type expected.
        /// </summary>
        internal static string ERR_IntegralTypeValueExpected {
            get {
                return ResourceManager.GetString("ERR_IntegralTypeValueExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: event in interface cannot have initializer.
        /// </summary>
        internal static string ERR_InterfaceEventInitializer {
            get {
                return ResourceManager.GetString("ERR_InterfaceEventInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Conditional member &apos;{0}&apos; cannot implement interface member &apos;{1}&apos; in type &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_InterfaceImplementedByConditional {
            get {
                return ResourceManager.GetString("ERR_InterfaceImplementedByConditional", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: interface members cannot have a definition.
        /// </summary>
        internal static string ERR_InterfaceMemberHasBody {
            get {
                return ResourceManager.GetString("ERR_InterfaceMemberHasBody", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; in explicit interface declaration is not a member of interface.
        /// </summary>
        internal static string ERR_InterfaceMemberNotFound {
            get {
                return ResourceManager.GetString("ERR_InterfaceMemberNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: interfaces cannot declare types.
        /// </summary>
        internal static string ERR_InterfacesCannotContainTypes {
            get {
                return ResourceManager.GetString("ERR_InterfacesCannotContainTypes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interfaces cannot contain constructors.
        /// </summary>
        internal static string ERR_InterfacesCantContainConstructors {
            get {
                return ResourceManager.GetString("ERR_InterfacesCantContainConstructors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interfaces cannot contain fields.
        /// </summary>
        internal static string ERR_InterfacesCantContainFields {
            get {
                return ResourceManager.GetString("ERR_InterfacesCantContainFields", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interfaces cannot contain operators.
        /// </summary>
        internal static string ERR_InterfacesCantContainOperators {
            get {
                return ResourceManager.GetString("ERR_InterfacesCantContainOperators", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Embedded interop method &apos;{0}&apos; contains a body..
        /// </summary>
        internal static string ERR_InteropMethodWithBody {
            get {
                return ResourceManager.GetString("ERR_InteropMethodWithBody", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Embedded interop struct &apos;{0}&apos; can contain only public instance fields..
        /// </summary>
        internal static string ERR_InteropStructContainsMethods {
            get {
                return ResourceManager.GetString("ERR_InteropStructContainsMethods", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interop type &apos;{0}&apos; cannot be embedded because it is missing the required &apos;{1}&apos; attribute..
        /// </summary>
        internal static string ERR_InteropTypeMissingAttribute {
            get {
                return ResourceManager.GetString("ERR_InteropTypeMissingAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot embed interop type &apos;{0}&apos; found in both assembly &apos;{1}&apos; and &apos;{2}&apos;. Consider setting the &apos;Embed Interop Types&apos; property to false..
        /// </summary>
        internal static string ERR_InteropTypesWithSameNameAndGuid {
            get {
                return ResourceManager.GetString("ERR_InteropTypesWithSameNameAndGuid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Integral constant is too large.
        /// </summary>
        internal static string ERR_IntOverflow {
            get {
                return ResourceManager.GetString("ERR_IntOverflow", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot take the address of the given expression.
        /// </summary>
        internal static string ERR_InvalidAddrOp {
            get {
                return ResourceManager.GetString("ERR_InvalidAddrOp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid anonymous type member declarator. Anonymous type members must be declared with a member assignment, simple name or member access..
        /// </summary>
        internal static string ERR_InvalidAnonymousTypeMemberDeclarator {
            get {
                return ResourceManager.GetString("ERR_InvalidAnonymousTypeMemberDeclarator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid rank specifier: expected &apos;,&apos; or &apos;]&apos;.
        /// </summary>
        internal static string ERR_InvalidArray {
            get {
                return ResourceManager.GetString("ERR_InvalidArray", resourceCulture);
            }
        }
        
5689 5690 5691 5692 5693 5694 5695 5696 5697
        /// <summary>
        ///   Looks up a localized string similar to Assembly culture strings may not contain embedded NUL characters..
        /// </summary>
        internal static string ERR_InvalidAssemblyCulture {
            get {
                return ResourceManager.GetString("ERR_InvalidAssemblyCulture", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733
        /// <summary>
        ///   Looks up a localized string similar to Executables cannot be satellite assemblies; culture should always be empty.
        /// </summary>
        internal static string ERR_InvalidAssemblyCultureForExe {
            get {
                return ResourceManager.GetString("ERR_InvalidAssemblyCultureForExe", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly reference &apos;{0}&apos; is invalid and cannot be resolved.
        /// </summary>
        internal static string ERR_InvalidAssemblyName {
            get {
                return ResourceManager.GetString("ERR_InvalidAssemblyName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid value for argument to &apos;{0}&apos; attribute.
        /// </summary>
        internal static string ERR_InvalidAttributeArgument {
            get {
                return ResourceManager.GetString("ERR_InvalidAttributeArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is of type &apos;{1}&apos;. The type specified in a constant declaration must be sbyte, byte, short, ushort, int, uint, long, ulong, char, float, double, decimal, bool, string, an enum-type, or a reference-type..
        /// </summary>
        internal static string ERR_InvalidConstantDeclarationType {
            get {
                return ResourceManager.GetString("ERR_InvalidConstantDeclarationType", resourceCulture);
            }
        }
        
B
BattleRush 已提交
5734
        /// <summary>
B
BattleRush 已提交
5735
        ///   Looks up a localized string similar to Unable to read debug information of method &apos;{0}&apos; (token 0x{1:X8}) from assembly &apos;{2}&apos;.
B
BattleRush 已提交
5736 5737 5738 5739 5740 5741 5742
        /// </summary>
        internal static string ERR_InvalidDebugInfo {
            get {
                return ResourceManager.GetString("ERR_InvalidDebugInfo", resourceCulture);
            }
        }
        
5743 5744 5745 5746 5747 5748 5749 5750 5751
        /// <summary>
        ///   Looks up a localized string similar to Invalid debug information format: {0}.
        /// </summary>
        internal static string ERR_InvalidDebugInformationFormat {
            get {
                return ResourceManager.GetString("ERR_InvalidDebugInformationFormat", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778
        /// <summary>
        ///   Looks up a localized string similar to Delegate &apos;{0}&apos; has no invoke method or an invoke method with a return type or parameter types that are not supported..
        /// </summary>
        internal static string ERR_InvalidDelegateType {
            get {
                return ResourceManager.GetString("ERR_InvalidDelegateType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expression must be implicitly convertible to Boolean or its type &apos;{0}&apos; must define operator &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_InvalidDynamicCondition {
            get {
                return ResourceManager.GetString("ERR_InvalidDynamicCondition", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid expression term &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_InvalidExprTerm {
            get {
                return ResourceManager.GetString("ERR_InvalidExprTerm", resourceCulture);
            }
        }
        
5779 5780 5781 5782 5783 5784 5785 5786 5787
        /// <summary>
        ///   Looks up a localized string similar to Invalid file section alignment &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_InvalidFileAlignment {
            get {
                return ResourceManager.GetString("ERR_InvalidFileAlignment", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832
        /// <summary>
        ///   Looks up a localized string similar to Fixed size buffers must have a length greater than zero.
        /// </summary>
        internal static string ERR_InvalidFixedArraySize {
            get {
                return ResourceManager.GetString("ERR_InvalidFixedArraySize", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Command-line syntax error: Invalid Guid format &apos;{0}&apos; for option &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_InvalidFormatForGuidForOption {
            get {
                return ResourceManager.GetString("ERR_InvalidFormatForGuidForOption", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid type specified as an argument for TypeForwardedTo attribute.
        /// </summary>
        internal static string ERR_InvalidFwdType {
            get {
                return ResourceManager.GetString("ERR_InvalidFwdType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A goto case is only valid inside a switch statement.
        /// </summary>
        internal static string ERR_InvalidGotoCase {
            get {
                return ResourceManager.GetString("ERR_InvalidGotoCase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid initializer member declarator.
        /// </summary>
        internal static string ERR_InvalidInitializerElementInitializer {
            get {
                return ResourceManager.GetString("ERR_InvalidInitializerElementInitializer", resourceCulture);
            }
        }
        
A
Artur Spychaj 已提交
5833 5834 5835 5836 5837 5838 5839 5840 5841
        /// <summary>
        ///   Looks up a localized string similar to Invalid instrumentation kind: {0}.
        /// </summary>
        internal static string ERR_InvalidInstrumentationKind {
            get {
                return ResourceManager.GetString("ERR_InvalidInstrumentationKind", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877
        /// <summary>
        ///   Looks up a localized string similar to The line number specified for #line directive is missing or invalid.
        /// </summary>
        internal static string ERR_InvalidLineNumber {
            get {
                return ResourceManager.GetString("ERR_InvalidLineNumber", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid token &apos;{0}&apos; in class, struct, or interface member declaration.
        /// </summary>
        internal static string ERR_InvalidMemberDecl {
            get {
                return ResourceManager.GetString("ERR_InvalidMemberDecl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid value for named attribute argument &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_InvalidNamedArgument {
            get {
                return ResourceManager.GetString("ERR_InvalidNamedArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid number.
        /// </summary>
        internal static string ERR_InvalidNumber {
            get {
                return ResourceManager.GetString("ERR_InvalidNumber", resourceCulture);
            }
        }
        
5878 5879 5880 5881 5882 5883 5884 5885 5886
        /// <summary>
        ///   Looks up a localized string similar to Invalid output name: {0}.
        /// </summary>
        internal static string ERR_InvalidOutputName {
            get {
                return ResourceManager.GetString("ERR_InvalidOutputName", resourceCulture);
            }
        }
        
5887
        /// <summary>
A
Andy Gocke 已提交
5888
        ///   Looks up a localized string similar to The pathmap option was incorrectly formatted..
5889 5890 5891 5892 5893 5894 5895
        /// </summary>
        internal static string ERR_InvalidPathMap {
            get {
                return ResourceManager.GetString("ERR_InvalidPathMap", resourceCulture);
            }
        }
        
O
Omar Tawfik 已提交
5896 5897 5898 5899 5900 5901 5902 5903 5904
        /// <summary>
        ///   Looks up a localized string similar to Invalid name for a preprocessing symbol; &apos;{0}&apos; is not a valid identifier.
        /// </summary>
        internal static string ERR_InvalidPreprocessingSymbol {
            get {
                return ResourceManager.GetString("ERR_InvalidPreprocessingSymbol", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931
        /// <summary>
        ///   Looks up a localized string similar to Invalid preprocessor expression.
        /// </summary>
        internal static string ERR_InvalidPreprocExpr {
            get {
                return ResourceManager.GetString("ERR_InvalidPreprocExpr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The accessibility modifier of the &apos;{0}&apos; accessor must be more restrictive than the property or indexer &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_InvalidPropertyAccessMod {
            get {
                return ResourceManager.GetString("ERR_InvalidPropertyAccessMod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type of conditional expression cannot be determined because there is no implicit conversion between &apos;{0}&apos; and &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_InvalidQM {
            get {
                return ResourceManager.GetString("ERR_InvalidQM", resourceCulture);
            }
        }
        
5932 5933 5934 5935 5936 5937 5938 5939 5940
        /// <summary>
        ///   Looks up a localized string similar to Invalid real literal..
        /// </summary>
        internal static string ERR_InvalidReal {
            get {
                return ResourceManager.GetString("ERR_InvalidReal", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5941 5942 5943 5944 5945 5946 5947 5948 5949
        /// <summary>
        ///   Looks up a localized string similar to Invalid signature public key specified in AssemblySignatureKeyAttribute..
        /// </summary>
        internal static string ERR_InvalidSignaturePublicKey {
            get {
                return ResourceManager.GetString("ERR_InvalidSignaturePublicKey", resourceCulture);
            }
        }
        
5950 5951 5952 5953 5954 5955 5956 5957 5958
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid format specifier.
        /// </summary>
        internal static string ERR_InvalidSpecifier {
            get {
                return ResourceManager.GetString("ERR_InvalidSpecifier", resourceCulture);
            }
        }
        
5959 5960 5961 5962 5963 5964 5965 5966 5967
        /// <summary>
        ///   Looks up a localized string similar to Invalid version {0} for /subsystemversion. The version must be 6.02 or greater for ARM or AppContainerExe, and 4.00 or greater otherwise.
        /// </summary>
        internal static string ERR_InvalidSubsystemVersion {
            get {
                return ResourceManager.GetString("ERR_InvalidSubsystemVersion", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5968 5969 5970 5971 5972 5973 5974 5975 5976 5977
        /// <summary>
        ///   Looks up a localized string similar to The specified version string does not conform to the required format - major[.minor[.build[.revision]]].
        /// </summary>
        internal static string ERR_InvalidVersionFormat {
            get {
                return ResourceManager.GetString("ERR_InvalidVersionFormat", resourceCulture);
            }
        }
        
        /// <summary>
5978
        ///   Looks up a localized string similar to The specified version string does not conform to the required format - major.minor.build.revision (without wildcards).
P
Pilchie 已提交
5979 5980 5981 5982 5983 5984 5985
        /// </summary>
        internal static string ERR_InvalidVersionFormat2 {
            get {
                return ResourceManager.GetString("ERR_InvalidVersionFormat2", resourceCulture);
            }
        }
        
5986 5987 5988 5989 5990 5991 5992 5993 5994
        /// <summary>
        ///   Looks up a localized string similar to The specified version string contains wildcards, which are not compatible with determinism. Either remove wildcards from the version string, or disable determinism for this compilation.
        /// </summary>
        internal static string ERR_InvalidVersionFormatDeterministic {
            get {
                return ResourceManager.GetString("ERR_InvalidVersionFormatDeterministic", resourceCulture);
            }
        }
        
P
Pilchie 已提交
5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030
        /// <summary>
        ///   Looks up a localized string similar to Yield statements may not appear at the top level in interactive code..
        /// </summary>
        internal static string ERR_IteratorInInteractive {
            get {
                return ResourceManager.GetString("ERR_IteratorInInteractive", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No such label &apos;{0}&apos; within the scope of the goto statement.
        /// </summary>
        internal static string ERR_LabelNotFound {
            get {
                return ResourceManager.GetString("ERR_LabelNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The label &apos;{0}&apos; shadows another label by the same name in a contained scope.
        /// </summary>
        internal static string ERR_LabelShadow {
            get {
                return ResourceManager.GetString("ERR_LabelShadow", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The first operand of an &apos;is&apos; or &apos;as&apos; operator may not be a lambda expression, anonymous method, or method group..
        /// </summary>
        internal static string ERR_LambdaInIsAs {
            get {
                return ResourceManager.GetString("ERR_LambdaInIsAs", resourceCulture);
            }
        }
        
6031 6032 6033 6034 6035 6036 6037 6038 6039
        /// <summary>
        ///   Looks up a localized string similar to Specified language version &apos;{0}&apos; cannot have leading zeroes.
        /// </summary>
        internal static string ERR_LanguageVersionCannotHaveLeadingZeroes {
            get {
                return ResourceManager.GetString("ERR_LanguageVersionCannotHaveLeadingZeroes", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6040 6041 6042 6043 6044 6045 6046 6047 6048
        /// <summary>
        ///   Looks up a localized string similar to { expected.
        /// </summary>
        internal static string ERR_LbraceExpected {
            get {
                return ResourceManager.GetString("ERR_LbraceExpected", resourceCulture);
            }
        }
        
6049 6050 6051 6052 6053 6054 6055 6056 6057
        /// <summary>
        ///   Looks up a localized string similar to &apos;id#&apos; syntax is no longer supported. Use &apos;$id&apos; instead..
        /// </summary>
        internal static string ERR_LegacyObjectIdSyntax {
            get {
                return ResourceManager.GetString("ERR_LegacyObjectIdSyntax", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075
        /// <summary>
        ///   Looks up a localized string similar to Linked netmodule metadata must provide a full PE image: &apos;{0}&apos;..
        /// </summary>
        internal static string ERR_LinkedNetmoduleMetadataMustProvideFullPEImage {
            get {
                return ResourceManager.GetString("ERR_LinkedNetmoduleMetadataMustProvideFullPEImage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Literal of type double cannot be implicitly converted to type &apos;{1}&apos;; use an &apos;{0}&apos; suffix to create a literal of this type.
        /// </summary>
        internal static string ERR_LiteralDoubleCast {
            get {
                return ResourceManager.GetString("ERR_LiteralDoubleCast", resourceCulture);
            }
        }
        
6076 6077 6078 6079 6080 6081 6082 6083 6084
        /// <summary>
        ///   Looks up a localized string similar to #load is only allowed in scripts.
        /// </summary>
        internal static string ERR_LoadDirectiveOnlyAllowedInScripts {
            get {
                return ResourceManager.GetString("ERR_LoadDirectiveOnlyAllowedInScripts", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6085 6086 6087 6088 6089 6090 6091 6092 6093 6094
        /// <summary>
        ///   Looks up a localized string similar to Local &apos;{0}&apos; or its members cannot have their address taken and be used inside an anonymous method or lambda expression.
        /// </summary>
        internal static string ERR_LocalCantBeFixedAndHoisted {
            get {
                return ResourceManager.GetString("ERR_LocalCantBeFixedAndHoisted", resourceCulture);
            }
        }
        
        /// <summary>
6095
        ///   Looks up a localized string similar to A local variable or function named &apos;{0}&apos; is already defined in this scope.
P
Pilchie 已提交
6096 6097 6098 6099 6100 6101 6102
        /// </summary>
        internal static string ERR_LocalDuplicate {
            get {
                return ResourceManager.GetString("ERR_LocalDuplicate", resourceCulture);
            }
        }
        
6103 6104 6105 6106 6107 6108 6109 6110 6111
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is a local function and must therefore always have a body..
        /// </summary>
        internal static string ERR_LocalFunctionMissingBody {
            get {
                return ResourceManager.GetString("ERR_LocalFunctionMissingBody", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6112 6113 6114 6115 6116 6117 6118 6119 6120 6121
        /// <summary>
        ///   Looks up a localized string similar to A local or parameter named &apos;{0}&apos; cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter.
        /// </summary>
        internal static string ERR_LocalIllegallyOverrides {
            get {
                return ResourceManager.GetString("ERR_LocalIllegallyOverrides", resourceCulture);
            }
        }
        
        /// <summary>
6122
        ///   Looks up a localized string similar to &apos;{0}&apos;: a parameter, local variable, or local function cannot have the same name as a method type parameter.
P
Pilchie 已提交
6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273
        /// </summary>
        internal static string ERR_LocalSameNameAsTypeParam {
            get {
                return ResourceManager.GetString("ERR_LocalSameNameAsTypeParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Embedding the interop type &apos;{0}&apos; from assembly &apos;{1}&apos; causes a name clash in the current assembly. Consider setting the &apos;Embed Interop Types&apos; property to false..
        /// </summary>
        internal static string ERR_LocalTypeNameClash {
            get {
                return ResourceManager.GetString("ERR_LocalTypeNameClash", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a reference type as required by the lock statement.
        /// </summary>
        internal static string ERR_LockNeedsReference {
            get {
                return ResourceManager.GetString("ERR_LockNeedsReference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot do member lookup in &apos;{0}&apos; because it is a type parameter.
        /// </summary>
        internal static string ERR_LookupInTypeVariable {
            get {
                return ResourceManager.GetString("ERR_LookupInTypeVariable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use &apos;{0}&apos; for Main method because it is imported.
        /// </summary>
        internal static string ERR_MainClassIsImport {
            get {
                return ResourceManager.GetString("ERR_MainClassIsImport", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; specified for Main method must be a valid non-generic class or struct.
        /// </summary>
        internal static string ERR_MainClassNotClass {
            get {
                return ResourceManager.GetString("ERR_MainClassNotClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not find &apos;{0}&apos; specified for Main method.
        /// </summary>
        internal static string ERR_MainClassNotFound {
            get {
                return ResourceManager.GetString("ERR_MainClassNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot take the address of, get the size of, or declare a pointer to a managed type (&apos;{0}&apos;).
        /// </summary>
        internal static string ERR_ManagedAddr {
            get {
                return ResourceManager.GetString("ERR_ManagedAddr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unmanaged type &apos;{0}&apos; not valid for fields..
        /// </summary>
        internal static string ERR_MarshalUnmanagedTypeNotValidForFields {
            get {
                return ResourceManager.GetString("ERR_MarshalUnmanagedTypeNotValidForFields", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unmanaged type &apos;{0}&apos; is only valid for fields..
        /// </summary>
        internal static string ERR_MarshalUnmanagedTypeOnlyValidForFields {
            get {
                return ResourceManager.GetString("ERR_MarshalUnmanagedTypeOnlyValidForFields", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{1}&apos; already defines a member called &apos;{0}&apos; with the same parameter types.
        /// </summary>
        internal static string ERR_MemberAlreadyExists {
            get {
                return ResourceManager.GetString("ERR_MemberAlreadyExists", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate initialization of member &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_MemberAlreadyInitialized {
            get {
                return ResourceManager.GetString("ERR_MemberAlreadyInitialized", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Member &apos;{0}&apos; cannot be initialized. It is not a field or property..
        /// </summary>
        internal static string ERR_MemberCannotBeInitialized {
            get {
                return ResourceManager.GetString("ERR_MemberCannotBeInitialized", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: member names cannot be the same as their enclosing type.
        /// </summary>
        internal static string ERR_MemberNameSameAsType {
            get {
                return ResourceManager.GetString("ERR_MemberNameSameAsType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method must have a return type.
        /// </summary>
        internal static string ERR_MemberNeedsType {
            get {
                return ResourceManager.GetString("ERR_MemberNeedsType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{1}&apos; already reserves a member called &apos;{0}&apos; with the same parameter types.
        /// </summary>
        internal static string ERR_MemberReserved {
            get {
                return ResourceManager.GetString("ERR_MemberReserved", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain a method group.
        /// </summary>
        internal static string ERR_MemGroupInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_MemGroupInExpressionTree", resourceCulture);
            }
        }
        
6274 6275 6276 6277 6278 6279 6280 6281
        /// <summary>
        ///   Looks up a localized string similar to Merge conflict marker encountered.
        /// </summary>
        internal static string ERR_Merge_conflict_marker_encountered {
            get {
                return ResourceManager.GetString("ERR_Merge_conflict_marker_encountered", resourceCulture);
            }
        }
P
Pilchie 已提交
6282 6283 6284 6285 6286 6287 6288 6289 6290 6291
        
        /// <summary>
        ///   Looks up a localized string similar to Name &apos;{0}&apos; exceeds the maximum length allowed in metadata..
        /// </summary>
        internal static string ERR_MetadataNameTooLong {
            get {
                return ResourceManager.GetString("ERR_MetadataNameTooLong", resourceCulture);
            }
        }
        
6292
        /// <summary>
6293
        ///   Looks up a localized string similar to Metadata references are not supported..
6294 6295 6296 6297 6298 6299 6300
        /// </summary>
        internal static string ERR_MetadataReferencesNotSupported {
            get {
                return ResourceManager.GetString("ERR_MetadataReferencesNotSupported", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354
        /// <summary>
        ///   Looks up a localized string similar to No overload for &apos;{0}&apos; matches delegate &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_MethDelegateMismatch {
            get {
                return ResourceManager.GetString("ERR_MethDelegateMismatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert method group &apos;{0}&apos; to non-delegate type &apos;{1}&apos;. Did you intend to invoke the method?.
        /// </summary>
        internal static string ERR_MethGrpToNonDel {
            get {
                return ResourceManager.GetString("ERR_MethGrpToNonDel", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot make reference to variable of type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_MethodArgCantBeRefAny {
            get {
                return ResourceManager.GetString("ERR_MethodArgCantBeRefAny", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method &apos;{0}&apos; cannot implement interface accessor &apos;{1}&apos; for type &apos;{2}&apos;. Use an explicit interface implementation..
        /// </summary>
        internal static string ERR_MethodImplementingAccessor {
            get {
                return ResourceManager.GetString("ERR_MethodImplementingAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method name expected.
        /// </summary>
        internal static string ERR_MethodNameExpected {
            get {
                return ResourceManager.GetString("ERR_MethodNameExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method or delegate cannot return type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_MethodReturnCantBeRefAny {
            get {
                return ResourceManager.GetString("ERR_MethodReturnCantBeRefAny", resourceCulture);
            }
        }
        
6355
        /// <summary>
V
vsadov 已提交
6356
        ///   Looks up a localized string similar to Branches of a ref ternary operator cannot refer to variables with incompatible declaration scopes.
6357 6358 6359 6360 6361 6362 6363
        /// </summary>
        internal static string ERR_MismatchedRefEscapeInTernary {
            get {
                return ResourceManager.GetString("ERR_MismatchedRefEscapeInTernary", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388
        /// <summary>
        ///   Looks up a localized string similar to Argument missing.
        /// </summary>
        internal static string ERR_MissingArgument {
            get {
                return ResourceManager.GetString("ERR_MissingArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Array creation must have array size or array initializer.
        /// </summary>
        internal static string ERR_MissingArraySize {
            get {
                return ResourceManager.GetString("ERR_MissingArraySize", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The managed coclass wrapper class &apos;{0}&apos; for interface &apos;{1}&apos; cannot be found (are you missing an assembly reference?).
        /// </summary>
        internal static string ERR_MissingCoClass {
            get {
                return ResourceManager.GetString("ERR_MissingCoClass", resourceCulture);
            }
A
AlekseyTs 已提交
6389 6390 6391 6392 6393 6394 6395 6396 6397
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The /pdb option requires that the /debug option also be used.
        /// </summary>
        internal static string ERR_MissingDebugSwitch {
            get {
                return ResourceManager.GetString("ERR_MissingDebugSwitch", resourceCulture);
            }
P
Pilchie 已提交
6398 6399
        }
        
6400
        /// <summary>
6401
        ///   Looks up a localized string similar to No suitable Deconstruct instance or extension method was found for type &apos;{0}&apos;, with {1} out parameters and a void return type..
6402 6403 6404 6405 6406 6407 6408
        /// </summary>
        internal static string ERR_MissingDeconstruct {
            get {
                return ResourceManager.GetString("ERR_MissingDeconstruct", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498
        /// <summary>
        ///   Looks up a localized string similar to Command-line syntax error: Missing Guid for option &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_MissingGuidForOption {
            get {
                return ResourceManager.GetString("ERR_MissingGuidForOption", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Source interface &apos;{0}&apos; is missing method &apos;{1}&apos; which is required to embed event &apos;{2}&apos;..
        /// </summary>
        internal static string ERR_MissingMethodOnSourceInterface {
            get {
                return ResourceManager.GetString("ERR_MissingMethodOnSourceInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reference to &apos;{0}&apos; netmodule missing..
        /// </summary>
        internal static string ERR_MissingNetModuleReference {
            get {
                return ResourceManager.GetString("ERR_MissingNetModuleReference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing partial modifier on declaration of type &apos;{0}&apos;; another partial declaration of this type exists.
        /// </summary>
        internal static string ERR_MissingPartial {
            get {
                return ResourceManager.GetString("ERR_MissingPartial", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Quoted file name, single-line comment or end-of-line expected.
        /// </summary>
        internal static string ERR_MissingPPFile {
            get {
                return ResourceManager.GetString("ERR_MissingPPFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing compiler required member &apos;{0}.{1}&apos;.
        /// </summary>
        internal static string ERR_MissingPredefinedMember {
            get {
                return ResourceManager.GetString("ERR_MissingPredefinedMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interface &apos;{0}&apos; has an invalid source interface which is required to embed event &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_MissingSourceInterface {
            get {
                return ResourceManager.GetString("ERR_MissingSourceInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute.
        /// </summary>
        internal static string ERR_MissingStructOffset {
            get {
                return ResourceManager.GetString("ERR_MissingStructOffset", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reference to type &apos;{0}&apos; claims it is defined in &apos;{1}&apos;, but it could not be found.
        /// </summary>
        internal static string ERR_MissingTypeInAssembly {
            get {
                return ResourceManager.GetString("ERR_MissingTypeInAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reference to type &apos;{0}&apos; claims it is defined in this assembly, but it is not defined in source or any added modules.
        /// </summary>
        internal static string ERR_MissingTypeInSource {
            get {
                return ResourceManager.GetString("ERR_MissingTypeInSource", resourceCulture);
            }
        }
        
6499
        /// <summary>
6500
        ///   Looks up a localized string similar to A deconstruction cannot mix declarations and expressions on the left-hand-side..
6501
        /// </summary>
6502
        internal static string ERR_MixedDeconstructionUnsupported {
6503
            get {
6504
                return ResourceManager.GetString("ERR_MixedDeconstructionUnsupported", resourceCulture);
6505 6506 6507
            }
        }
        
P
Pilchie 已提交
6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot implement &apos;{1}&apos; because &apos;{2}&apos; is a Windows Runtime event and &apos;{3}&apos; is a regular .NET event..
        /// </summary>
        internal static string ERR_MixingWinRTEventWithRegular {
            get {
                return ResourceManager.GetString("ERR_MixingWinRTEventWithRegular", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to emit module &apos;{0}&apos;..
        /// </summary>
        internal static string ERR_ModuleEmitFailure {
            get {
                return ResourceManager.GetString("ERR_ModuleEmitFailure", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Program has more than one entry point defined. Compile with /main to specify the type that contains the entry point..
        /// </summary>
        internal static string ERR_MultipleEntryPoints {
            get {
                return ResourceManager.GetString("ERR_MultipleEntryPoints", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to foreach statement cannot operate on variables of type &apos;{0}&apos; because it implements multiple instantiations of &apos;{1}&apos;; try casting to a specific interface instantiation.
        /// </summary>
        internal static string ERR_MultipleIEnumOfT {
            get {
                return ResourceManager.GetString("ERR_MultipleIEnumOfT", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use more than one type in a for, using, fixed, or declaration statement.
        /// </summary>
        internal static string ERR_MultiTypeInDeclaration {
            get {
                return ResourceManager.GetString("ERR_MultiTypeInDeclaration", resourceCulture);
            }
        }
        
6553 6554 6555 6556 6557 6558 6559 6560 6561
        /// <summary>
        ///   Looks up a localized string similar to A foreach loop must declare its iteration variables..
        /// </summary>
        internal static string ERR_MustDeclareForeachIteration {
            get {
                return ResourceManager.GetString("ERR_MustDeclareForeachIteration", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6562 6563 6564 6565 6566 6567 6568 6569 6570
        /// <summary>
        ///   Looks up a localized string similar to In order for &apos;{0}&apos; to be applicable as a short circuit operator, its declaring type &apos;{1}&apos; must define operator true and operator false.
        /// </summary>
        internal static string ERR_MustHaveOpTF {
            get {
                return ResourceManager.GetString("ERR_MustHaveOpTF", resourceCulture);
            }
        }
        
6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588
        /// <summary>
        ///   Looks up a localized string similar to By-value returns may only be used in methods that return by value.
        /// </summary>
        internal static string ERR_MustHaveRefReturn {
            get {
                return ResourceManager.GetString("ERR_MustHaveRefReturn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to By-reference returns may only be used in methods that return by reference.
        /// </summary>
        internal static string ERR_MustNotHaveRefReturn {
            get {
                return ResourceManager.GetString("ERR_MustNotHaveRefReturn", resourceCulture);
            }
        }
        
6589 6590 6591 6592 6593 6594 6595 6596 6597
        /// <summary>
        ///   Looks up a localized string similar to Compilation options &apos;{0}&apos; and &apos;{1}&apos; can&apos;t both be specified at the same time..
        /// </summary>
        internal static string ERR_MutuallyExclusiveOptions {
            get {
                return ResourceManager.GetString("ERR_MutuallyExclusiveOptions", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616
        /// <summary>
        ///   Looks up a localized string similar to Named attribute argument expected.
        /// </summary>
        internal static string ERR_NamedArgumentExpected {
            get {
                return ResourceManager.GetString("ERR_NamedArgumentExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An array access may not have a named argument specifier.
        /// </summary>
        internal static string ERR_NamedArgumentForArray {
            get {
                return ResourceManager.GetString("ERR_NamedArgumentForArray", resourceCulture);
            }
        }
        
        /// <summary>
6617
        ///   Looks up a localized string similar to Named argument specifications must appear after all fixed arguments have been specified. Please use language version {0} or greater to allow non-trailing named arguments..
P
Pilchie 已提交
6618 6619 6620 6621 6622 6623 6624
        /// </summary>
        internal static string ERR_NamedArgumentSpecificationBeforeFixedArgument {
            get {
                return ResourceManager.GetString("ERR_NamedArgumentSpecificationBeforeFixedArgument", resourceCulture);
            }
        }
        
6625 6626 6627 6628 6629 6630 6631 6632 6633
        /// <summary>
        ///   Looks up a localized string similar to Named argument specifications must appear after all fixed arguments have been specified in a dynamic invocation..
        /// </summary>
        internal static string ERR_NamedArgumentSpecificationBeforeFixedArgumentInDynamicInvocation {
            get {
                return ResourceManager.GetString("ERR_NamedArgumentSpecificationBeforeFixedArgumentInDynamicInvocation", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660
        /// <summary>
        ///   Looks up a localized string similar to Named argument &apos;{0}&apos; specifies a parameter for which a positional argument has already been given.
        /// </summary>
        internal static string ERR_NamedArgumentUsedInPositional {
            get {
                return ResourceManager.GetString("ERR_NamedArgumentUsedInPositional", 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 ERR_NameNotInContext {
            get {
                return ResourceManager.GetString("ERR_NameNotInContext", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The name &apos;{0}&apos; does not exist in the current context (are you missing a reference to assembly &apos;{1}&apos;?).
        /// </summary>
        internal static string ERR_NameNotInContextPossibleMissingReference {
            get {
                return ResourceManager.GetString("ERR_NameNotInContextPossibleMissingReference", resourceCulture);
            }
        }
        
6661 6662 6663 6664 6665 6666 6667 6668 6669
        /// <summary>
        ///   Looks up a localized string similar to Extension method groups are not allowed as an argument to &apos;nameof&apos;..
        /// </summary>
        internal static string ERR_NameofExtensionMethod {
            get {
                return ResourceManager.GetString("ERR_NameofExtensionMethod", resourceCulture);
            }
        }
        
6670 6671 6672 6673 6674 6675 6676 6677 6678
        /// <summary>
        ///   Looks up a localized string similar to Type parameters are not allowed on a method group as an argument to &apos;nameof&apos;..
        /// </summary>
        internal static string ERR_NameofMethodGroupWithTypeParameters {
            get {
                return ResourceManager.GetString("ERR_NameofMethodGroupWithTypeParameters", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6679
        /// <summary>
6680
        ///   Looks up a localized string similar to Cannot declare namespace in script code.
P
Pilchie 已提交
6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795
        /// </summary>
        internal static string ERR_NamespaceNotAllowedInScript {
            get {
                return ResourceManager.GetString("ERR_NamespaceNotAllowedInScript", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A namespace cannot directly contain members such as fields or methods.
        /// </summary>
        internal static string ERR_NamespaceUnexpected {
            get {
                return ResourceManager.GetString("ERR_NamespaceUnexpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create an array with a negative size.
        /// </summary>
        internal static string ERR_NegativeArraySize {
            get {
                return ResourceManager.GetString("ERR_NegativeArraySize", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use a negative size with stackalloc.
        /// </summary>
        internal static string ERR_NegativeStackAllocSize {
            get {
                return ResourceManager.GetString("ERR_NegativeStackAllocSize", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Module name &apos;{0}&apos; stored in &apos;{1}&apos; must match its filename..
        /// </summary>
        internal static string ERR_NetModuleNameMismatch {
            get {
                return ResourceManager.GetString("ERR_NetModuleNameMismatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Module &apos;{0}&apos; is already defined in this assembly. Each module must have a unique filename..
        /// </summary>
        internal static string ERR_NetModuleNameMustBeUnique {
            get {
                return ResourceManager.GetString("ERR_NetModuleNameMustBeUnique", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The new() constraint must be the last constraint specified.
        /// </summary>
        internal static string ERR_NewBoundMustBeLast {
            get {
                return ResourceManager.GetString("ERR_NewBoundMustBeLast", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;new()&apos; constraint cannot be used with the &apos;struct&apos; constraint.
        /// </summary>
        internal static string ERR_NewBoundWithVal {
            get {
                return ResourceManager.GetString("ERR_NewBoundWithVal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interop type &apos;{0}&apos; cannot be embedded. Use the applicable interface instead..
        /// </summary>
        internal static string ERR_NewCoClassOnLink {
            get {
                return ResourceManager.GetString("ERR_NewCoClassOnLink", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{2}&apos; must be a non-abstract type with a public parameterless constructor in order to use it as parameter &apos;{1}&apos; in the generic type or method &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_NewConstraintNotSatisfied {
            get {
                return ResourceManager.GetString("ERR_NewConstraintNotSatisfied", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Newline in constant.
        /// </summary>
        internal static string ERR_NewlineInConst {
            get {
                return ResourceManager.GetString("ERR_NewlineInConst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot provide arguments when creating an instance of a variable type.
        /// </summary>
        internal static string ERR_NewTyvarWithArgs {
            get {
                return ResourceManager.GetString("ERR_NewTyvarWithArgs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is a new virtual member in sealed class &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NewVirtualInSealed {
            get {
                return ResourceManager.GetString("ERR_NewVirtualInSealed", resourceCulture);
            }
        }
        
6796 6797 6798 6799 6800 6801 6802 6803 6804
        /// <summary>
        ///   Looks up a localized string similar to &apos;new&apos; cannot be used with tuple type. Use a tuple literal expression instead..
        /// </summary>
        internal static string ERR_NewWithTupleTypeSyntax {
            get {
                return ResourceManager.GetString("ERR_NewWithTupleTypeSyntax", resourceCulture);
            }
        }
        
6805 6806 6807 6808 6809 6810 6811 6812 6813
        /// <summary>
        ///   Looks up a localized string similar to A &apos;using static&apos; directive cannot be used to declare an alias.
        /// </summary>
        internal static string ERR_NoAliasHere {
            get {
                return ResourceManager.GetString("ERR_NoAliasHere", resourceCulture);
            }
        }
        
P
Pilchie 已提交
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048
        /// <summary>
        ///   Looks up a localized string similar to A base class is required for a &apos;base&apos; reference.
        /// </summary>
        internal static string ERR_NoBaseClass {
            get {
                return ResourceManager.GetString("ERR_NoBaseClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No enclosing loop out of which to break or continue.
        /// </summary>
        internal static string ERR_NoBreakOrCont {
            get {
                return ResourceManager.GetString("ERR_NoBreakOrCont", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot find the interop type that matches the embedded interop type &apos;{0}&apos;. Are you missing an assembly reference?.
        /// </summary>
        internal static string ERR_NoCanonicalView {
            get {
                return ResourceManager.GetString("ERR_NoCanonicalView", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{0}&apos; has no constructors defined.
        /// </summary>
        internal static string ERR_NoConstructors {
            get {
                return ResourceManager.GetString("ERR_NoConstructors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CallerFilePathAttribute cannot be applied because there are no standard conversions from type &apos;{0}&apos; to type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoConversionForCallerFilePathParam {
            get {
                return ResourceManager.GetString("ERR_NoConversionForCallerFilePathParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CallerLineNumberAttribute cannot be applied because there are no standard conversions from type &apos;{0}&apos; to type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoConversionForCallerLineNumberParam {
            get {
                return ResourceManager.GetString("ERR_NoConversionForCallerLineNumberParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CallerMemberNameAttribute cannot be applied because there are no standard conversions from type &apos;{0}&apos; to type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoConversionForCallerMemberNameParam {
            get {
                return ResourceManager.GetString("ERR_NoConversionForCallerMemberNameParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A value of type &apos;{0}&apos; cannot be used as a default parameter because there are no standard conversions to type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoConversionForDefaultParam {
            get {
                return ResourceManager.GetString("ERR_NoConversionForDefaultParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A value of type &apos;{0}&apos; cannot be used as default parameter for nullable parameter &apos;{1}&apos; because &apos;{0}&apos; is not a simple type.
        /// </summary>
        internal static string ERR_NoConversionForNubDefaultParam {
            get {
                return ResourceManager.GetString("ERR_NoConversionForNubDefaultParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: type used in a using statement must be implicitly convertible to &apos;System.IDisposable&apos;.
        /// </summary>
        internal static string ERR_NoConvToIDisp {
            get {
                return ResourceManager.GetString("ERR_NoConvToIDisp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There is no argument given that corresponds to the required formal parameter &apos;{0}&apos; of &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoCorrespondingArgument {
            get {
                return ResourceManager.GetString("ERR_NoCorrespondingArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The call to method &apos;{0}&apos; needs to be dynamically dispatched, but cannot be because it is part of a base access expression. Consider casting the dynamic arguments or eliminating the base access..
        /// </summary>
        internal static string ERR_NoDynamicPhantomOnBase {
            get {
                return ResourceManager.GetString("ERR_NoDynamicPhantomOnBase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The constructor call needs to be dynamically dispatched, but cannot be because it is part of a constructor initializer. Consider casting the dynamic arguments..
        /// </summary>
        internal static string ERR_NoDynamicPhantomOnBaseCtor {
            get {
                return ResourceManager.GetString("ERR_NoDynamicPhantomOnBaseCtor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The indexer access needs to be dynamically dispatched, but cannot be because it is part of a base access expression. Consider casting the dynamic arguments or eliminating the base access..
        /// </summary>
        internal static string ERR_NoDynamicPhantomOnBaseIndexer {
            get {
                return ResourceManager.GetString("ERR_NoDynamicPhantomOnBaseIndexer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Program does not contain a static &apos;Main&apos; method suitable for an entry point.
        /// </summary>
        internal static string ERR_NoEntryPoint {
            get {
                return ResourceManager.GetString("ERR_NoEntryPoint", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert type &apos;{0}&apos; to &apos;{1}&apos; via a reference conversion, boxing conversion, unboxing conversion, wrapping conversion, or null type conversion.
        /// </summary>
        internal static string ERR_NoExplicitBuiltinConv {
            get {
                return ResourceManager.GetString("ERR_NoExplicitBuiltinConv", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert type &apos;{0}&apos; to &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoExplicitConv {
            get {
                return ResourceManager.GetString("ERR_NoExplicitConv", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing file specification for &apos;{0}&apos; option.
        /// </summary>
        internal static string ERR_NoFileSpec {
            get {
                return ResourceManager.GetString("ERR_NoFileSpec", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override because &apos;{1}&apos; does not have an overridable get accessor.
        /// </summary>
        internal static string ERR_NoGetToOverride {
            get {
                return ResourceManager.GetString("ERR_NoGetToOverride", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot implicitly convert type &apos;{0}&apos; to &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoImplicitConv {
            get {
                return ResourceManager.GetString("ERR_NoImplicitConv", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot implicitly convert type &apos;{0}&apos; to &apos;{1}&apos;. An explicit conversion exists (are you missing a cast?).
        /// </summary>
        internal static string ERR_NoImplicitConvCast {
            get {
                return ResourceManager.GetString("ERR_NoImplicitConvCast", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not have a suitable static Main method.
        /// </summary>
        internal static string ERR_NoMainInClass {
            get {
                return ResourceManager.GetString("ERR_NoMainInClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify /main if building a module or library.
        /// </summary>
        internal static string ERR_NoMainOnDLL {
            get {
                return ResourceManager.GetString("ERR_NoMainOnDLL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Metadata file &apos;{0}&apos; could not be found.
        /// </summary>
        internal static string ERR_NoMetadataFile {
            get {
                return ResourceManager.GetString("ERR_NoMetadataFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Modifiers cannot be placed on event accessor declarations.
        /// </summary>
        internal static string ERR_NoModifiersOnAccessor {
            get {
                return ResourceManager.GetString("ERR_NoModifiersOnAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Class &apos;{0}&apos; cannot have multiple base classes: &apos;{1}&apos; and &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_NoMultipleInheritance {
            get {
                return ResourceManager.GetString("ERR_NoMultipleInheritance", resourceCulture);
            }
        }
        
        /// <summary>
7049
        ///   Looks up a localized string similar to Elements defined in a namespace cannot be explicitly declared as private, protected, protected internal, or private protected.
P
Pilchie 已提交
7050 7051 7052 7053 7054 7055 7056
        /// </summary>
        internal static string ERR_NoNamespacePrivate {
            get {
                return ResourceManager.GetString("ERR_NoNamespacePrivate", resourceCulture);
            }
        }
        
7057 7058 7059 7060 7061 7062 7063 7064 7065
        /// <summary>
        ///   Looks up a localized string similar to Cannot compile net modules when using /refout or /refonly..
        /// </summary>
        internal static string ERR_NoNetModuleOutputWhenRefOutOrRefOnly {
            get {
                return ResourceManager.GetString("ERR_NoNetModuleOutputWhenRefOutOrRefOnly", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7066 7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 7100
        /// <summary>
        ///   Looks up a localized string similar to Cannot create an instance of the abstract class or interface &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_NoNewAbstract {
            get {
                return ResourceManager.GetString("ERR_NoNewAbstract", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create an instance of the variable type &apos;{0}&apos; because it does not have the new() constraint.
        /// </summary>
        internal static string ERR_NoNewTyvar {
            get {
                return ResourceManager.GetString("ERR_NoNewTyvar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; in interface list is not an interface.
        /// </summary>
        internal static string ERR_NonInterfaceInInterfaceList {
            get {
                return ResourceManager.GetString("ERR_NonInterfaceInInterfaceList", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Non-invocable member &apos;{0}&apos; cannot be used like a method..
        /// </summary>
        internal static string ERR_NonInvocableMemberCalled {
            get {
                return ResourceManager.GetString("ERR_NonInvocableMemberCalled", resourceCulture);
            }
        }
V
vsadov 已提交
7101
        
T
Ty Overby 已提交
7102
        /// <summary>
V
vsadov 已提交
7103
        ///   Looks up a localized string similar to A void or int returning entry point cannot be async.
T
Ty Overby 已提交
7104
        /// </summary>
V
vsadov 已提交
7105 7106
        internal static string ERR_NonTaskMainCantBeAsync {
            get {
T
Ty Overby 已提交
7107 7108 7109
                return ResourceManager.GetString("ERR_NonTaskMainCantBeAsync", resourceCulture);
            }
        }
V
vsadov 已提交
7110
        
P
Pilchie 已提交
7111 7112 7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137
        /// <summary>
        ///   Looks up a localized string similar to Cannot embed interop types from assembly &apos;{0}&apos; because it is missing the &apos;{1}&apos; attribute..
        /// </summary>
        internal static string ERR_NoPIAAssemblyMissingAttribute {
            get {
                return ResourceManager.GetString("ERR_NoPIAAssemblyMissingAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot embed interop types from assembly &apos;{0}&apos; because it is missing either the &apos;{1}&apos; attribute or the &apos;{2}&apos; attribute..
        /// </summary>
        internal static string ERR_NoPIAAssemblyMissingAttributes {
            get {
                return ResourceManager.GetString("ERR_NoPIAAssemblyMissingAttributes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type &apos;{0}&apos; cannot be embedded because it is a nested type. Consider setting the &apos;Embed Interop Types&apos; property to false..
        /// </summary>
        internal static string ERR_NoPIANestedType {
            get {
                return ResourceManager.GetString("ERR_NoPIANestedType", resourceCulture);
            }
        }
        
7138 7139 7140 7141 7142 7143 7144 7145 7146
        /// <summary>
        ///   Looks up a localized string similar to Do not use refout when using refonly..
        /// </summary>
        internal static string ERR_NoRefOutWhenRefOnly {
            get {
                return ResourceManager.GetString("ERR_NoRefOutWhenRefOnly", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7147 7148 7149 7150 7151 7152 7153 7154 7155 7156
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot override because &apos;{1}&apos; does not have an overridable set accessor.
        /// </summary>
        internal static string ERR_NoSetToOverride {
            get {
                return ResourceManager.GetString("ERR_NoSetToOverride", resourceCulture);
            }
        }
        
        /// <summary>
7157
        ///   Looks up a localized string similar to Source file &apos;{0}&apos; could not be opened -- {1}.
P
Pilchie 已提交
7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 7184 7185 7186 7187 7188 7189 7190 7191 7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 7220 7221 7222 7223 7224 7225 7226 7227 7228
        /// </summary>
        internal static string ERR_NoSourceFile {
            get {
                return ResourceManager.GetString("ERR_NoSourceFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not contain a definition for &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_NoSuchMember {
            get {
                return ResourceManager.GetString("ERR_NoSuchMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not contain a definition for &apos;{1}&apos; and no extension method &apos;{1}&apos; accepting a first argument of type &apos;{0}&apos; could be found (are you missing a using directive or an assembly reference?).
        /// </summary>
        internal static string ERR_NoSuchMemberOrExtension {
            get {
                return ResourceManager.GetString("ERR_NoSuchMemberOrExtension", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not contain a definition for &apos;{1}&apos; and no extension method &apos;{1}&apos; accepting a first argument of type &apos;{0}&apos; could be found (are you missing a using directive for &apos;{2}&apos;?).
        /// </summary>
        internal static string ERR_NoSuchMemberOrExtensionNeedUsing {
            get {
                return ResourceManager.GetString("ERR_NoSuchMemberOrExtensionNeedUsing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not an attribute class.
        /// </summary>
        internal static string ERR_NotAnAttributeClass {
            get {
                return ResourceManager.GetString("ERR_NotAnAttributeClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The expression being assigned to &apos;{0}&apos; must be constant.
        /// </summary>
        internal static string ERR_NotConstantExpression {
            get {
                return ResourceManager.GetString("ERR_NotConstantExpression", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is of type &apos;{1}&apos;. A const field of a reference type other than string can only be initialized with null..
        /// </summary>
        internal static string ERR_NotNullConstRefField {
            get {
                return ResourceManager.GetString("ERR_NotNullConstRefField", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is of type &apos;{1}&apos;. A default parameter value of a reference type other than string can only be initialized with null.
        /// </summary>
        internal static string ERR_NotNullRefDefaultParameter {
            get {
                return ResourceManager.GetString("ERR_NotNullRefDefaultParameter", resourceCulture);
            }
        }
        
        /// <summary>
7229
        ///   Looks up a localized string similar to This language feature (&apos;{0}&apos;) is not yet implemented..
P
Pilchie 已提交
7230 7231 7232 7233 7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 7279 7280 7281
        /// </summary>
        internal static string ERR_NotYetImplementedInRoslyn {
            get {
                return ResourceManager.GetString("ERR_NotYetImplementedInRoslyn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{0}&apos; is defined in an assembly that is not referenced. You must add a reference to assembly &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_NoTypeDef {
            get {
                return ResourceManager.GetString("ERR_NoTypeDef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{0}&apos; is defined in a module that has not been added. You must add the module &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_NoTypeDefFromModule {
            get {
                return ResourceManager.GetString("ERR_NoTypeDefFromModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Keyword &apos;void&apos; cannot be used in this context.
        /// </summary>
        internal static string ERR_NoVoidHere {
            get {
                return ResourceManager.GetString("ERR_NoVoidHere", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid parameter type &apos;void&apos;.
        /// </summary>
        internal static string ERR_NoVoidParameter {
            get {
                return ResourceManager.GetString("ERR_NoVoidParameter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Use of null is not valid in this context.
        /// </summary>
        internal static string ERR_NullNotValid {
            get {
                return ResourceManager.GetString("ERR_NullNotValid", resourceCulture);
            }
        }
        
7282 7283 7284 7285 7286 7287 7288 7289 7290
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain a null propagating operator..
        /// </summary>
        internal static string ERR_NullPropagatingOpInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_NullPropagatingOpInExpressionTree", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; has no base class and cannot call a base constructor.
        /// </summary>
        internal static string ERR_ObjectCallingBaseConstructor {
            get {
                return ResourceManager.GetString("ERR_ObjectCallingBaseConstructor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The class System.Object cannot have a base class or implement an interface.
        /// </summary>
        internal static string ERR_ObjectCantHaveBases {
            get {
                return ResourceManager.GetString("ERR_ObjectCantHaveBases", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Object and collection initializer expressions may not be applied to a delegate creation expression.
        /// </summary>
        internal static string ERR_ObjectOrCollectionInitializerWithDelegateCreation {
            get {
                return ResourceManager.GetString("ERR_ObjectOrCollectionInitializerWithDelegateCreation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Member &apos;{0}&apos; cannot be accessed with an instance reference; qualify it with a type name instead.
        /// </summary>
        internal static string ERR_ObjectProhibited {
            get {
                return ResourceManager.GetString("ERR_ObjectProhibited", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An object reference is required for the non-static field, method, or property &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ObjectRequired {
            get {
                return ResourceManager.GetString("ERR_ObjectRequired", resourceCulture);
            }
7334
        }
P
Pilchie 已提交
7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356 7357 7358 7359 7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 7389 7390 7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 7410 7411 7412 7413 7414 7415 7416
        
        /// <summary>
        ///   Looks up a localized string similar to A /reference option that declares an extern alias can only have one filename. To specify multiple aliases or filenames, use multiple /reference options..
        /// </summary>
        internal static string ERR_OneAliasPerReference {
            get {
                return ResourceManager.GetString("ERR_OneAliasPerReference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Only class types can contain destructors.
        /// </summary>
        internal static string ERR_OnlyClassesCanContainDestructors {
            get {
                return ResourceManager.GetString("ERR_OnlyClassesCanContainDestructors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to End-of-file found, &apos;*/&apos; expected.
        /// </summary>
        internal static string ERR_OpenEndedComment {
            get {
                return ResourceManager.GetString("ERR_OpenEndedComment", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error opening response file &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_OpenResponseFile {
            get {
                return ResourceManager.GetString("ERR_OpenResponseFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to User-defined operators cannot return void.
        /// </summary>
        internal static string ERR_OperatorCantReturnVoid {
            get {
                return ResourceManager.GetString("ERR_OperatorCantReturnVoid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static classes cannot contain user-defined operators.
        /// </summary>
        internal static string ERR_OperatorInStaticClass {
            get {
                return ResourceManager.GetString("ERR_OperatorInStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The operator &apos;{0}&apos; requires a matching operator &apos;{1}&apos; to also be defined.
        /// </summary>
        internal static string ERR_OperatorNeedsMatch {
            get {
                return ResourceManager.GetString("ERR_OperatorNeedsMatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to User-defined operator &apos;{0}&apos; must be declared static and public.
        /// </summary>
        internal static string ERR_OperatorsMustBeStatic {
            get {
                return ResourceManager.GetString("ERR_OperatorsMustBeStatic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The return type of operator True or False must be bool.
        /// </summary>
        internal static string ERR_OpTFRetType {
            get {
                return ResourceManager.GetString("ERR_OpTFRetType", resourceCulture);
            }
        }
        
7417 7418 7419 7420 7421 7422 7423 7424 7425
        /// <summary>
        ///   Looks up a localized string similar to Option &apos;{0}&apos; must be an absolute path..
        /// </summary>
        internal static string ERR_OptionMustBeAbsolutePath {
            get {
                return ResourceManager.GetString("ERR_OptionMustBeAbsolutePath", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7426
        /// <summary>
7427 7428 7429 7430 7431 7432 7433 7434 7435 7436
        ///   Looks up a localized string similar to An in parameter cannot have the Out attribute..
        /// </summary>
        internal static string ERR_OutAttrOnInParam {
            get {
                return ResourceManager.GetString("ERR_OutAttrOnInParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot specify the Out attribute on a ref parameter without also specifying the In attribute..
P
Pilchie 已提交
7437 7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462
        /// </summary>
        internal static string ERR_OutAttrOnRefParam {
            get {
                return ResourceManager.GetString("ERR_OutAttrOnRefParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Outputs without source must have the /out option specified.
        /// </summary>
        internal static string ERR_OutputNeedsName {
            get {
                return ResourceManager.GetString("ERR_OutputNeedsName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not write to output file &apos;{0}&apos; -- &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_OutputWriteFailed {
            get {
                return ResourceManager.GetString("ERR_OutputWriteFailed", resourceCulture);
            }
        }
        
        /// <summary>
O
Omar Tawfik 已提交
7463
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot define an overloaded {1} that differs only on parameter modifiers &apos;{2}&apos; and &apos;{3}&apos;.
P
Pilchie 已提交
7464
        /// </summary>
O
Omar Tawfik 已提交
7465
        internal static string ERR_OverloadRefKind {
P
Pilchie 已提交
7466
            get {
O
Omar Tawfik 已提交
7467
                return ResourceManager.GetString("ERR_OverloadRefKind", resourceCulture);
P
Pilchie 已提交
7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 7557 7558 7559 7560 7561
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Do not override object.Finalize. Instead, provide a destructor..
        /// </summary>
        internal static string ERR_OverrideFinalizeDeprecated {
            get {
                return ResourceManager.GetString("ERR_OverrideFinalizeDeprecated", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: no suitable method found to override.
        /// </summary>
        internal static string ERR_OverrideNotExpected {
            get {
                return ResourceManager.GetString("ERR_OverrideNotExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A member &apos;{0}&apos; marked as override cannot be marked as new or virtual.
        /// </summary>
        internal static string ERR_OverrideNotNew {
            get {
                return ResourceManager.GetString("ERR_OverrideNotNew", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraints for override and explicit interface implementation methods are inherited from the base method, so they cannot be specified directly.
        /// </summary>
        internal static string ERR_OverrideWithConstraints {
            get {
                return ResourceManager.GetString("ERR_OverrideWithConstraints", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloadable binary operator expected.
        /// </summary>
        internal static string ERR_OvlBinaryOperatorExpected {
            get {
                return ResourceManager.GetString("ERR_OvlBinaryOperatorExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloadable operator expected.
        /// </summary>
        internal static string ERR_OvlOperatorExpected {
            get {
                return ResourceManager.GetString("ERR_OvlOperatorExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloadable unary operator expected.
        /// </summary>
        internal static string ERR_OvlUnaryOperatorExpected {
            get {
                return ResourceManager.GetString("ERR_OvlUnaryOperatorExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The parameter has multiple distinct default values..
        /// </summary>
        internal static string ERR_ParamDefaultValueDiffersFromAttribute {
            get {
                return ResourceManager.GetString("ERR_ParamDefaultValueDiffersFromAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static types cannot be used as parameters.
        /// </summary>
        internal static string ERR_ParameterIsStaticClass {
            get {
                return ResourceManager.GetString("ERR_ParameterIsStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameter not valid for the specified unmanaged type..
        /// </summary>
        internal static string ERR_ParameterNotValidForType {
            get {
                return ResourceManager.GetString("ERR_ParameterNotValidForType", resourceCulture);
            }
        }
        
        /// <summary>
7562
        ///   Looks up a localized string similar to The params parameter cannot be declared as {0}.
P
Pilchie 已提交
7563
        /// </summary>
7564
        internal static string ERR_ParamsCantBeWithModifier {
P
Pilchie 已提交
7565
            get {
7566
                return ResourceManager.GetString("ERR_ParamsCantBeWithModifier", resourceCulture);
P
Pilchie 已提交
7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 7584 7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 7600 7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A params parameter must be the last parameter in a formal parameter list.
        /// </summary>
        internal static string ERR_ParamsLast {
            get {
                return ResourceManager.GetString("ERR_ParamsLast", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The params parameter must be a single dimensional array.
        /// </summary>
        internal static string ERR_ParamsMustBeArray {
            get {
                return ResourceManager.GetString("ERR_ParamsMustBeArray", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The out parameter &apos;{0}&apos; must be assigned to before control leaves the current method.
        /// </summary>
        internal static string ERR_ParamUnassigned {
            get {
                return ResourceManager.GetString("ERR_ParamUnassigned", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A partial method cannot have out parameters.
        /// </summary>
        internal static string ERR_PartialMethodCannotHaveOutParameters {
            get {
                return ResourceManager.GetString("ERR_PartialMethodCannotHaveOutParameters", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Both partial method declarations must be extension methods or neither may be an extension method.
        /// </summary>
        internal static string ERR_PartialMethodExtensionDifference {
            get {
                return ResourceManager.GetString("ERR_PartialMethodExtensionDifference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial method declarations of &apos;{0}&apos; have inconsistent type parameter constraints.
        /// </summary>
        internal static string ERR_PartialMethodInconsistentConstraints {
            get {
                return ResourceManager.GetString("ERR_PartialMethodInconsistentConstraints", resourceCulture);
            }
        }
        
7624 7625 7626 7627 7628 7629
        /// <summary>
        ///   Looks up a localized string similar to Both partial method declarations, &apos;{0}&apos; and &apos;{1}&apos;, must use the same tuple element names..
        /// </summary>
        internal static string ERR_PartialMethodInconsistentTupleNames {
            get {
                return ResourceManager.GetString("ERR_PartialMethodInconsistentTupleNames", resourceCulture);
P
Pilchie 已提交
7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 7653 7654 7655 7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735 7736 7737 7738 7739 7740 7741 7742 7743 7744 7745 7746 7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 7788 7789 7790 7791 7792 7793 7794 7795 7796 7797 7798 7799 7800 7801 7802 7803
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial methods with only a defining declaration or removed conditional methods cannot be used in expression trees.
        /// </summary>
        internal static string ERR_PartialMethodInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_PartialMethodInExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A partial method cannot have access modifiers or the virtual, abstract, override, new, sealed, or extern modifiers.
        /// </summary>
        internal static string ERR_PartialMethodInvalidModifier {
            get {
                return ResourceManager.GetString("ERR_PartialMethodInvalidModifier", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No defining declaration found for implementing declaration of partial method &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_PartialMethodMustHaveLatent {
            get {
                return ResourceManager.GetString("ERR_PartialMethodMustHaveLatent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial methods must have a void return type.
        /// </summary>
        internal static string ERR_PartialMethodMustReturnVoid {
            get {
                return ResourceManager.GetString("ERR_PartialMethodMustReturnVoid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A partial method may not explicitly implement an interface method.
        /// </summary>
        internal static string ERR_PartialMethodNotExplicit {
            get {
                return ResourceManager.GetString("ERR_PartialMethodNotExplicit", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A partial method must be declared within a partial class or partial struct.
        /// </summary>
        internal static string ERR_PartialMethodOnlyInPartialClass {
            get {
                return ResourceManager.GetString("ERR_PartialMethodOnlyInPartialClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A partial method may not have multiple implementing declarations.
        /// </summary>
        internal static string ERR_PartialMethodOnlyOneActual {
            get {
                return ResourceManager.GetString("ERR_PartialMethodOnlyOneActual", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A partial method may not have multiple defining declarations.
        /// </summary>
        internal static string ERR_PartialMethodOnlyOneLatent {
            get {
                return ResourceManager.GetString("ERR_PartialMethodOnlyOneLatent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Both partial method declarations must use a params parameter or neither may use a params parameter.
        /// </summary>
        internal static string ERR_PartialMethodParamsDifference {
            get {
                return ResourceManager.GetString("ERR_PartialMethodParamsDifference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Both partial method declarations must be static or neither may be static.
        /// </summary>
        internal static string ERR_PartialMethodStaticDifference {
            get {
                return ResourceManager.GetString("ERR_PartialMethodStaticDifference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create delegate from method &apos;{0}&apos; because it is a partial method without an implementing declaration.
        /// </summary>
        internal static string ERR_PartialMethodToDelegate {
            get {
                return ResourceManager.GetString("ERR_PartialMethodToDelegate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Both partial method declarations must be unsafe or neither may be unsafe.
        /// </summary>
        internal static string ERR_PartialMethodUnsafeDifference {
            get {
                return ResourceManager.GetString("ERR_PartialMethodUnsafeDifference", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;partial&apos; modifier can only appear immediately before &apos;class&apos;, &apos;struct&apos;, &apos;interface&apos;, or &apos;void&apos;.
        /// </summary>
        internal static string ERR_PartialMisplaced {
            get {
                return ResourceManager.GetString("ERR_PartialMisplaced", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial declarations of &apos;{0}&apos; have conflicting accessibility modifiers.
        /// </summary>
        internal static string ERR_PartialModifierConflict {
            get {
                return ResourceManager.GetString("ERR_PartialModifierConflict", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial declarations of &apos;{0}&apos; must not specify different base classes.
        /// </summary>
        internal static string ERR_PartialMultipleBases {
            get {
                return ResourceManager.GetString("ERR_PartialMultipleBases", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial declarations of &apos;{0}&apos; must be all classes, all structs, or all interfaces.
        /// </summary>
        internal static string ERR_PartialTypeKindConflict {
            get {
                return ResourceManager.GetString("ERR_PartialTypeKindConflict", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial declarations of &apos;{0}&apos; have inconsistent constraints for type parameter &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_PartialWrongConstraints {
            get {
                return ResourceManager.GetString("ERR_PartialWrongConstraints", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial declarations of &apos;{0}&apos; must have the same type parameter names in the same order.
        /// </summary>
        internal static string ERR_PartialWrongTypeParams {
            get {
                return ResourceManager.GetString("ERR_PartialWrongTypeParams", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Partial declarations of &apos;{0}&apos; must have the same type parameter names and variance modifiers in the same order.
        /// </summary>
        internal static string ERR_PartialWrongTypeParamsVariance {
            get {
                return ResourceManager.GetString("ERR_PartialWrongTypeParamsVariance", resourceCulture);
            }
        }
        
7804 7805 7806 7807 7808 7809 7810 7811 7812
        /// <summary>
        ///   Looks up a localized string similar to It is not legal to use the type &apos;dynamic&apos; in a pattern..
        /// </summary>
        internal static string ERR_PatternDynamicType {
            get {
                return ResourceManager.GetString("ERR_PatternDynamicType", resourceCulture);
            }
        }
        
7813 7814 7815 7816 7817 7818 7819 7820 7821
        /// <summary>
        ///   Looks up a localized string similar to The switch case has already been handled by a previous case..
        /// </summary>
        internal static string ERR_PatternIsSubsumed {
            get {
                return ResourceManager.GetString("ERR_PatternIsSubsumed", resourceCulture);
            }
        }
        
7822 7823 7824 7825 7826 7827 7828 7829 7830
        /// <summary>
        ///   Looks up a localized string similar to It is not legal to use nullable type &apos;{0}&apos; in a pattern; use the underlying type &apos;{1}&apos; instead..
        /// </summary>
        internal static string ERR_PatternNullableType {
            get {
                return ResourceManager.GetString("ERR_PatternNullableType", resourceCulture);
            }
        }
        
7831
        /// <summary>
7832 7833 7834 7835 7836 7837 7838 7839 7840 7841
        ///   Looks up a localized string similar to An expression of type &apos;{0}&apos; cannot be handled by a pattern of type &apos;{1}&apos; in C# {2}. Please use language version {3} or greater..
        /// </summary>
        internal static string ERR_PatternWrongGenericTypeInVersion {
            get {
                return ResourceManager.GetString("ERR_PatternWrongGenericTypeInVersion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression of type &apos;{0}&apos; cannot be handled by a pattern of type &apos;{1}&apos;..
7842 7843 7844 7845 7846 7847 7848
        /// </summary>
        internal static string ERR_PatternWrongType {
            get {
                return ResourceManager.GetString("ERR_PatternWrongType", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7849 7850 7851 7852 7853 7854 7855 7856 7857 7858 7859 7860 7861 7862 7863 7864 7865 7866
        /// <summary>
        ///   Looks up a localized string similar to Error reading file &apos;{0}&apos; specified for the named argument &apos;{1}&apos; for PermissionSet attribute: &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_PermissionSetAttributeFileReadError {
            get {
                return ResourceManager.GetString("ERR_PermissionSetAttributeFileReadError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unable to resolve file path &apos;{0}&apos; specified for the named argument &apos;{1}&apos; for PermissionSet attribute.
        /// </summary>
        internal static string ERR_PermissionSetAttributeInvalidFile {
            get {
                return ResourceManager.GetString("ERR_PermissionSetAttributeInvalidFile", resourceCulture);
            }
        }
        
7867
        /// <summary>
7868
        ///   Looks up a localized string similar to An error occurred while writing the output file: {0}..
7869 7870 7871 7872 7873 7874 7875
        /// </summary>
        internal static string ERR_PeWritingFailure {
            get {
                return ResourceManager.GetString("ERR_PeWritingFailure", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7876 7877 7878 7879 7880 7881 7882 7883 7884
        /// <summary>
        ///   Looks up a localized string similar to Neither &apos;is&apos; nor &apos;as&apos; is valid on pointer types.
        /// </summary>
        internal static string ERR_PointerInAsOrIs {
            get {
                return ResourceManager.GetString("ERR_PointerInAsOrIs", resourceCulture);
            }
        }
        
7885 7886 7887 7888 7889 7890 7891 7892 7893
        /// <summary>
        ///   Looks up a localized string similar to To cast a negative value, you must enclose the value in parentheses..
        /// </summary>
        internal static string ERR_PossibleBadNegCast {
            get {
                return ResourceManager.GetString("ERR_PossibleBadNegCast", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7894 7895 7896 7897 7898 7899 7900 7901 7902 7903 7904 7905 7906 7907 7908 7909 7910 7911
        /// <summary>
        ///   Looks up a localized string similar to Cannot define/undefine preprocessor symbols after first token in file.
        /// </summary>
        internal static string ERR_PPDefFollowsToken {
            get {
                return ResourceManager.GetString("ERR_PPDefFollowsToken", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Preprocessor directive expected.
        /// </summary>
        internal static string ERR_PPDirectiveExpected {
            get {
                return ResourceManager.GetString("ERR_PPDirectiveExpected", resourceCulture);
            }
        }
        
7912 7913 7914 7915 7916 7917 7918 7919 7920
        /// <summary>
        ///   Looks up a localized string similar to Cannot use #load after first token in file.
        /// </summary>
        internal static string ERR_PPLoadFollowsToken {
            get {
                return ResourceManager.GetString("ERR_PPLoadFollowsToken", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7921 7922 7923 7924 7925 7926 7927 7928 7929
        /// <summary>
        ///   Looks up a localized string similar to Cannot use #r after first token in file.
        /// </summary>
        internal static string ERR_PPReferenceFollowsToken {
            get {
                return ResourceManager.GetString("ERR_PPReferenceFollowsToken", resourceCulture);
            }
        }
        
7930 7931 7932 7933 7934 7935 7936 7937 7938
        /// <summary>
        ///   Looks up a localized string similar to Member &apos;{0}&apos; was not found on type &apos;{1}&apos; from assembly &apos;{2}&apos;..
        /// </summary>
        internal static string ERR_PredefinedTypeMemberNotFoundInAssembly {
            get {
                return ResourceManager.GetString("ERR_PredefinedTypeMemberNotFoundInAssembly", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7939 7940 7941 7942 7943 7944 7945 7946 7947
        /// <summary>
        ///   Looks up a localized string similar to Predefined type &apos;{0}&apos; is not defined or imported.
        /// </summary>
        internal static string ERR_PredefinedTypeNotFound {
            get {
                return ResourceManager.GetString("ERR_PredefinedTypeNotFound", resourceCulture);
            }
        }
        
7948 7949 7950 7951 7952 7953 7954 7955 7956
        /// <summary>
        ///   Looks up a localized string similar to Predefined type &apos;{0}&apos; is declared in multiple referenced assemblies: &apos;{1}&apos; and &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_PredefinedValueTupleTypeAmbiguous3 {
            get {
                return ResourceManager.GetString("ERR_PredefinedValueTupleTypeAmbiguous3", resourceCulture);
            }
        }
        
7957 7958 7959 7960 7961 7962 7963 7964 7965
        /// <summary>
        ///   Looks up a localized string similar to Predefined type &apos;{0}&apos; must be a struct..
        /// </summary>
        internal static string ERR_PredefinedValueTupleTypeMustBeStruct {
            get {
                return ResourceManager.GetString("ERR_PredefinedValueTupleTypeMustBeStruct", resourceCulture);
            }
        }
        
7966
        /// <summary>
7967
        ///   Looks up a localized string similar to Predefined type &apos;{0}&apos; is not defined or imported.
7968 7969 7970 7971 7972 7973 7974
        /// </summary>
        internal static string ERR_PredefinedValueTupleTypeNotFound {
            get {
                return ResourceManager.GetString("ERR_PredefinedValueTupleTypeNotFound", resourceCulture);
            }
        }
        
P
Pilchie 已提交
7975 7976 7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 7997 7998 7999 8000 8001 8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 8016 8017 8018 8019 8020 8021 8022 8023 8024 8025 8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 8052 8053 8054 8055 8056 8057 8058 8059 8060 8061 8062 8063 8064 8065 8066 8067 8068 8069 8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082
        /// <summary>
        ///   Looks up a localized string similar to SecurityAction value &apos;{0}&apos; is invalid for PrincipalPermission attribute.
        /// </summary>
        internal static string ERR_PrincipalPermissionInvalidAction {
            get {
                return ResourceManager.GetString("ERR_PrincipalPermissionInvalidAction", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: abstract properties cannot have private accessors.
        /// </summary>
        internal static string ERR_PrivateAbstractAccessor {
            get {
                return ResourceManager.GetString("ERR_PrivateAbstractAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: accessibility modifiers may not be used on accessors in an interface.
        /// </summary>
        internal static string ERR_PropertyAccessModInInterface {
            get {
                return ResourceManager.GetString("ERR_PropertyAccessModInInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: property or indexer cannot have void type.
        /// </summary>
        internal static string ERR_PropertyCantHaveVoidType {
            get {
                return ResourceManager.GetString("ERR_PropertyCantHaveVoidType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The property or indexer &apos;{0}&apos; cannot be used in this context because it lacks the get accessor.
        /// </summary>
        internal static string ERR_PropertyLacksGet {
            get {
                return ResourceManager.GetString("ERR_PropertyLacksGet", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: property or indexer must have at least one accessor.
        /// </summary>
        internal static string ERR_PropertyWithNoAccessors {
            get {
                return ResourceManager.GetString("ERR_PropertyWithNoAccessors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static classes cannot contain protected members.
        /// </summary>
        internal static string ERR_ProtectedInStatic {
            get {
                return ResourceManager.GetString("ERR_ProtectedInStatic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: new protected member declared in struct.
        /// </summary>
        internal static string ERR_ProtectedInStruct {
            get {
                return ResourceManager.GetString("ERR_ProtectedInStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The * or -&gt; operator must be applied to a pointer.
        /// </summary>
        internal static string ERR_PtrExpected {
            get {
                return ResourceManager.GetString("ERR_PtrExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A pointer must be indexed by only one value.
        /// </summary>
        internal static string ERR_PtrIndexSingle {
            get {
                return ResourceManager.GetString("ERR_PtrIndexSingle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error signing output with public key from container &apos;{0}&apos; -- {1}.
        /// </summary>
        internal static string ERR_PublicKeyContainerFailure {
            get {
                return ResourceManager.GetString("ERR_PublicKeyContainerFailure", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error signing output with public key from file &apos;{0}&apos; -- {1}.
        /// </summary>
        internal static string ERR_PublicKeyFileFailure {
            get {
                return ResourceManager.GetString("ERR_PublicKeyFileFailure", resourceCulture);
            }
        }
        
A
Andy Gocke 已提交
8083 8084 8085 8086 8087 8088 8089 8090 8091
        /// <summary>
        ///   Looks up a localized string similar to Public signing was specified and requires a public key, but no public key was specified..
        /// </summary>
        internal static string ERR_PublicSignButNoKey {
            get {
                return ResourceManager.GetString("ERR_PublicSignButNoKey", resourceCulture);
            }
        }
        
8092 8093 8094 8095 8096 8097 8098 8099 8100
        /// <summary>
        ///   Looks up a localized string similar to Public signing is not supported for netmodules..
        /// </summary>
        internal static string ERR_PublicSignNetModule {
            get {
                return ResourceManager.GetString("ERR_PublicSignNetModule", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8101 8102 8103 8104 8105 8106 8107 8108 8109 8110 8111 8112 8113 8114 8115 8116 8117 8118 8119 8120 8121 8122 8123 8124 8125 8126 8127 8128 8129 8130 8131 8132 8133 8134 8135 8136 8137 8138 8139 8140 8141 8142 8143 8144 8145 8146 8147 8148 8149 8150 8151 8152 8153 8154 8155 8156 8157 8158 8159 8160 8161 8162 8163 8164 8165 8166 8167 8168 8169 8170 8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 8195 8196 8197 8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 8215 8216 8217 8218 8219 8220 8221 8222 8223 8224 8225 8226 8227 8228 8229 8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271
        /// <summary>
        ///   Looks up a localized string similar to The range variable &apos;{0}&apos; has already been declared.
        /// </summary>
        internal static string ERR_QueryDuplicateRangeVariable {
            get {
                return ResourceManager.GetString("ERR_QueryDuplicateRangeVariable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The name &apos;{0}&apos; is not in scope on the right side of &apos;equals&apos;.  Consider swapping the expressions on either side of &apos;equals&apos;..
        /// </summary>
        internal static string ERR_QueryInnerKey {
            get {
                return ResourceManager.GetString("ERR_QueryInnerKey", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Multiple implementations of the query pattern were found for source type &apos;{0}&apos;.  Ambiguous call to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_QueryMultipleProviders {
            get {
                return ResourceManager.GetString("ERR_QueryMultipleProviders", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not find an implementation of the query pattern for source type &apos;{0}&apos;.  &apos;{1}&apos; not found..
        /// </summary>
        internal static string ERR_QueryNoProvider {
            get {
                return ResourceManager.GetString("ERR_QueryNoProvider", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not find an implementation of the query pattern for source type &apos;{0}&apos;.  &apos;{1}&apos; not found.  Consider explicitly specifying the type of the range variable &apos;{2}&apos;..
        /// </summary>
        internal static string ERR_QueryNoProviderCastable {
            get {
                return ResourceManager.GetString("ERR_QueryNoProviderCastable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not find an implementation of the query pattern for source type &apos;{0}&apos;.  &apos;{1}&apos; not found.  Are you missing a reference to &apos;System.Core.dll&apos; or a using directive for &apos;System.Linq&apos;?.
        /// </summary>
        internal static string ERR_QueryNoProviderStandard {
            get {
                return ResourceManager.GetString("ERR_QueryNoProviderStandard", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The name &apos;{0}&apos; is not in scope on the left side of &apos;equals&apos;.  Consider swapping the expressions on either side of &apos;equals&apos;..
        /// </summary>
        internal static string ERR_QueryOuterKey {
            get {
                return ResourceManager.GetString("ERR_QueryOuterKey", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot pass the range variable &apos;{0}&apos; as an out or ref parameter.
        /// </summary>
        internal static string ERR_QueryOutRefRangeVariable {
            get {
                return ResourceManager.GetString("ERR_QueryOutRefRangeVariable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot assign {0} to a range variable.
        /// </summary>
        internal static string ERR_QueryRangeVariableAssignedBadValue {
            get {
                return ResourceManager.GetString("ERR_QueryRangeVariableAssignedBadValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The range variable &apos;{0}&apos; conflicts with a previous declaration of &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_QueryRangeVariableOverrides {
            get {
                return ResourceManager.GetString("ERR_QueryRangeVariableOverrides", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Range variable &apos;{0}&apos; cannot be assigned to -- it is read only.
        /// </summary>
        internal static string ERR_QueryRangeVariableReadOnly {
            get {
                return ResourceManager.GetString("ERR_QueryRangeVariableReadOnly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The range variable &apos;{0}&apos; cannot have the same name as a method type parameter.
        /// </summary>
        internal static string ERR_QueryRangeVariableSameAsTypeParam {
            get {
                return ResourceManager.GetString("ERR_QueryRangeVariableSameAsTypeParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type of the expression in the {0} clause is incorrect.  Type inference failed in the call to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_QueryTypeInferenceFailed {
            get {
                return ResourceManager.GetString("ERR_QueryTypeInferenceFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type of one of the expressions in the {0} clause is incorrect.  Type inference failed in the call to &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_QueryTypeInferenceFailedMulti {
            get {
                return ResourceManager.GetString("ERR_QueryTypeInferenceFailedMulti", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression of type &apos;{0}&apos; is not allowed in a subsequent from clause in a query expression with source type &apos;{1}&apos;.  Type inference failed in the call to &apos;{2}&apos;..
        /// </summary>
        internal static string ERR_QueryTypeInferenceFailedSelectMany {
            get {
                return ResourceManager.GetString("ERR_QueryTypeInferenceFailedSelectMany", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to } expected.
        /// </summary>
        internal static string ERR_RbraceExpected {
            get {
                return ResourceManager.GetString("ERR_RbraceExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Members of readonly field &apos;{0}&apos; of type &apos;{1}&apos; cannot be assigned with an object initializer because it is of a value type.
        /// </summary>
        internal static string ERR_ReadonlyValueTypeInObjectInitializer {
            get {
                return ResourceManager.GetString("ERR_ReadonlyValueTypeInObjectInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constructor &apos;{0}&apos; cannot call itself.
        /// </summary>
        internal static string ERR_RecursiveConstructorCall {
            get {
                return ResourceManager.GetString("ERR_RecursiveConstructorCall", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type of &apos;{0}&apos; cannot be inferred since its initializer directly or indirectly refers to the definition..
        /// </summary>
        internal static string ERR_RecursivelyTypedVariable {
            get {
                return ResourceManager.GetString("ERR_RecursivelyTypedVariable", resourceCulture);
            }
        }
        
8272 8273 8274 8275 8276 8277 8278 8279 8280
        /// <summary>
        ///   Looks up a localized string similar to The expression must be of type &apos;{0}&apos; because it is being assigned by reference.
        /// </summary>
        internal static string ERR_RefAssignmentMustHaveIdentityConversion {
            get {
                return ResourceManager.GetString("ERR_RefAssignmentMustHaveIdentityConversion", resourceCulture);
            }
        }
        
8281 8282 8283 8284 8285 8286 8287 8288 8289
        /// <summary>
        ///   Looks up a localized string similar to &apos;await&apos; cannot be used in an expression containing a ref conditional operator.
        /// </summary>
        internal static string ERR_RefConditionalAndAwait {
            get {
                return ResourceManager.GetString("ERR_RefConditionalAndAwait", resourceCulture);
            }
        }
        
8290 8291 8292 8293 8294 8295 8296 8297 8298 8299
        /// <summary>
        ///   Looks up a localized string similar to The expression must be of type &apos;{0}&apos; to match the alternative ref value.
        /// </summary>
        internal static string ERR_RefConditionalDifferentTypes {
            get {
                return ResourceManager.GetString("ERR_RefConditionalDifferentTypes", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
8300
        ///   Looks up a localized string similar to Both conditional operator values must be ref values or neither may be a ref value.
8301 8302 8303 8304 8305 8306 8307
        /// </summary>
        internal static string ERR_RefConditionalNeedsTwoRefs {
            get {
                return ResourceManager.GetString("ERR_RefConditionalNeedsTwoRefs", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8308 8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 8324 8325
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{2}&apos; must be a reference type in order to use it as parameter &apos;{1}&apos; in the generic type or method &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_RefConstraintNotSatisfied {
            get {
                return ResourceManager.GetString("ERR_RefConstraintNotSatisfied", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to #r is only allowed in scripts.
        /// </summary>
        internal static string ERR_ReferenceDirectiveOnlyAllowedInScripts {
            get {
                return ResourceManager.GetString("ERR_ReferenceDirectiveOnlyAllowedInScripts", resourceCulture);
            }
        }
        
8326
        /// <summary>
8327
        ///   Looks up a localized string similar to The first parameter of a &apos;ref&apos; extension method &apos;{0}&apos; must be a value type or a generic type constrained to struct..
8328 8329 8330 8331 8332 8333 8334
        /// </summary>
        internal static string ERR_RefExtensionMustBeValueTypeOrConstrainedToOne {
            get {
                return ResourceManager.GetString("ERR_RefExtensionMustBeValueTypeOrConstrainedToOne", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8335
        /// <summary>
V
vsadov 已提交
8336
        ///   Looks up a localized string similar to A ref or out value must be an assignable variable.
P
Pilchie 已提交
8337 8338 8339 8340 8341 8342 8343 8344 8345 8346 8347 8348 8349 8350 8351 8352 8353 8354 8355 8356 8357 8358 8359 8360 8361
        /// </summary>
        internal static string ERR_RefLvalueExpected {
            get {
                return ResourceManager.GetString("ERR_RefLvalueExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A ref or out parameter cannot have a default value.
        /// </summary>
        internal static string ERR_RefOutDefaultValue {
            get {
                return ResourceManager.GetString("ERR_RefOutDefaultValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A property or indexer may not be passed as an out or ref parameter.
        /// </summary>
        internal static string ERR_RefProperty {
            get {
                return ResourceManager.GetString("ERR_RefProperty", resourceCulture);
            }
        }
        
8362 8363 8364 8365 8366 8367 8368 8369 8370 8371 8372 8373 8374 8375 8376 8377 8378 8379
        /// <summary>
        ///   Looks up a localized string similar to Properties which return by reference cannot have set accessors.
        /// </summary>
        internal static string ERR_RefPropertyCannotHaveSetAccessor {
            get {
                return ResourceManager.GetString("ERR_RefPropertyCannotHaveSetAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Properties which return by reference must have a get accessor.
        /// </summary>
        internal static string ERR_RefPropertyMustHaveGetAccessor {
            get {
                return ResourceManager.GetString("ERR_RefPropertyMustHaveGetAccessor", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8380
        /// <summary>
V
vsadov 已提交
8381
        ///   Looks up a localized string similar to A readonly field cannot be used as a ref or out value (except in a constructor).
P
Pilchie 已提交
8382 8383 8384 8385 8386 8387 8388 8389
        /// </summary>
        internal static string ERR_RefReadonly {
            get {
                return ResourceManager.GetString("ERR_RefReadonly", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
8390
        ///   Looks up a localized string similar to Members of readonly field &apos;{0}&apos; cannot be used as a ref or out value (except in a constructor).
P
Pilchie 已提交
8391 8392 8393 8394 8395 8396 8397 8398
        /// </summary>
        internal static string ERR_RefReadonly2 {
            get {
                return ResourceManager.GetString("ERR_RefReadonly2", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
8399
        ///   Looks up a localized string similar to Cannot use &apos;{0}&apos; as a ref or out value because it is read-only.
P
Pilchie 已提交
8400 8401 8402 8403 8404 8405 8406 8407
        /// </summary>
        internal static string ERR_RefReadonlyLocal {
            get {
                return ResourceManager.GetString("ERR_RefReadonlyLocal", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
8408
        ///   Looks up a localized string similar to Cannot use fields of &apos;{0}&apos; as a ref or out value because it is a &apos;{1}&apos;.
P
Pilchie 已提交
8409 8410 8411 8412 8413 8414 8415 8416
        /// </summary>
        internal static string ERR_RefReadonlyLocal2Cause {
            get {
                return ResourceManager.GetString("ERR_RefReadonlyLocal2Cause", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
8417
        ///   Looks up a localized string similar to Cannot use &apos;{0}&apos; as a ref or out value because it is a &apos;{1}&apos;.
P
Pilchie 已提交
8418 8419 8420 8421 8422 8423 8424
        /// </summary>
        internal static string ERR_RefReadonlyLocalCause {
            get {
                return ResourceManager.GetString("ERR_RefReadonlyLocalCause", resourceCulture);
            }
        }
        
8425
        /// <summary>
V
vsadov 已提交
8426
        ///   Looks up a localized string similar to Cannot use {0} &apos;{1}&apos; as a ref or out value because it is a readonly variable.
8427
        /// </summary>
V
vsadov 已提交
8428
        internal static string ERR_RefReadonlyNotField {
8429
            get {
V
vsadov 已提交
8430
                return ResourceManager.GetString("ERR_RefReadonlyNotField", resourceCulture);
8431 8432 8433 8434
            }
        }
        
        /// <summary>
V
vsadov 已提交
8435
        ///   Looks up a localized string similar to Members of {0} &apos;{1}&apos; cannot be used as a ref or out value because it is a readonly variable.
8436
        /// </summary>
V
vsadov 已提交
8437
        internal static string ERR_RefReadonlyNotField2 {
8438
            get {
V
vsadov 已提交
8439
                return ResourceManager.GetString("ERR_RefReadonlyNotField2", resourceCulture);
8440 8441 8442
            }
        }
        
P
Pilchie 已提交
8443
        /// <summary>
V
vsadov 已提交
8444
        ///   Looks up a localized string similar to A static readonly field cannot be used as a ref or out value (except in a static constructor).
P
Pilchie 已提交
8445 8446 8447 8448 8449 8450 8451 8452
        /// </summary>
        internal static string ERR_RefReadonlyStatic {
            get {
                return ResourceManager.GetString("ERR_RefReadonlyStatic", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
8453
        ///   Looks up a localized string similar to Fields of static readonly field &apos;{0}&apos; cannot be used as a ref or out value (except in a static constructor).
P
Pilchie 已提交
8454 8455 8456 8457 8458 8459 8460
        /// </summary>
        internal static string ERR_RefReadonlyStatic2 {
            get {
                return ResourceManager.GetString("ERR_RefReadonlyStatic2", resourceCulture);
            }
        }
        
8461 8462 8463 8464 8465 8466 8467 8468 8469 8470 8471 8472 8473 8474 8475 8476 8477 8478 8479
        /// <summary>
        ///   Looks up a localized string similar to &apos;await&apos; cannot be used in an expression containing a call to &apos;{0}&apos; because it returns by reference.
        /// </summary>
        internal static string ERR_RefReturningCallAndAwait {
            get {
                return ResourceManager.GetString("ERR_RefReturningCallAndAwait", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain a call to a method, property, or indexer that returns by reference.
        /// </summary>
        internal static string ERR_RefReturningCallInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_RefReturningCallInExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
8480
        ///   Looks up a localized string similar to Cannot return local &apos;{0}&apos; by reference because it is not a ref local.
8481 8482 8483 8484 8485 8486 8487 8488
        /// </summary>
        internal static string ERR_RefReturnLocal {
            get {
                return ResourceManager.GetString("ERR_RefReturnLocal", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
8489
        ///   Looks up a localized string similar to Cannot return a member of local &apos;{0}&apos; by reference because it is not a ref local.
8490 8491 8492 8493 8494 8495 8496 8497
        /// </summary>
        internal static string ERR_RefReturnLocal2 {
            get {
                return ResourceManager.GetString("ERR_RefReturnLocal2", resourceCulture);
            }
        }
        
        /// <summary>
8498
        ///   Looks up a localized string similar to An expression cannot be used in this context because it may not be passed or returned by reference.
8499 8500 8501 8502 8503 8504 8505 8506 8507 8508 8509 8510 8511 8512 8513 8514
        /// </summary>
        internal static string ERR_RefReturnLvalueExpected {
            get {
                return ResourceManager.GetString("ERR_RefReturnLvalueExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The return expression must be of type &apos;{0}&apos; because this method returns by reference.
        /// </summary>
        internal static string ERR_RefReturnMustHaveIdentityConversion {
            get {
                return ResourceManager.GetString("ERR_RefReturnMustHaveIdentityConversion", resourceCulture);
            }
        }
        
8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 8525 8526 8527 8528 8529 8530 8531
        /// <summary>
        ///   Looks up a localized string similar to Cannot return &apos;{0}&apos; by reference because it was initialized to a value that cannot be returned by reference.
        /// </summary>
        internal static string ERR_RefReturnNonreturnableLocal {
            get {
                return ResourceManager.GetString("ERR_RefReturnNonreturnableLocal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return by reference a member of &apos;{0}&apos; because it was initialized to a value that cannot be returned by reference.
        /// </summary>
        internal static string ERR_RefReturnNonreturnableLocal2 {
            get {
                return ResourceManager.GetString("ERR_RefReturnNonreturnableLocal2", resourceCulture);
            }
        }
V
vsadov 已提交
8532
        
V
vsadov 已提交
8533 8534 8535
        /// <summary>
        ///   Looks up a localized string similar to Cannot return a parameter by reference &apos;{0}&apos; because it is not a ref or out parameter.
        /// </summary>
V
vsadov 已提交
8536 8537
        internal static string ERR_RefReturnParameter {
            get {
V
vsadov 已提交
8538 8539 8540
                return ResourceManager.GetString("ERR_RefReturnParameter", resourceCulture);
            }
        }
V
vsadov 已提交
8541
        
8542
        /// <summary>
8543
        ///   Looks up a localized string similar to Cannot return by reference a member of parameter &apos;{0}&apos; because it is not a ref or out parameter.
8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560
        /// </summary>
        internal static string ERR_RefReturnParameter2 {
            get {
                return ResourceManager.GetString("ERR_RefReturnParameter2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return the range variable &apos;{0}&apos; by reference.
        /// </summary>
        internal static string ERR_RefReturnRangeVariable {
            get {
                return ResourceManager.GetString("ERR_RefReturnRangeVariable", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
8561
        ///   Looks up a localized string similar to A readonly field cannot be returned by writable reference.
8562 8563 8564 8565 8566 8567 8568 8569
        /// </summary>
        internal static string ERR_RefReturnReadonly {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonly", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
8570
        ///   Looks up a localized string similar to Members of readonly field &apos;{0}&apos; cannot be returned by writable reference.
8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 8581 8582 8583 8584 8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 8598 8599 8600 8601 8602 8603 8604
        /// </summary>
        internal static string ERR_RefReturnReadonly2 {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonly2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return &apos;{0}&apos; by reference because it is read-only.
        /// </summary>
        internal static string ERR_RefReturnReadonlyLocal {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonlyLocal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return fields of &apos;{0}&apos; by reference because it is a &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_RefReturnReadonlyLocal2Cause {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonlyLocal2Cause", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return &apos;{0}&apos; by reference because it is a &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_RefReturnReadonlyLocalCause {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonlyLocalCause", resourceCulture);
            }
        }
        
8605
        /// <summary>
V
vsadov 已提交
8606
        ///   Looks up a localized string similar to Cannot return {0} &apos;{1}&apos; by writable reference because it is a readonly variable.
8607
        /// </summary>
V
vsadov 已提交
8608
        internal static string ERR_RefReturnReadonlyNotField {
8609
            get {
V
vsadov 已提交
8610
                return ResourceManager.GetString("ERR_RefReturnReadonlyNotField", resourceCulture);
8611 8612 8613 8614
            }
        }
        
        /// <summary>
V
vsadov 已提交
8615
        ///   Looks up a localized string similar to Members of {0} &apos;{1}&apos; cannot be returned by writable reference because it is a readonly variable.
8616
        /// </summary>
V
vsadov 已提交
8617
        internal static string ERR_RefReturnReadonlyNotField2 {
8618
            get {
V
vsadov 已提交
8619
                return ResourceManager.GetString("ERR_RefReturnReadonlyNotField2", resourceCulture);
8620 8621 8622
            }
        }
        
8623
        /// <summary>
V
vsadov 已提交
8624
        ///   Looks up a localized string similar to A static readonly field cannot be returned by writable reference.
8625 8626 8627 8628 8629 8630 8631 8632
        /// </summary>
        internal static string ERR_RefReturnReadonlyStatic {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonlyStatic", resourceCulture);
            }
        }
        
        /// <summary>
V
vsadov 已提交
8633
        ///   Looks up a localized string similar to Fields of static readonly field &apos;{0}&apos; cannot be returned by writable reference.
8634 8635 8636 8637 8638 8639 8640
        /// </summary>
        internal static string ERR_RefReturnReadonlyStatic2 {
            get {
                return ResourceManager.GetString("ERR_RefReturnReadonlyStatic2", resourceCulture);
            }
        }
        
8641 8642 8643 8644 8645 8646 8647 8648 8649
        /// <summary>
        ///   Looks up a localized string similar to Struct members cannot return &apos;this&apos; or other instance members by reference.
        /// </summary>
        internal static string ERR_RefReturnStructThis {
            get {
                return ResourceManager.GetString("ERR_RefReturnStructThis", resourceCulture);
            }
        }
        
V
vsadov 已提交
8650 8651 8652 8653 8654 8655 8656 8657 8658
        /// <summary>
        ///   Looks up a localized string similar to Cannot return &apos;this&apos; by reference..
        /// </summary>
        internal static string ERR_RefReturnThis {
            get {
                return ResourceManager.GetString("ERR_RefReturnThis", resourceCulture);
            }
        }
        
V
vsadov 已提交
8659 8660 8661 8662 8663 8664 8665 8666 8667
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: ref structs cannot implement interfaces.
        /// </summary>
        internal static string ERR_RefStructInterfaceImpl {
            get {
                return ResourceManager.GetString("ERR_RefStructInterfaceImpl", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 8679 8680 8681 8682 8683 8684 8685 8686 8687 8688 8689 8690 8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 8704 8705 8706 8707 8708 8709 8710 8711 8712 8713 8714 8715 8716 8717 8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 8728 8729 8730 8731 8732 8733 8734 8735 8736 8737 8738 8739 8740 8741 8742 8743 8744 8745 8746 8747 8748 8749 8750 8751 8752 8753 8754 8755 8756 8757 8758 8759 8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 8781 8782 8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 8797 8798 8799 8800 8801 8802 8803 8804 8805 8806 8807 8808 8809 8810 8811 8812 8813 8814 8815 8816 8817 8818 8819 8820 8821 8822 8823 8824 8825 8826 8827 8828 8829 8830 8831 8832 8833 8834 8835 8836 8837 8838 8839 8840 8841 8842 8843 8844 8845 8846 8847 8848 8849 8850 8851 8852 8853 8854 8855 8856 8857 8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 8875 8876 8877 8878 8879 8880 8881 8882 8883 8884 8885 8886 8887 8888 8889 8890 8891 8892 8893 8894 8895 8896 8897 8898 8899 8900 8901 8902 8903 8904 8905 8906 8907 8908 8909 8910
        /// <summary>
        ///   Looks up a localized string similar to The &apos;class&apos; or &apos;struct&apos; constraint must come before any other constraints.
        /// </summary>
        internal static string ERR_RefValBoundMustBeFirst {
            get {
                return ResourceManager.GetString("ERR_RefValBoundMustBeFirst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: cannot specify both a constraint class and the &apos;class&apos; or &apos;struct&apos; constraint.
        /// </summary>
        internal static string ERR_RefValBoundWithClass {
            get {
                return ResourceManager.GetString("ERR_RefValBoundWithClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The assembly name &apos;{0}&apos; is reserved and cannot be used as a reference in an interactive session.
        /// </summary>
        internal static string ERR_ReservedAssemblyName {
            get {
                return ResourceManager.GetString("ERR_ReservedAssemblyName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The enumerator name &apos;{0}&apos; is reserved and cannot be used.
        /// </summary>
        internal static string ERR_ReservedEnumerator {
            get {
                return ResourceManager.GetString("ERR_ReservedEnumerator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Each linked resource and module must have a unique filename. Filename &apos;{0}&apos; is specified more than once in this assembly.
        /// </summary>
        internal static string ERR_ResourceFileNameNotUnique {
            get {
                return ResourceManager.GetString("ERR_ResourceFileNameNotUnique", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Resource identifier &apos;{0}&apos; has already been used in this assembly.
        /// </summary>
        internal static string ERR_ResourceNotUnique {
            get {
                return ResourceManager.GetString("ERR_ResourceNotUnique", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Since &apos;{0}&apos; returns void, a return keyword must not be followed by an object expression.
        /// </summary>
        internal static string ERR_RetNoObjectRequired {
            get {
                return ResourceManager.GetString("ERR_RetNoObjectRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Anonymous function converted to a void returning delegate cannot return a value.
        /// </summary>
        internal static string ERR_RetNoObjectRequiredLambda {
            get {
                return ResourceManager.GetString("ERR_RetNoObjectRequiredLambda", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An object of a type convertible to &apos;{0}&apos; is required.
        /// </summary>
        internal static string ERR_RetObjectRequired {
            get {
                return ResourceManager.GetString("ERR_RetObjectRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: not all code paths return a value.
        /// </summary>
        internal static string ERR_ReturnExpected {
            get {
                return ResourceManager.GetString("ERR_ReturnExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot return a value from an iterator. Use the yield return statement to return a value, or yield break to end the iteration..
        /// </summary>
        internal static string ERR_ReturnInIterator {
            get {
                return ResourceManager.GetString("ERR_ReturnInIterator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot modify the return value of &apos;{0}&apos; because it is not a variable.
        /// </summary>
        internal static string ERR_ReturnNotLValue {
            get {
                return ResourceManager.GetString("ERR_ReturnNotLValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static types cannot be used as return types.
        /// </summary>
        internal static string ERR_ReturnTypeIsStaticClass {
            get {
                return ResourceManager.GetString("ERR_ReturnTypeIsStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{1}&apos; exists in both &apos;{0}&apos; and &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_SameFullNameAggAgg {
            get {
                return ResourceManager.GetString("ERR_SameFullNameAggAgg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The namespace &apos;{1}&apos; in &apos;{0}&apos; conflicts with the type &apos;{3}&apos; in &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_SameFullNameNsAgg {
            get {
                return ResourceManager.GetString("ERR_SameFullNameNsAgg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{1}&apos; in &apos;{0}&apos; conflicts with the namespace &apos;{3}&apos; in &apos;{2}&apos;.
        /// </summary>
        internal static string ERR_SameFullNameThisAggThisNs {
            get {
                return ResourceManager.GetString("ERR_SameFullNameThisAggThisNs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be sealed because it is not an override.
        /// </summary>
        internal static string ERR_SealedNonOverride {
            get {
                return ResourceManager.GetString("ERR_SealedNonOverride", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: a class cannot be both static and sealed.
        /// </summary>
        internal static string ERR_SealedStaticClass {
            get {
                return ResourceManager.GetString("ERR_SealedStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Security attribute &apos;{0}&apos; has an invalid SecurityAction value &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_SecurityAttributeInvalidAction {
            get {
                return ResourceManager.GetString("ERR_SecurityAttributeInvalidAction", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to SecurityAction value &apos;{0}&apos; is invalid for security attributes applied to an assembly.
        /// </summary>
        internal static string ERR_SecurityAttributeInvalidActionAssembly {
            get {
                return ResourceManager.GetString("ERR_SecurityAttributeInvalidActionAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to SecurityAction value &apos;{0}&apos; is invalid for security attributes applied to a type or a method.
        /// </summary>
        internal static string ERR_SecurityAttributeInvalidActionTypeOrMethod {
            get {
                return ResourceManager.GetString("ERR_SecurityAttributeInvalidActionTypeOrMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Security attribute &apos;{0}&apos; is not valid on this declaration type. Security attributes are only valid on assembly, type and method declarations..
        /// </summary>
        internal static string ERR_SecurityAttributeInvalidTarget {
            get {
                return ResourceManager.GetString("ERR_SecurityAttributeInvalidTarget", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to First argument to a security attribute must be a valid SecurityAction.
        /// </summary>
        internal static string ERR_SecurityAttributeMissingAction {
            get {
                return ResourceManager.GetString("ERR_SecurityAttributeMissingAction", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Security attribute &apos;{0}&apos; cannot be applied to an Async method..
        /// </summary>
        internal static string ERR_SecurityCriticalOrSecuritySafeCriticalOnAsync {
            get {
                return ResourceManager.GetString("ERR_SecurityCriticalOrSecuritySafeCriticalOnAsync", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Async methods are not allowed in an Interface, Class, or Structure which has the &apos;SecurityCritical&apos; or &apos;SecuritySafeCritical&apos; attribute..
        /// </summary>
        internal static string ERR_SecurityCriticalOrSecuritySafeCriticalOnAsyncInClassOrStruct {
            get {
                return ResourceManager.GetString("ERR_SecurityCriticalOrSecuritySafeCriticalOnAsyncInClassOrStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to ; expected.
        /// </summary>
        internal static string ERR_SemicolonExpected {
            get {
                return ResourceManager.GetString("ERR_SemicolonExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to { or ; expected.
        /// </summary>
        internal static string ERR_SemiOrLBraceExpected {
            get {
                return ResourceManager.GetString("ERR_SemiOrLBraceExpected", resourceCulture);
            }
        }
        
8911 8912 8913 8914 8915 8916 8917 8918 8919
        /// <summary>
        ///   Looks up a localized string similar to { or ; or =&gt; expected.
        /// </summary>
        internal static string ERR_SemiOrLBraceOrArrowExpected {
            get {
                return ResourceManager.GetString("ERR_SemiOrLBraceOrArrowExpected", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8920 8921 8922 8923 8924 8925 8926 8927 8928
        /// <summary>
        ///   Looks up a localized string similar to Key file &apos;{0}&apos; is missing the private key needed for signing.
        /// </summary>
        internal static string ERR_SignButNoPrivateKey {
            get {
                return ResourceManager.GetString("ERR_SignButNoPrivateKey", resourceCulture);
            }
        }
        
8929 8930 8931 8932 8933 8934 8935 8936 8937
        /// <summary>
        ///   Looks up a localized string similar to A single-line comment may not be used in an interpolated string..
        /// </summary>
        internal static string ERR_SingleLineCommentInExpressionHole {
            get {
                return ResourceManager.GetString("ERR_SingleLineCommentInExpressionHole", resourceCulture);
            }
        }
        
P
Pilchie 已提交
8938 8939 8940 8941 8942 8943 8944 8945 8946 8947 8948 8949 8950 8951 8952 8953 8954 8955 8956 8957 8958 8959 8960 8961 8962 8963 8964
        /// <summary>
        ///   Looks up a localized string similar to The type or namespace name &apos;{0}&apos; could not be found (are you missing a using directive or an assembly reference?).
        /// </summary>
        internal static string ERR_SingleTypeNameNotFound {
            get {
                return ResourceManager.GetString("ERR_SingleTypeNameNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The type name &apos;{0}&apos; could not be found. This type has been forwarded to assembly &apos;{1}&apos;. Consider adding a reference to that assembly..
        /// </summary>
        internal static string ERR_SingleTypeNameNotFoundFwd {
            get {
                return ResourceManager.GetString("ERR_SingleTypeNameNotFoundFwd", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not have a predefined size, therefore sizeof can only be used in an unsafe context (consider using System.Runtime.InteropServices.Marshal.SizeOf).
        /// </summary>
        internal static string ERR_SizeofUnsafe {
            get {
                return ResourceManager.GetString("ERR_SizeofUnsafe", resourceCulture);
            }
        }
        
8965 8966 8967 8968 8969 8970 8971 8972 8973
        /// <summary>
        ///   Looks up a localized string similar to Source file references are not supported..
        /// </summary>
        internal static string ERR_SourceFileReferencesNotSupported {
            get {
                return ResourceManager.GetString("ERR_SourceFileReferencesNotSupported", resourceCulture);
            }
        }
        
8974
        /// <summary>
8975
        ///   Looks up a localized string similar to /sourcelink switch is only supported when emitting PDB..
8976
        /// </summary>
8977
        internal static string ERR_SourceLinkRequiresPdb {
8978
            get {
8979
                return ResourceManager.GetString("ERR_SourceLinkRequiresPdb", resourceCulture);
8980 8981 8982
            }
        }
        
P
Pilchie 已提交
8983
        /// <summary>
A
Andy Gocke 已提交
8984
        ///   Looks up a localized string similar to Instance of type &apos;{0}&apos; cannot be used inside a nested function, query expression, iterator block or async method.
P
Pilchie 已提交
8985 8986 8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000
        /// </summary>
        internal static string ERR_SpecialByRefInLambda {
            get {
                return ResourceManager.GetString("ERR_SpecialByRefInLambda", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraint cannot be special class &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_SpecialTypeAsBound {
            get {
                return ResourceManager.GetString("ERR_SpecialTypeAsBound", resourceCulture);
            }
        }
        
9001 9002 9003 9004 9005 9006 9007 9008 9009
        /// <summary>
        ///   Looks up a localized string similar to Conversion of a stackalloc expression of type &apos;{0}&apos; to type &apos;{1}&apos; is not possible..
        /// </summary>
        internal static string ERR_StackAllocConversionNotPossible {
            get {
                return ResourceManager.GetString("ERR_StackAllocConversionNotPossible", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 9020 9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 9034 9035 9036 9037 9038 9039 9040 9041 9042 9043 9044 9045 9046 9047 9048 9049 9050 9051 9052 9053 9054 9055 9056 9057 9058 9059 9060 9061 9062 9063 9064 9065 9066 9067 9068 9069 9070 9071 9072 9073 9074 9075 9076 9077 9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 9088 9089 9090 9091 9092 9093 9094 9095 9096 9097 9098 9099 9100 9101 9102 9103 9104 9105 9106 9107 9108 9109 9110 9111 9112 9113 9114 9115 9116 9117 9118 9119 9120 9121 9122 9123 9124 9125 9126 9127 9128 9129 9130 9131 9132 9133 9134 9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147
        /// <summary>
        ///   Looks up a localized string similar to stackalloc may not be used in a catch or finally block.
        /// </summary>
        internal static string ERR_StackallocInCatchFinally {
            get {
                return ResourceManager.GetString("ERR_StackallocInCatchFinally", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A lambda expression with a statement body cannot be converted to an expression tree.
        /// </summary>
        internal static string ERR_StatementLambdaToExpressionTree {
            get {
                return ResourceManager.GetString("ERR_StatementLambdaToExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{1}&apos;: cannot derive from static class &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_StaticBaseClass {
            get {
                return ResourceManager.GetString("ERR_StaticBaseClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static classes cannot implement interfaces.
        /// </summary>
        internal static string ERR_StaticClassInterfaceImpl {
            get {
                return ResourceManager.GetString("ERR_StaticClassInterfaceImpl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The constant &apos;{0}&apos; cannot be marked static.
        /// </summary>
        internal static string ERR_StaticConstant {
            get {
                return ResourceManager.GetString("ERR_StaticConstant", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: a static constructor must be parameterless.
        /// </summary>
        internal static string ERR_StaticConstParam {
            get {
                return ResourceManager.GetString("ERR_StaticConstParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: access modifiers are not allowed on static constructors.
        /// </summary>
        internal static string ERR_StaticConstructorWithAccessModifiers {
            get {
                return ResourceManager.GetString("ERR_StaticConstructorWithAccessModifiers", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: static constructor cannot have an explicit &apos;this&apos; or &apos;base&apos; constructor call.
        /// </summary>
        internal static string ERR_StaticConstructorWithExplicitConstructorCall {
            get {
                return ResourceManager.GetString("ERR_StaticConstructorWithExplicitConstructorCall", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Static class &apos;{0}&apos; cannot derive from type &apos;{1}&apos;. Static classes must derive from object..
        /// </summary>
        internal static string ERR_StaticDerivedFromNonObject {
            get {
                return ResourceManager.GetString("ERR_StaticDerivedFromNonObject", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The second operand of an &apos;is&apos; or &apos;as&apos; operator may not be static type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_StaticInAsOrIs {
            get {
                return ResourceManager.GetString("ERR_StaticInAsOrIs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Static field or property &apos;{0}&apos; cannot be assigned in an object initializer.
        /// </summary>
        internal static string ERR_StaticMemberInObjectInitializer {
            get {
                return ResourceManager.GetString("ERR_StaticMemberInObjectInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A static member &apos;{0}&apos; cannot be marked as override, virtual, or abstract.
        /// </summary>
        internal static string ERR_StaticNotVirtual {
            get {
                return ResourceManager.GetString("ERR_StaticNotVirtual", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Struct member &apos;{0}&apos; of type &apos;{1}&apos; causes a cycle in the struct layout.
        /// </summary>
        internal static string ERR_StructLayoutCycle {
            get {
                return ResourceManager.GetString("ERR_StructLayoutCycle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The FieldOffset attribute is not allowed on static or const fields.
        /// </summary>
        internal static string ERR_StructOffsetOnBadField {
            get {
                return ResourceManager.GetString("ERR_StructOffsetOnBadField", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The FieldOffset attribute can only be placed on members of types marked with the StructLayout(LayoutKind.Explicit).
        /// </summary>
        internal static string ERR_StructOffsetOnBadStruct {
            get {
                return ResourceManager.GetString("ERR_StructOffsetOnBadStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Structs cannot contain explicit parameterless constructors.
        /// </summary>
P
Pharring 已提交
9148
        internal static string ERR_StructsCantContainDefaultConstructor {
P
Pilchie 已提交
9149
            get {
P
Pharring 已提交
9150
                return ResourceManager.GetString("ERR_StructsCantContainDefaultConstructor", resourceCulture);
P
Pilchie 已提交
9151 9152 9153 9154 9155 9156 9157 9158 9159 9160 9161 9162
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: structs cannot call base class constructors.
        /// </summary>
        internal static string ERR_StructWithBaseConstructorCall {
            get {
                return ResourceManager.GetString("ERR_StructWithBaseConstructorCall", resourceCulture);
            }
        }
        
9163 9164 9165 9166 9167 9168 9169 9170 9171
        /// <summary>
        ///   Looks up a localized string similar to Sub-expression cannot be used in an argument to nameof..
        /// </summary>
        internal static string ERR_SubexpressionNotInNameof {
            get {
                return ResourceManager.GetString("ERR_SubexpressionNotInNameof", resourceCulture);
            }
        }
        
9172
        /// <summary>
9173
        ///   Looks up a localized string similar to The switch expression must be a value; found &apos;{0}&apos;..
9174 9175 9176 9177 9178 9179 9180
        /// </summary>
        internal static string ERR_SwitchExpressionValueExpected {
            get {
                return ResourceManager.GetString("ERR_SwitchExpressionValueExpected", resourceCulture);
            }
        }
        
9181 9182 9183 9184 9185 9186 9187 9188 9189
        /// <summary>
        ///   Looks up a localized string similar to Control cannot fall out of switch from final case label (&apos;{0}&apos;).
        /// </summary>
        internal static string ERR_SwitchFallOut {
            get {
                return ResourceManager.GetString("ERR_SwitchFallOut", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9190 9191 9192 9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 9209 9210 9211 9212 9213 9214 9215 9216 9217 9218 9219 9220 9221 9222 9223 9224 9225 9226 9227 9228 9229 9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 9254 9255 9256 9257 9258 9259 9260 9261 9262 9263 9264 9265 9266 9267 9268 9269 9270 9271 9272 9273 9274 9275 9276 9277 9278 9279 9280 9281 9282 9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297
        /// <summary>
        ///   Looks up a localized string similar to Control cannot fall through from one case label (&apos;{0}&apos;) to another.
        /// </summary>
        internal static string ERR_SwitchFallThrough {
            get {
                return ResourceManager.GetString("ERR_SwitchFallThrough", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Command-line syntax error: Missing &apos;:&lt;number&gt;&apos; for &apos;{0}&apos; option.
        /// </summary>
        internal static string ERR_SwitchNeedsNumber {
            get {
                return ResourceManager.GetString("ERR_SwitchNeedsNumber", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Command-line syntax error: Missing &apos;{0}&apos; for &apos;{1}&apos; option.
        /// </summary>
        internal static string ERR_SwitchNeedsString {
            get {
                return ResourceManager.GetString("ERR_SwitchNeedsString", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;MethodImplOptions.Synchronized&apos; cannot be applied to an async method.
        /// </summary>
        internal static string ERR_SynchronizedAsyncMethod {
            get {
                return ResourceManager.GetString("ERR_SynchronizedAsyncMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Syntax error, &apos;{0}&apos; expected.
        /// </summary>
        internal static string ERR_SyntaxError {
            get {
                return ResourceManager.GetString("ERR_SyntaxError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to System.Void cannot be used from C# -- use typeof(void) to get the void type object.
        /// </summary>
        internal static string ERR_SystemVoid {
            get {
                return ResourceManager.GetString("ERR_SystemVoid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Since &apos;{0}&apos; is an async method that returns &apos;Task&apos;, a return keyword must not be followed by an object expression. Did you intend to return &apos;Task&lt;T&gt;&apos;?.
        /// </summary>
        internal static string ERR_TaskRetNoObjectRequired {
            get {
                return ResourceManager.GetString("ERR_TaskRetNoObjectRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Async lambda expression converted to a &apos;Task&apos; returning delegate cannot return a value. Did you intend to return &apos;Task&lt;T&gt;&apos;?.
        /// </summary>
        internal static string ERR_TaskRetNoObjectRequiredLambda {
            get {
                return ResourceManager.GetString("ERR_TaskRetNoObjectRequiredLambda", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Keyword &apos;this&apos; is not available in the current context.
        /// </summary>
        internal static string ERR_ThisInBadContext {
            get {
                return ResourceManager.GetString("ERR_ThisInBadContext", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Keyword &apos;this&apos; is not valid in a static property, static method, or static field initializer.
        /// </summary>
        internal static string ERR_ThisInStaticMeth {
            get {
                return ResourceManager.GetString("ERR_ThisInStaticMeth", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Keyword &apos;this&apos; or &apos;base&apos; expected.
        /// </summary>
        internal static string ERR_ThisOrBaseExpected {
            get {
                return ResourceManager.GetString("ERR_ThisOrBaseExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Anonymous methods, lambda expressions, and query expressions inside structs cannot access instance members of &apos;this&apos;. Consider copying &apos;this&apos; to a local variable outside the anonymous method, lambda expression or query expression and using the local instead..
        /// </summary>
        internal static string ERR_ThisStructNotInAnonMeth {
            get {
                return ResourceManager.GetString("ERR_ThisStructNotInAnonMeth", resourceCulture);
            }
        }
        
9298 9299 9300 9301 9302 9303 9304 9305 9306
        /// <summary>
        ///   Looks up a localized string similar to A throw expression is not allowed in this context..
        /// </summary>
        internal static string ERR_ThrowMisplaced {
            get {
                return ResourceManager.GetString("ERR_ThrowMisplaced", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9307 9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333
        /// <summary>
        ///   Looks up a localized string similar to Catch clauses cannot follow the general catch clause of a try statement.
        /// </summary>
        internal static string ERR_TooManyCatches {
            get {
                return ResourceManager.GetString("ERR_TooManyCatches", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Too many characters in character literal.
        /// </summary>
        internal static string ERR_TooManyCharsInConst {
            get {
                return ResourceManager.GetString("ERR_TooManyCharsInConst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Only 65534 locals, including those generated by the compiler, are allowed.
        /// </summary>
        internal static string ERR_TooManyLocals {
            get {
                return ResourceManager.GetString("ERR_TooManyLocals", resourceCulture);
            }
        }
        
9334 9335 9336 9337 9338 9339
        /// <summary>
        ///   Looks up a localized string similar to Combined length of user strings used by the program exceeds allowed limit. Try to decrease use of string literals..
        /// </summary>
        internal static string ERR_TooManyUserStrings {
            get {
                return ResourceManager.GetString("ERR_TooManyUserStrings", resourceCulture);
P
Pilchie 已提交
9340 9341 9342
            }
        }
        
9343 9344 9345 9346 9347 9348 9349 9350 9351
        /// <summary>
        ///   Looks up a localized string similar to A format specifier may not contain trailing whitespace..
        /// </summary>
        internal static string ERR_TrailingWhitespaceInFormatSpecifier {
            get {
                return ResourceManager.GetString("ERR_TrailingWhitespaceInFormatSpecifier", resourceCulture);
            }
        }
        
9352
        /// <summary>
9353
        ///   Looks up a localized string similar to Tuple element names must be unique..
9354
        /// </summary>
9355
        internal static string ERR_TupleDuplicateElementName {
9356
            get {
9357
                return ResourceManager.GetString("ERR_TupleDuplicateElementName", resourceCulture);
9358 9359 9360
            }
        }
        
9361 9362 9363 9364 9365 9366 9367 9368 9369
        /// <summary>
        ///   Looks up a localized string similar to Cannot define a class or member that utilizes tuples because the compiler required type &apos;{0}&apos; cannot be found. Are you missing a reference?.
        /// </summary>
        internal static string ERR_TupleElementNamesAttributeMissing {
            get {
                return ResourceManager.GetString("ERR_TupleElementNamesAttributeMissing", resourceCulture);
            }
        }
        
9370 9371 9372 9373 9374 9375 9376 9377 9378
        /// <summary>
        ///   Looks up a localized string similar to Tuple element names are not permitted on the left of a deconstruction..
        /// </summary>
        internal static string ERR_TupleElementNamesInDeconstruction {
            get {
                return ResourceManager.GetString("ERR_TupleElementNamesInDeconstruction", resourceCulture);
            }
        }
        
9379
        /// <summary>
9380
        ///   Looks up a localized string similar to Tuple element name &apos;{0}&apos; is inferred. Please use language version {1} or greater to access an element by its inferred name..
9381 9382 9383 9384 9385 9386 9387
        /// </summary>
        internal static string ERR_TupleInferredNamesNotAvailable {
            get {
                return ResourceManager.GetString("ERR_TupleInferredNamesNotAvailable", resourceCulture);
            }
        }
        
9388
        /// <summary>
9389
        ///   Looks up a localized string similar to Tuple element name &apos;{0}&apos; is only allowed at position {1}..
9390
        /// </summary>
9391
        internal static string ERR_TupleReservedElementName {
9392
            get {
9393
                return ResourceManager.GetString("ERR_TupleReservedElementName", resourceCulture);
9394 9395 9396
            }
        }
        
9397
        /// <summary>
9398
        ///   Looks up a localized string similar to Tuple element name &apos;{0}&apos; is disallowed at any position..
9399
        /// </summary>
9400
        internal static string ERR_TupleReservedElementNameAnyPosition {
9401
            get {
9402
                return ResourceManager.GetString("ERR_TupleReservedElementNameAnyPosition", resourceCulture);
9403 9404 9405
            }
        }
        
9406 9407 9408 9409 9410 9411 9412 9413 9414
        /// <summary>
        ///   Looks up a localized string similar to Tuple must contain at least two elements..
        /// </summary>
        internal static string ERR_TupleTooFewElements {
            get {
                return ResourceManager.GetString("ERR_TupleTooFewElements", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9415 9416 9417 9418 9419 9420 9421 9422 9423 9424 9425 9426 9427 9428 9429 9430 9431 9432
        /// <summary>
        ///   Looks up a localized string similar to The {1} &apos;{0}&apos; cannot be used with type arguments.
        /// </summary>
        internal static string ERR_TypeArgsNotAllowed {
            get {
                return ResourceManager.GetString("ERR_TypeArgsNotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type expected.
        /// </summary>
        internal static string ERR_TypeExpected {
            get {
                return ResourceManager.GetString("ERR_TypeExpected", resourceCulture);
            }
        }
        
9433
        /// <summary>
O
Omar Tawfik 已提交
9434
        ///   Looks up a localized string similar to Module &apos;{0}&apos; in assembly &apos;{1}&apos; is forwarding the type &apos;{2}&apos; to multiple assemblies: &apos;{3}&apos; and &apos;{4}&apos;..
9435 9436 9437 9438 9439
        /// </summary>
        internal static string ERR_TypeForwardedToMultipleAssemblies {
            get {
                return ResourceManager.GetString("ERR_TypeForwardedToMultipleAssemblies", resourceCulture);
            }
P
Pilchie 已提交
9440 9441
        }
        
9442 9443 9444 9445 9446 9447 9448 9449 9450
        /// <summary>
        ///   Looks up a localized string similar to Cannot infer the type of implicitly-typed deconstruction variable &apos;{0}&apos;..
        /// </summary>
        internal static string ERR_TypeInferenceFailedForImplicitlyTypedDeconstructionVariable {
            get {
                return ResourceManager.GetString("ERR_TypeInferenceFailedForImplicitlyTypedDeconstructionVariable", resourceCulture);
            }
        }
        
9451
        /// <summary>
9452
        ///   Looks up a localized string similar to Cannot infer the type of implicitly-typed out variable &apos;{0}&apos;..
9453 9454 9455 9456 9457 9458 9459
        /// </summary>
        internal static string ERR_TypeInferenceFailedForImplicitlyTypedOutVariable {
            get {
                return ResourceManager.GetString("ERR_TypeInferenceFailedForImplicitlyTypedOutVariable", resourceCulture);
            }
        }
        
9460 9461 9462 9463 9464 9465 9466 9467 9468
        /// <summary>
        ///   Looks up a localized string similar to The first operand of an &apos;as&apos; operator may not be a tuple literal without a natural type..
        /// </summary>
        internal static string ERR_TypelessTupleInAs {
            get {
                return ResourceManager.GetString("ERR_TypelessTupleInAs", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9469 9470 9471 9472 9473 9474 9475 9476 9477
        /// <summary>
        ///   Looks up a localized string similar to Type parameter declaration must be an identifier not a type.
        /// </summary>
        internal static string ERR_TypeParamMustBeIdentifier {
            get {
                return ResourceManager.GetString("ERR_TypeParamMustBeIdentifier", resourceCulture);
            }
        }
        
9478 9479 9480 9481 9482 9483 9484 9485 9486
        /// <summary>
        ///   Looks up a localized string similar to The type name &apos;{0}&apos; is reserved to be used by the compiler..
        /// </summary>
        internal static string ERR_TypeReserved {
            get {
                return ResourceManager.GetString("ERR_TypeReserved", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9487 9488 9489 9490 9491 9492 9493 9494 9495 9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 9510 9511 9512 9513 9514 9515 9516 9517 9518 9519 9520 9521 9522 9523 9524 9525 9526 9527 9528 9529 9530 9531 9532 9533 9534 9535 9536 9537 9538 9539 9540 9541
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert null to type parameter &apos;{0}&apos; because it could be a non-nullable value type. Consider using &apos;default({0})&apos; instead..
        /// </summary>
        internal static string ERR_TypeVarCantBeNull {
            get {
                return ResourceManager.GetString("ERR_TypeVarCantBeNull", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type parameter &apos;{0}&apos; has the same name as the containing type, or method.
        /// </summary>
        internal static string ERR_TypeVariableSameAsParent {
            get {
                return ResourceManager.GetString("ERR_TypeVariableSameAsParent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The contextual keyword &apos;var&apos; may only appear within a local variable declaration or in script code.
        /// </summary>
        internal static string ERR_TypeVarNotFound {
            get {
                return ResourceManager.GetString("ERR_TypeVarNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The contextual keyword &apos;var&apos; cannot be used in a range variable declaration.
        /// </summary>
        internal static string ERR_TypeVarNotFoundRangeVariable {
            get {
                return ResourceManager.GetString("ERR_TypeVarNotFoundRangeVariable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{1}&apos; does not define type parameter &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_TyVarNotFoundInConstraint {
            get {
                return ResourceManager.GetString("ERR_TyVarNotFoundInConstraint", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Field &apos;{0}&apos; must be fully assigned before control is returned to the caller.
        /// </summary>
        internal static string ERR_UnassignedThis {
            get {
                return ResourceManager.GetString("ERR_UnassignedThis", resourceCulture);
            }
        }
        
        /// <summary>
9542
        ///   Looks up a localized string similar to Auto-implemented property &apos;{0}&apos; must be fully assigned before control is returned to the caller..
P
Pilchie 已提交
9543 9544 9545 9546 9547 9548 9549 9550 9551 9552 9553 9554 9555 9556 9557 9558
        /// </summary>
        internal static string ERR_UnassignedThisAutoProperty {
            get {
                return ResourceManager.GetString("ERR_UnassignedThisAutoProperty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot modify the result of an unboxing conversion.
        /// </summary>
        internal static string ERR_UnboxNotLValue {
            get {
                return ResourceManager.GetString("ERR_UnboxNotLValue", resourceCulture);
            }
        }
        
9559
        /// <summary>
9560
        ///   Looks up a localized string similar to Missing close delimiter &apos;}&apos; for interpolated expression started with &apos;{&apos;..
9561 9562 9563 9564 9565 9566 9567
        /// </summary>
        internal static string ERR_UnclosedExpressionHole {
            get {
                return ResourceManager.GetString("ERR_UnclosedExpressionHole", resourceCulture);
            }
        }
        
9568 9569 9570 9571 9572 9573 9574 9575 9576
        /// <summary>
        ///   Looks up a localized string similar to A &apos;{0}&apos; character must be escaped (by doubling) in an interpolated string..
        /// </summary>
        internal static string ERR_UnescapedCurly {
            get {
                return ResourceManager.GetString("ERR_UnescapedCurly", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9577 9578 9579 9580 9581 9582 9583 9584 9585
        /// <summary>
        ///   Looks up a localized string similar to Unexpected use of an aliased name.
        /// </summary>
        internal static string ERR_UnexpectedAliasedName {
            get {
                return ResourceManager.GetString("ERR_UnexpectedAliasedName", resourceCulture);
            }
        }
        
9586 9587 9588 9589 9590 9591 9592 9593 9594
        /// <summary>
        ///   Looks up a localized string similar to Type arguments are not allowed in the nameof operator..
        /// </summary>
        internal static string ERR_UnexpectedBoundGenericName {
            get {
                return ResourceManager.GetString("ERR_UnexpectedBoundGenericName", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9595 9596 9597 9598 9599 9600 9601 9602 9603 9604 9605 9606 9607 9608 9609 9610 9611 9612 9613 9614 9615 9616 9617 9618 9619 9620 9621 9622 9623 9624 9625 9626 9627 9628 9629 9630
        /// <summary>
        ///   Looks up a localized string similar to Unexpected character &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_UnexpectedCharacter {
            get {
                return ResourceManager.GetString("ERR_UnexpectedCharacter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unexpected preprocessor directive.
        /// </summary>
        internal static string ERR_UnexpectedDirective {
            get {
                return ResourceManager.GetString("ERR_UnexpectedDirective", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unexpected use of a generic name.
        /// </summary>
        internal static string ERR_UnexpectedGenericName {
            get {
                return ResourceManager.GetString("ERR_UnexpectedGenericName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Semicolon after method or accessor block is not valid.
        /// </summary>
        internal static string ERR_UnexpectedSemicolon {
            get {
                return ResourceManager.GetString("ERR_UnexpectedSemicolon", resourceCulture);
            }
        }
        
9631 9632 9633 9634 9635 9636 9637 9638 9639
        /// <summary>
        ///   Looks up a localized string similar to Unexpected token &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_UnexpectedToken {
            get {
                return ResourceManager.GetString("ERR_UnexpectedToken", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9640 9641 9642 9643 9644 9645 9646 9647 9648 9649 9650 9651 9652 9653 9654 9655 9656 9657 9658 9659 9660 9661 9662 9663 9664 9665 9666 9667 9668 9669 9670 9671 9672 9673 9674 9675 9676 9677 9678 9679 9680 9681 9682 9683 9684 9685 9686 9687 9688 9689 9690 9691 9692 9693 9694 9695 9696 9697 9698 9699 9700 9701 9702 9703 9704 9705 9706 9707 9708 9709 9710 9711 9712 9713 9714 9715 9716 9717 9718 9719 9720 9721 9722 9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 9737 9738 9739 9740 9741 9742 9743 9744 9745 9746 9747 9748 9749 9750 9751 9752 9753 9754 9755 9756 9757 9758 9759 9760 9761 9762 9763 9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 9776 9777 9778 9779 9780 9781 9782 9783
        /// <summary>
        ///   Looks up a localized string similar to Unexpected use of an unbound generic name.
        /// </summary>
        internal static string ERR_UnexpectedUnboundGenericName {
            get {
                return ResourceManager.GetString("ERR_UnexpectedUnboundGenericName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid variance: The type parameter &apos;{1}&apos; must be {3} valid on &apos;{0}&apos;. &apos;{1}&apos; is {2}..
        /// </summary>
        internal static string ERR_UnexpectedVariance {
            get {
                return ResourceManager.GetString("ERR_UnexpectedVariance", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot implement both &apos;{1}&apos; and &apos;{2}&apos; because they may unify for some type parameter substitutions.
        /// </summary>
        internal static string ERR_UnifyingInterfaceInstantiations {
            get {
                return ResourceManager.GetString("ERR_UnifyingInterfaceInstantiations", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement inherited abstract member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_UnimplementedAbstractMethod {
            get {
                return ResourceManager.GetString("ERR_UnimplementedAbstractMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement interface member &apos;{1}&apos;. &apos;{2}&apos; is not public..
        /// </summary>
        internal static string ERR_UnimplementedInterfaceAccessor {
            get {
                return ResourceManager.GetString("ERR_UnimplementedInterfaceAccessor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement interface member &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_UnimplementedInterfaceMember {
            get {
                return ResourceManager.GetString("ERR_UnimplementedInterfaceMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A previous catch clause already catches all exceptions of this or of a super type (&apos;{0}&apos;).
        /// </summary>
        internal static string ERR_UnreachableCatch {
            get {
                return ResourceManager.GetString("ERR_UnreachableCatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Async methods cannot have unsafe parameters or return types.
        /// </summary>
        internal static string ERR_UnsafeAsyncArgType {
            get {
                return ResourceManager.GetString("ERR_UnsafeAsyncArgType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Iterators cannot have unsafe parameters or yield types.
        /// </summary>
        internal static string ERR_UnsafeIteratorArgType {
            get {
                return ResourceManager.GetString("ERR_UnsafeIteratorArgType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Pointers and fixed size buffers may only be used in an unsafe context.
        /// </summary>
        internal static string ERR_UnsafeNeeded {
            get {
                return ResourceManager.GetString("ERR_UnsafeNeeded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unsafe type &apos;{0}&apos; cannot be used in object creation.
        /// </summary>
        internal static string ERR_UnsafeTypeInObjectCreation {
            get {
                return ResourceManager.GetString("ERR_UnsafeTypeInObjectCreation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Transparent identifier member access failed for field &apos;{0}&apos; of &apos;{1}&apos;.  Does the data being queried implement the query pattern?.
        /// </summary>
        internal static string ERR_UnsupportedTransparentIdentifierAccess {
            get {
                return ResourceManager.GetString("ERR_UnsupportedTransparentIdentifierAccess", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unterminated string literal.
        /// </summary>
        internal static string ERR_UnterminatedStringLit {
            get {
                return ResourceManager.GetString("ERR_UnterminatedStringLit", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Use of unassigned local variable &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_UseDefViolation {
            get {
                return ResourceManager.GetString("ERR_UseDefViolation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Use of possibly unassigned field &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_UseDefViolationField {
            get {
                return ResourceManager.GetString("ERR_UseDefViolationField", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Use of unassigned out parameter &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_UseDefViolationOut {
            get {
                return ResourceManager.GetString("ERR_UseDefViolationOut", resourceCulture);
            }
        }
        
9784 9785 9786 9787 9788 9789 9790 9791 9792
        /// <summary>
        ///   Looks up a localized string similar to Use of possibly unassigned auto-implemented property &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_UseDefViolationProperty {
            get {
                return ResourceManager.GetString("ERR_UseDefViolationProperty", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9793 9794 9795 9796 9797 9798 9799 9800 9801 9802 9803 9804 9805 9806 9807 9808 9809 9810
        /// <summary>
        ///   Looks up a localized string similar to The &apos;this&apos; object cannot be used before all of its fields are assigned to.
        /// </summary>
        internal static string ERR_UseDefViolationThis {
            get {
                return ResourceManager.GetString("ERR_UseDefViolationThis", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A using clause must precede all other elements defined in the namespace except extern alias declarations.
        /// </summary>
        internal static string ERR_UsingAfterElements {
            get {
                return ResourceManager.GetString("ERR_UsingAfterElements", resourceCulture);
            }
        }
        
9811
        /// <summary>
9812
        ///   Looks up a localized string similar to A switch expression or case label must be a bool, char, string, integral, enum, or corresponding nullable type in C# 6 and earlier..
9813 9814 9815 9816 9817 9818 9819
        /// </summary>
        internal static string ERR_V6SwitchGoverningTypeValueExpected {
            get {
                return ResourceManager.GetString("ERR_V6SwitchGoverningTypeValueExpected", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9820 9821 9822 9823 9824 9825 9826 9827 9828 9829 9830 9831 9832 9833 9834 9835 9836 9837 9838 9839 9840 9841 9842 9843 9844 9845 9846 9847 9848 9849 9850 9851 9852 9853 9854 9855 9856 9857 9858 9859 9860 9861 9862 9863 9864 9865 9866 9867 9868 9869 9870 9871 9872 9873 9874 9875 9876 9877 9878 9879 9880 9881 9882 9883 9884 9885 9886 9887 9888 9889 9890 9891 9892 9893 9894 9895 9896 9897 9898 9899 9900 9901 9902 9903 9904 9905 9906 9907 9908 9909 9910 9911 9912 9913 9914 9915 9916 9917 9918 9919 9920 9921 9922 9923 9924 9925 9926 9927
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{2}&apos; must be a non-nullable value type in order to use it as parameter &apos;{1}&apos; in the generic type or method &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_ValConstraintNotSatisfied {
            get {
                return ResourceManager.GetString("ERR_ValConstraintNotSatisfied", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert null to &apos;{0}&apos; because it is a non-nullable value type.
        /// </summary>
        internal static string ERR_ValueCantBeNull {
            get {
                return ResourceManager.GetString("ERR_ValueCantBeNull", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Syntax error; value expected.
        /// </summary>
        internal static string ERR_ValueExpected {
            get {
                return ResourceManager.GetString("ERR_ValueExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Extension method &apos;{0}&apos; defined on value type &apos;{1}&apos; cannot be used to create delegates.
        /// </summary>
        internal static string ERR_ValueTypeExtDelegate {
            get {
                return ResourceManager.GetString("ERR_ValueTypeExtDelegate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Members of property &apos;{0}&apos; of type &apos;{1}&apos; cannot be assigned with an object initializer because it is of a value type.
        /// </summary>
        internal static string ERR_ValueTypePropertyInObjectInitializer {
            get {
                return ResourceManager.GetString("ERR_ValueTypePropertyInObjectInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to __arglist is not allowed in the parameter list of async methods.
        /// </summary>
        internal static string ERR_VarargsAsync {
            get {
                return ResourceManager.GetString("ERR_VarargsAsync", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An expression tree lambda may not contain a method with variable arguments.
        /// </summary>
        internal static string ERR_VarArgsInExpressionTree {
            get {
                return ResourceManager.GetString("ERR_VarArgsInExpressionTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to __arglist is not allowed in the parameter list of iterators.
        /// </summary>
        internal static string ERR_VarargsIterator {
            get {
                return ResourceManager.GetString("ERR_VarargsIterator", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An __arglist parameter must be the last parameter in a formal parameter list.
        /// </summary>
        internal static string ERR_VarargsLast {
            get {
                return ResourceManager.GetString("ERR_VarargsLast", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot declare a variable of static type &apos;{0}&apos;.
        /// </summary>
        internal static string ERR_VarDeclIsStaticClass {
            get {
                return ResourceManager.GetString("ERR_VarDeclIsStaticClass", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use local variable &apos;{0}&apos; before it is declared.
        /// </summary>
        internal static string ERR_VariableUsedBeforeDeclaration {
            get {
                return ResourceManager.GetString("ERR_VariableUsedBeforeDeclaration", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot use local variable &apos;{0}&apos; before it is declared. The declaration of the local variable hides the field &apos;{1}&apos;..
        /// </summary>
        internal static string ERR_VariableUsedBeforeDeclarationAndHidesField {
            get {
                return ResourceManager.GetString("ERR_VariableUsedBeforeDeclarationAndHidesField", resourceCulture);
            }
        }
        
9928 9929 9930 9931 9932 9933 9934 9935 9936
        /// <summary>
        ///   Looks up a localized string similar to The syntax &apos;var (...)&apos; as an lvalue is reserved..
        /// </summary>
        internal static string ERR_VarInvocationLvalueReserved {
            get {
                return ResourceManager.GetString("ERR_VarInvocationLvalueReserved", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9937 9938 9939 9940 9941 9942 9943 9944 9945 9946
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: virtual or abstract members cannot be private.
        /// </summary>
        internal static string ERR_VirtualPrivate {
            get {
                return ResourceManager.GetString("ERR_VirtualPrivate", resourceCulture);
            }
        }
        
        /// <summary>
9947 9948 9949 9950 9951 9952 9953 9954
        ///   Looks up a localized string similar to A value of type &apos;void&apos; may not be assigned..
        /// </summary>
        internal static string ERR_VoidAssignment {
            get {
                return ResourceManager.GetString("ERR_VoidAssignment", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9955 9956 9957 9958 9959 9960 9961 9962 9963
        /// <summary>
        ///   Looks up a localized string similar to The operation in question is undefined on void pointers.
        /// </summary>
        internal static string ERR_VoidError {
            get {
                return ResourceManager.GetString("ERR_VoidError", resourceCulture);
            }
        }
        
9964 9965 9966 9967 9968 9969 9970 9971 9972
        /// <summary>
        ///   Looks up a localized string similar to A tuple may not contain a value of type &apos;void&apos;..
        /// </summary>
        internal static string ERR_VoidInTuple {
            get {
                return ResourceManager.GetString("ERR_VoidInTuple", resourceCulture);
            }
        }
        
P
Pilchie 已提交
9973 9974 9975 9976 9977 9978 9979 9980 9981 9982 9983 9984 9985 9986 9987 9988 9989 9990 9991 9992 9993 9994 9995 9996 9997 9998 9999 10000 10001 10002 10003 10004 10005 10006 10007 10008
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: a field cannot be both volatile and readonly.
        /// </summary>
        internal static string ERR_VolatileAndReadonly {
            get {
                return ResourceManager.GetString("ERR_VolatileAndReadonly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: a volatile field cannot be of the type &apos;{1}&apos;.
        /// </summary>
        internal static string ERR_VolatileStruct {
            get {
                return ResourceManager.GetString("ERR_VolatileStruct", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A Windows Runtime event may not be passed as an out or ref parameter..
        /// </summary>
        internal static string ERR_WinRtEventPassedByRef {
            get {
                return ResourceManager.GetString("ERR_WinRtEventPassedByRef", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The yield statement cannot be used inside an anonymous method or lambda expression.
        /// </summary>
        internal static string ERR_YieldInAnonMeth {
            get {
                return ResourceManager.GetString("ERR_YieldInAnonMeth", resourceCulture);
            }
        }
        
10009 10010 10011 10012 10013 10014 10015 10016 10017
        /// <summary>
        ///   Looks up a localized string similar to Cannot use &apos;yield&apos; in top-level script code.
        /// </summary>
        internal static string ERR_YieldNotAllowedInScript {
            get {
                return ResourceManager.GetString("ERR_YieldNotAllowedInScript", resourceCulture);
            }
        }
        
10018 10019 10020 10021 10022 10023 10024 10025 10026
        /// <summary>
        ///   Looks up a localized string similar to Algorithm &apos;{0}&apos; is not supported.
        /// </summary>
        internal static string FTL_BadChecksumAlgorithm {
            get {
                return ResourceManager.GetString("FTL_BadChecksumAlgorithm", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10027 10028 10029 10030 10031 10032 10033 10034 10035 10036 10037 10038 10039 10040 10041 10042 10043 10044 10045 10046 10047 10048 10049 10050 10051 10052 10053 10054 10055 10056 10057 10058 10059 10060 10061 10062 10063 10064 10065 10066 10067 10068 10069 10070 10071 10072 10073 10074 10075 10076 10077 10078 10079 10080 10081 10082 10083 10084 10085 10086 10087 10088 10089
        /// <summary>
        ///   Looks up a localized string similar to Code page &apos;{0}&apos; is invalid or not installed.
        /// </summary>
        internal static string FTL_BadCodepage {
            get {
                return ResourceManager.GetString("FTL_BadCodepage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unexpected error writing debug information -- &apos;{0}&apos;.
        /// </summary>
        internal static string FTL_DebugEmitFailure {
            get {
                return ResourceManager.GetString("FTL_DebugEmitFailure", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to File name &apos;{0}&apos; is empty, contains invalid characters, has a drive specification without an absolute path, or is too long.
        /// </summary>
        internal static string FTL_InputFileNameTooLong {
            get {
                return ResourceManager.GetString("FTL_InputFileNameTooLong", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid target type for /target: must specify &apos;exe&apos;, &apos;winexe&apos;, &apos;library&apos;, or &apos;module&apos;.
        /// </summary>
        internal static string FTL_InvalidTarget {
            get {
                return ResourceManager.GetString("FTL_InvalidTarget", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Metadata file &apos;{0}&apos; could not be opened -- {1}.
        /// </summary>
        internal static string FTL_MetadataCantOpenFile {
            get {
                return ResourceManager.GetString("FTL_MetadataCantOpenFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot create short filename &apos;{0}&apos; when a long filename with the same short filename already exists.
        /// </summary>
        internal static string FTL_OutputFileExists {
            get {
                return ResourceManager.GetString("FTL_OutputFileExists", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Generic parameter is definition when expected to be reference {0}.
        /// </summary>
        internal static string GenericParameterDefinition {
            get {
                return ResourceManager.GetString("GenericParameterDefinition", resourceCulture);
            }
        }
        
10090 10091 10092 10093 10094 10095 10096 10097 10098
        /// <summary>
        ///   Looks up a localized string similar to Unused extern alias..
        /// </summary>
        internal static string HDN_UnusedExternAlias {
            get {
                return ResourceManager.GetString("HDN_UnusedExternAlias", resourceCulture);
            }
        }
        
M
manishv 已提交
10099
        /// <summary>
10100
        ///   Looks up a localized string similar to Unused extern alias.
M
manishv 已提交
10101 10102 10103 10104 10105 10106 10107
        /// </summary>
        internal static string HDN_UnusedExternAlias_Title {
            get {
                return ResourceManager.GetString("HDN_UnusedExternAlias_Title", resourceCulture);
            }
        }
        
10108 10109 10110 10111 10112 10113 10114 10115 10116
        /// <summary>
        ///   Looks up a localized string similar to Unnecessary using directive..
        /// </summary>
        internal static string HDN_UnusedUsingDirective {
            get {
                return ResourceManager.GetString("HDN_UnusedUsingDirective", resourceCulture);
            }
        }
        
M
manishv 已提交
10117
        /// <summary>
10118
        ///   Looks up a localized string similar to Unnecessary using directive.
M
manishv 已提交
10119 10120 10121 10122 10123 10124 10125
        /// </summary>
        internal static string HDN_UnusedUsingDirective_Title {
            get {
                return ResourceManager.GetString("HDN_UnusedUsingDirective_Title", resourceCulture);
            }
        }
        
10126 10127 10128 10129 10130 10131 10132 10133 10134
        /// <summary>
        ///   Looks up a localized string similar to {0} is not a valid C# compound assignment operation.
        /// </summary>
        internal static string ICompoundAssignmentOperationIsNotCSharpCompoundAssignment {
            get {
                return ResourceManager.GetString("ICompoundAssignmentOperationIsNotCSharpCompoundAssignment", resourceCulture);
            }
        }
        
10135
        /// <summary>
10136
        ///   Looks up a localized string similar to {0} is not a valid C# conversion expression.
10137
        /// </summary>
10138
        internal static string IConversionExpressionIsNotCSharpConversion {
10139
            get {
10140
                return ResourceManager.GetString("IConversionExpressionIsNotCSharpConversion", resourceCulture);
10141 10142 10143
            }
        }
        
P
Pilchie 已提交
10144 10145 10146 10147 10148 10149 10150 10151 10152 10153
        /// <summary>
        ///   Looks up a localized string similar to anonymous method.
        /// </summary>
        internal static string IDS_AnonMethod {
            get {
                return ResourceManager.GetString("IDS_AnonMethod", resourceCulture);
            }
        }
        
        /// <summary>
10154 10155 10156 10157 10158 10159 10160 10161 10162
        ///   Looks up a localized string similar to await in catch blocks and finally blocks.
        /// </summary>
        internal static string IDS_AwaitInCatchAndFinally {
            get {
                return ResourceManager.GetString("IDS_AwaitInCatchAndFinally", resourceCulture);
            }
        }
        
        /// <summary>
P
Pilchie 已提交
10163 10164 10165 10166 10167 10168 10169 10170 10171 10172 10173 10174 10175 10176 10177 10178 10179 10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 10191 10192 10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205
        ///   Looks up a localized string similar to collection.
        /// </summary>
        internal static string IDS_Collection {
            get {
                return ResourceManager.GetString("IDS_Collection", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to contravariant.
        /// </summary>
        internal static string IDS_Contravariant {
            get {
                return ResourceManager.GetString("IDS_Contravariant", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to contravariantly.
        /// </summary>
        internal static string IDS_Contravariantly {
            get {
                return ResourceManager.GetString("IDS_Contravariantly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to covariant.
        /// </summary>
        internal static string IDS_Covariant {
            get {
                return ResourceManager.GetString("IDS_Covariant", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to covariantly.
        /// </summary>
        internal static string IDS_Covariantly {
            get {
                return ResourceManager.GetString("IDS_Covariantly", resourceCulture);
            }
        }
V
vsadov 已提交
10206
        
10207 10208 10209 10210 10211
        /// <summary>
        ///   Looks up a localized string similar to 
        ///                              Visual C# Compiler Options
        ///
        ///                        - OUTPUT FILES -
T
Ty Overby 已提交
10212
        /// /out:&lt;file&gt;                   Specify output file name (default: base name of
10213
        ///                               file with main class or first file)
T
Ty Overby 已提交
10214
        /// /target:exe                   Build a console executable (default) (Short
10215
        ///                               form: /t:exe)
T
Ty Overby 已提交
10216
        /// /target:winexe                Build a Windows executable (Short form:
10217
        ///                               /t:winexe)
T
Ty Overby 已提交
10218
        /// /target:library        [rest of string was truncated]&quot;;.
10219
        /// </summary>
V
vsadov 已提交
10220 10221
        internal static string IDS_CSCHelp {
            get {
10222 10223 10224 10225
                return ResourceManager.GetString("IDS_CSCHelp", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10226 10227 10228 10229 10230 10231 10232 10233 10234 10235 10236 10237 10238 10239 10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 10253 10254 10255 10256 10257 10258 10259 10260 10261 10262 10263 10264 10265 10266 10267 10268 10269 10270
        /// <summary>
        ///   Looks up a localized string similar to directory does not exist.
        /// </summary>
        internal static string IDS_DirectoryDoesNotExist {
            get {
                return ResourceManager.GetString("IDS_DirectoryDoesNotExist", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to path is too long or invalid.
        /// </summary>
        internal static string IDS_DirectoryHasInvalidPath {
            get {
                return ResourceManager.GetString("IDS_DirectoryHasInvalidPath", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to anonymous methods.
        /// </summary>
        internal static string IDS_FeatureAnonDelegates {
            get {
                return ResourceManager.GetString("IDS_FeatureAnonDelegates", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to anonymous types.
        /// </summary>
        internal static string IDS_FeatureAnonymousTypes {
            get {
                return ResourceManager.GetString("IDS_FeatureAnonymousTypes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to async function.
        /// </summary>
        internal static string IDS_FeatureAsync {
            get {
                return ResourceManager.GetString("IDS_FeatureAsync", resourceCulture);
            }
        }
        
10271 10272 10273 10274 10275 10276 10277 10278 10279
        /// <summary>
        ///   Looks up a localized string similar to async main.
        /// </summary>
        internal static string IDS_FeatureAsyncMain {
            get {
                return ResourceManager.GetString("IDS_FeatureAsyncMain", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10280 10281 10282 10283 10284 10285 10286 10287 10288
        /// <summary>
        ///   Looks up a localized string similar to automatically implemented properties.
        /// </summary>
        internal static string IDS_FeatureAutoImplementedProperties {
            get {
                return ResourceManager.GetString("IDS_FeatureAutoImplementedProperties", resourceCulture);
            }
        }
        
10289 10290 10291 10292 10293 10294 10295 10296 10297
        /// <summary>
        ///   Looks up a localized string similar to auto property initializer.
        /// </summary>
        internal static string IDS_FeatureAutoPropertyInitializer {
            get {
                return ResourceManager.GetString("IDS_FeatureAutoPropertyInitializer", resourceCulture);
            }
        }
        
10298 10299 10300 10301 10302 10303 10304 10305 10306
        /// <summary>
        ///   Looks up a localized string similar to binary literals.
        /// </summary>
        internal static string IDS_FeatureBinaryLiteral {
            get {
                return ResourceManager.GetString("IDS_FeatureBinaryLiteral", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 10322 10323 10324
        /// <summary>
        ///   Looks up a localized string similar to collection initializer.
        /// </summary>
        internal static string IDS_FeatureCollectionInitializer {
            get {
                return ResourceManager.GetString("IDS_FeatureCollectionInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to default operator.
        /// </summary>
        internal static string IDS_FeatureDefault {
            get {
                return ResourceManager.GetString("IDS_FeatureDefault", resourceCulture);
            }
        }
        
10325
        /// <summary>
10326
        ///   Looks up a localized string similar to default literal.
10327 10328 10329 10330 10331 10332 10333
        /// </summary>
        internal static string IDS_FeatureDefaultLiteral {
            get {
                return ResourceManager.GetString("IDS_FeatureDefaultLiteral", resourceCulture);
            }
        }
        
10334 10335 10336 10337 10338 10339 10340 10341 10342
        /// <summary>
        ///   Looks up a localized string similar to dictionary initializer.
        /// </summary>
        internal static string IDS_FeatureDictionaryInitializer {
            get {
                return ResourceManager.GetString("IDS_FeatureDictionaryInitializer", resourceCulture);
            }
        }
        
10343 10344 10345 10346 10347 10348 10349 10350 10351
        /// <summary>
        ///   Looks up a localized string similar to digit separators.
        /// </summary>
        internal static string IDS_FeatureDigitSeparator {
            get {
                return ResourceManager.GetString("IDS_FeatureDigitSeparator", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10352 10353 10354 10355 10356 10357 10358 10359 10360 10361 10362 10363 10364 10365 10366 10367 10368 10369
        /// <summary>
        ///   Looks up a localized string similar to dynamic.
        /// </summary>
        internal static string IDS_FeatureDynamic {
            get {
                return ResourceManager.GetString("IDS_FeatureDynamic", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to exception filter.
        /// </summary>
        internal static string IDS_FeatureExceptionFilter {
            get {
                return ResourceManager.GetString("IDS_FeatureExceptionFilter", resourceCulture);
            }
        }
        
10370
        /// <summary>
10371
        ///   Looks up a localized string similar to expression body property accessor.
10372 10373 10374 10375 10376 10377 10378 10379
        /// </summary>
        internal static string IDS_FeatureExpressionBodiedAccessor {
            get {
                return ResourceManager.GetString("IDS_FeatureExpressionBodiedAccessor", resourceCulture);
            }
        }
        
        /// <summary>
10380
        ///   Looks up a localized string similar to expression body constructor and destructor.
10381 10382 10383 10384 10385 10386 10387
        /// </summary>
        internal static string IDS_FeatureExpressionBodiedDeOrConstructor {
            get {
                return ResourceManager.GetString("IDS_FeatureExpressionBodiedDeOrConstructor", resourceCulture);
            }
        }
        
10388 10389 10390 10391 10392 10393 10394 10395 10396 10397 10398 10399 10400 10401 10402 10403 10404 10405 10406 10407 10408 10409 10410 10411 10412 10413 10414
        /// <summary>
        ///   Looks up a localized string similar to expression-bodied indexer.
        /// </summary>
        internal static string IDS_FeatureExpressionBodiedIndexer {
            get {
                return ResourceManager.GetString("IDS_FeatureExpressionBodiedIndexer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to expression-bodied method.
        /// </summary>
        internal static string IDS_FeatureExpressionBodiedMethod {
            get {
                return ResourceManager.GetString("IDS_FeatureExpressionBodiedMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to expression-bodied property.
        /// </summary>
        internal static string IDS_FeatureExpressionBodiedProperty {
            get {
                return ResourceManager.GetString("IDS_FeatureExpressionBodiedProperty", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10415 10416 10417 10418 10419 10420 10421 10422 10423 10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 10439 10440 10441 10442 10443 10444 10445 10446 10447 10448 10449 10450 10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 10468 10469 10470 10471 10472 10473 10474 10475 10476 10477
        /// <summary>
        ///   Looks up a localized string similar to extension method.
        /// </summary>
        internal static string IDS_FeatureExtensionMethod {
            get {
                return ResourceManager.GetString("IDS_FeatureExtensionMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to extern alias.
        /// </summary>
        internal static string IDS_FeatureExternAlias {
            get {
                return ResourceManager.GetString("IDS_FeatureExternAlias", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to fixed size buffers.
        /// </summary>
        internal static string IDS_FeatureFixedBuffer {
            get {
                return ResourceManager.GetString("IDS_FeatureFixedBuffer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to generics.
        /// </summary>
        internal static string IDS_FeatureGenerics {
            get {
                return ResourceManager.GetString("IDS_FeatureGenerics", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to namespace alias qualifier.
        /// </summary>
        internal static string IDS_FeatureGlobalNamespace {
            get {
                return ResourceManager.GetString("IDS_FeatureGlobalNamespace", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to implicitly typed array.
        /// </summary>
        internal static string IDS_FeatureImplicitArray {
            get {
                return ResourceManager.GetString("IDS_FeatureImplicitArray", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to implicitly typed local variable.
        /// </summary>
        internal static string IDS_FeatureImplicitLocal {
            get {
                return ResourceManager.GetString("IDS_FeatureImplicitLocal", resourceCulture);
            }
        }
        
10478 10479 10480 10481 10482 10483 10484 10485 10486
        /// <summary>
        ///   Looks up a localized string similar to interpolated strings.
        /// </summary>
        internal static string IDS_FeatureInterpolatedStrings {
            get {
                return ResourceManager.GetString("IDS_FeatureInterpolatedStrings", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10487 10488 10489 10490 10491 10492 10493 10494 10495 10496 10497 10498 10499 10500 10501 10502 10503 10504
        /// <summary>
        ///   Looks up a localized string similar to iterators.
        /// </summary>
        internal static string IDS_FeatureIterators {
            get {
                return ResourceManager.GetString("IDS_FeatureIterators", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to lambda expression.
        /// </summary>
        internal static string IDS_FeatureLambda {
            get {
                return ResourceManager.GetString("IDS_FeatureLambda", resourceCulture);
            }
        }
        
10505
        /// <summary>
A
Alireza Habibi 已提交
10506 10507 10508 10509 10510 10511 10512 10513
        ///   Looks up a localized string similar to leading digit separator.
        /// </summary>
        internal static string IDS_FeatureLeadingDigitSeparator {
            get {
                return ResourceManager.GetString("IDS_FeatureLeadingDigitSeparator", resourceCulture);
            }
        }
        
10514 10515 10516 10517 10518 10519 10520 10521 10522
        /// <summary>
        ///   Looks up a localized string similar to local functions.
        /// </summary>
        internal static string IDS_FeatureLocalFunctions {
            get {
                return ResourceManager.GetString("IDS_FeatureLocalFunctions", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10523 10524 10525 10526 10527 10528 10529 10530 10531 10532 10533 10534 10535 10536 10537 10538 10539 10540
        /// <summary>
        ///   Looks up a localized string similar to module as an attribute target specifier.
        /// </summary>
        internal static string IDS_FeatureModuleAttrLoc {
            get {
                return ResourceManager.GetString("IDS_FeatureModuleAttrLoc", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to named argument.
        /// </summary>
        internal static string IDS_FeatureNamedArgument {
            get {
                return ResourceManager.GetString("IDS_FeatureNamedArgument", resourceCulture);
            }
        }
        
10541 10542 10543 10544 10545 10546 10547 10548 10549
        /// <summary>
        ///   Looks up a localized string similar to nameof operator.
        /// </summary>
        internal static string IDS_FeatureNameof {
            get {
                return ResourceManager.GetString("IDS_FeatureNameof", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10550 10551 10552 10553 10554 10555 10556 10557 10558
        /// <summary>
        ///   Looks up a localized string similar to nullable types.
        /// </summary>
        internal static string IDS_FeatureNullable {
            get {
                return ResourceManager.GetString("IDS_FeatureNullable", resourceCulture);
            }
        }
        
10559 10560 10561 10562 10563 10564 10565 10566 10567
        /// <summary>
        ///   Looks up a localized string similar to null propagating operator.
        /// </summary>
        internal static string IDS_FeatureNullPropagatingOperator {
            get {
                return ResourceManager.GetString("IDS_FeatureNullPropagatingOperator", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10568 10569 10570 10571 10572 10573 10574 10575 10576 10577 10578 10579 10580 10581 10582 10583 10584 10585
        /// <summary>
        ///   Looks up a localized string similar to object initializer.
        /// </summary>
        internal static string IDS_FeatureObjectInitializer {
            get {
                return ResourceManager.GetString("IDS_FeatureObjectInitializer", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to optional parameter.
        /// </summary>
        internal static string IDS_FeatureOptionalParameter {
            get {
                return ResourceManager.GetString("IDS_FeatureOptionalParameter", resourceCulture);
            }
        }
        
A
AlekseyTs 已提交
10586
        /// <summary>
10587
        ///   Looks up a localized string similar to out variable declaration.
A
AlekseyTs 已提交
10588 10589 10590 10591 10592 10593 10594
        /// </summary>
        internal static string IDS_FeatureOutVar {
            get {
                return ResourceManager.GetString("IDS_FeatureOutVar", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10595 10596 10597 10598 10599 10600 10601 10602 10603 10604 10605 10606 10607 10608 10609 10610 10611 10612
        /// <summary>
        ///   Looks up a localized string similar to partial method.
        /// </summary>
        internal static string IDS_FeaturePartialMethod {
            get {
                return ResourceManager.GetString("IDS_FeaturePartialMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to partial types.
        /// </summary>
        internal static string IDS_FeaturePartialTypes {
            get {
                return ResourceManager.GetString("IDS_FeaturePartialTypes", resourceCulture);
            }
        }
        
10613 10614 10615 10616 10617 10618 10619 10620 10621
        /// <summary>
        ///   Looks up a localized string similar to pattern matching.
        /// </summary>
        internal static string IDS_FeaturePatternMatching {
            get {
                return ResourceManager.GetString("IDS_FeaturePatternMatching", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10622 10623 10624 10625 10626 10627 10628 10629 10630
        /// <summary>
        ///   Looks up a localized string similar to #pragma.
        /// </summary>
        internal static string IDS_FeaturePragma {
            get {
                return ResourceManager.GetString("IDS_FeaturePragma", resourceCulture);
            }
        }
        
10631 10632 10633 10634 10635 10636 10637 10638 10639
        /// <summary>
        ///   Looks up a localized string similar to private protected.
        /// </summary>
        internal static string IDS_FeaturePrivateProtected {
            get {
                return ResourceManager.GetString("IDS_FeaturePrivateProtected", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10640 10641 10642 10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657
        /// <summary>
        ///   Looks up a localized string similar to access modifiers on properties.
        /// </summary>
        internal static string IDS_FeaturePropertyAccessorMods {
            get {
                return ResourceManager.GetString("IDS_FeaturePropertyAccessorMods", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to query expression.
        /// </summary>
        internal static string IDS_FeatureQueryExpression {
            get {
                return ResourceManager.GetString("IDS_FeatureQueryExpression", resourceCulture);
            }
        }
        
10658 10659 10660 10661 10662 10663 10664 10665 10666
        /// <summary>
        ///   Looks up a localized string similar to readonly automatically implemented properties.
        /// </summary>
        internal static string IDS_FeatureReadonlyAutoImplementedProperties {
            get {
                return ResourceManager.GetString("IDS_FeatureReadonlyAutoImplementedProperties", resourceCulture);
            }
        }
        
10667 10668 10669
        /// <summary>
        ///   Looks up a localized string similar to readonly references.
        /// </summary>
V
vsadov 已提交
10670
        internal static string IDS_FeatureReadOnlyReferences {
10671
            get {
V
vsadov 已提交
10672
                return ResourceManager.GetString("IDS_FeatureReadOnlyReferences", resourceCulture);
10673 10674 10675
            }
        }
        
V
vsadov 已提交
10676 10677 10678
        /// <summary>
        ///   Looks up a localized string similar to readonly structs.
        /// </summary>
V
vsadov 已提交
10679
        internal static string IDS_FeatureReadOnlyStructs {
V
vsadov 已提交
10680
            get {
V
vsadov 已提交
10681
                return ResourceManager.GetString("IDS_FeatureReadOnlyStructs", resourceCulture);
V
vsadov 已提交
10682 10683 10684
            }
        }
        
10685
        /// <summary>
10686
        ///   Looks up a localized string similar to ref extension methods.
10687 10688 10689 10690 10691 10692 10693
        /// </summary>
        internal static string IDS_FeatureRefExtensionMethods {
            get {
                return ResourceManager.GetString("IDS_FeatureRefExtensionMethods", resourceCulture);
            }
        }
        
10694 10695 10696 10697 10698 10699 10700 10701 10702
        /// <summary>
        ///   Looks up a localized string similar to byref locals and returns.
        /// </summary>
        internal static string IDS_FeatureRefLocalsReturns {
            get {
                return ResourceManager.GetString("IDS_FeatureRefLocalsReturns", resourceCulture);
            }
        }
        
V
vsadov 已提交
10703 10704 10705 10706 10707 10708 10709 10710 10711
        /// <summary>
        ///   Looks up a localized string similar to ref structs.
        /// </summary>
        internal static string IDS_FeatureRefStructs {
            get {
                return ResourceManager.GetString("IDS_FeatureRefStructs", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10712 10713 10714 10715 10716 10717 10718 10719 10720 10721 10722 10723 10724 10725 10726 10727 10728 10729
        /// <summary>
        ///   Looks up a localized string similar to static classes.
        /// </summary>
        internal static string IDS_FeatureStaticClasses {
            get {
                return ResourceManager.GetString("IDS_FeatureStaticClasses", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to switch on boolean type.
        /// </summary>
        internal static string IDS_FeatureSwitchOnBool {
            get {
                return ResourceManager.GetString("IDS_FeatureSwitchOnBool", resourceCulture);
            }
        }
        
10730 10731 10732 10733 10734 10735 10736 10737 10738
        /// <summary>
        ///   Looks up a localized string similar to throw expression.
        /// </summary>
        internal static string IDS_FeatureThrowExpression {
            get {
                return ResourceManager.GetString("IDS_FeatureThrowExpression", resourceCulture);
            }
        }
        
10739 10740 10741 10742 10743 10744 10745 10746 10747
        /// <summary>
        ///   Looks up a localized string similar to tuples.
        /// </summary>
        internal static string IDS_FeatureTuples {
            get {
                return ResourceManager.GetString("IDS_FeatureTuples", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10748 10749 10750 10751 10752 10753 10754 10755 10756
        /// <summary>
        ///   Looks up a localized string similar to type variance.
        /// </summary>
        internal static string IDS_FeatureTypeVariance {
            get {
                return ResourceManager.GetString("IDS_FeatureTypeVariance", resourceCulture);
            }
        }
        
10757 10758 10759 10760 10761 10762 10763 10764 10765
        /// <summary>
        ///   Looks up a localized string similar to using static.
        /// </summary>
        internal static string IDS_FeatureUsingStatic {
            get {
                return ResourceManager.GetString("IDS_FeatureUsingStatic", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10766 10767 10768 10769 10770 10771 10772 10773 10774 10775 10776 10777 10778 10779 10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 10795 10796 10797 10798 10799 10800 10801 10802 10803 10804 10805 10806 10807 10808 10809 10810
        /// <summary>
        ///   Looks up a localized string similar to fixed variable.
        /// </summary>
        internal static string IDS_FIXEDLOCAL {
            get {
                return ResourceManager.GetString("IDS_FIXEDLOCAL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to foreach iteration variable.
        /// </summary>
        internal static string IDS_FOREACHLOCAL {
            get {
                return ResourceManager.GetString("IDS_FOREACHLOCAL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;global namespace&gt;.
        /// </summary>
        internal static string IDS_GlobalNamespace {
            get {
                return ResourceManager.GetString("IDS_GlobalNamespace", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to invariantly.
        /// </summary>
        internal static string IDS_Invariantly {
            get {
                return ResourceManager.GetString("IDS_Invariantly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to lambda expression.
        /// </summary>
        internal static string IDS_Lambda {
            get {
                return ResourceManager.GetString("IDS_Lambda", resourceCulture);
            }
        }
        
10811 10812 10813 10814 10815 10816 10817 10818 10819
        /// <summary>
        ///   Looks up a localized string similar to Supported language versions:.
        /// </summary>
        internal static string IDS_LangVersions {
            get {
                return ResourceManager.GetString("IDS_LangVersions", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837
        /// <summary>
        ///   Looks up a localized string similar to LIB environment variable.
        /// </summary>
        internal static string IDS_LIB_ENV {
            get {
                return ResourceManager.GetString("IDS_LIB_ENV", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to /LIB option.
        /// </summary>
        internal static string IDS_LIB_OPTION {
            get {
                return ResourceManager.GetString("IDS_LIB_OPTION", resourceCulture);
            }
        }
        
10838
        /// <summary>
10839
        ///   Looks up a localized string similar to {0} version {1}.
10840 10841 10842 10843 10844 10845 10846 10847 10848 10849 10850 10851 10852 10853 10854 10855
        /// </summary>
        internal static string IDS_LogoLine1 {
            get {
                return ResourceManager.GetString("IDS_LogoLine1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Copyright (C) Microsoft Corporation. All rights reserved..
        /// </summary>
        internal static string IDS_LogoLine2 {
            get {
                return ResourceManager.GetString("IDS_LogoLine2", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10856 10857 10858 10859 10860 10861 10862 10863 10864 10865 10866 10867 10868 10869 10870 10871 10872 10873 10874 10875 10876 10877 10878 10879 10880 10881 10882
        /// <summary>
        ///   Looks up a localized string similar to method group.
        /// </summary>
        internal static string IDS_MethodGroup {
            get {
                return ResourceManager.GetString("IDS_MethodGroup", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;namespace&gt;.
        /// </summary>
        internal static string IDS_Namespace1 {
            get {
                return ResourceManager.GetString("IDS_Namespace1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;null&gt;.
        /// </summary>
        internal static string IDS_NULL {
            get {
                return ResourceManager.GetString("IDS_NULL", resourceCulture);
            }
        }
        
10883 10884 10885 10886 10887 10888 10889 10890 10891
        /// <summary>
        ///   Looks up a localized string similar to Operation caused a stack overflow..
        /// </summary>
        internal static string IDS_OperationCausedStackOverflow {
            get {
                return ResourceManager.GetString("IDS_OperationCausedStackOverflow", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10892 10893 10894 10895 10896 10897 10898 10899 10900 10901 10902 10903 10904 10905 10906 10907 10908 10909 10910 10911 10912 10913 10914 10915 10916 10917 10918 10919 10920 10921 10922 10923 10924 10925 10926 10927 10928 10929 10930 10931 10932 10933 10934 10935 10936
        /// <summary>
        ///   Looks up a localized string similar to &lt;path list&gt;.
        /// </summary>
        internal static string IDS_PathList {
            get {
                return ResourceManager.GetString("IDS_PathList", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to /REFERENCEPATH option.
        /// </summary>
        internal static string IDS_REFERENCEPATH_OPTION {
            get {
                return ResourceManager.GetString("IDS_REFERENCEPATH_OPTION", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to (Location of symbol related to previous error).
        /// </summary>
        internal static string IDS_RELATEDERROR {
            get {
                return ResourceManager.GetString("IDS_RELATEDERROR", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to (Location of symbol related to previous warning).
        /// </summary>
        internal static string IDS_RELATEDWARNING {
            get {
                return ResourceManager.GetString("IDS_RELATEDWARNING", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to using alias.
        /// </summary>
        internal static string IDS_SK_ALIAS {
            get {
                return ResourceManager.GetString("IDS_SK_ALIAS", resourceCulture);
            }
        }
        
O
Omar Tawfik 已提交
10937 10938 10939 10940 10941 10942 10943 10944 10945
        /// <summary>
        ///   Looks up a localized string similar to constructor.
        /// </summary>
        internal static string IDS_SK_CONSTRUCTOR {
            get {
                return ResourceManager.GetString("IDS_SK_CONSTRUCTOR", resourceCulture);
            }
        }
        
P
Pilchie 已提交
10946 10947 10948 10949 10950 10951 10952 10953 10954 10955 10956 10957 10958 10959 10960 10961 10962 10963 10964 10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 10980 10981 10982 10983 10984 10985 10986 10987 10988 10989 10990 10991 10992 10993 10994 10995 10996 10997 10998 10999 11000 11001 11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 11015 11016 11017 11018 11019 11020 11021 11022 11023 11024 11025 11026 11027 11028 11029 11030 11031 11032 11033 11034 11035 11036 11037 11038 11039 11040 11041
        /// <summary>
        ///   Looks up a localized string similar to event.
        /// </summary>
        internal static string IDS_SK_EVENT {
            get {
                return ResourceManager.GetString("IDS_SK_EVENT", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to extern alias.
        /// </summary>
        internal static string IDS_SK_EXTERNALIAS {
            get {
                return ResourceManager.GetString("IDS_SK_EXTERNALIAS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to field.
        /// </summary>
        internal static string IDS_SK_FIELD {
            get {
                return ResourceManager.GetString("IDS_SK_FIELD", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to label.
        /// </summary>
        internal static string IDS_SK_LABEL {
            get {
                return ResourceManager.GetString("IDS_SK_LABEL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to method.
        /// </summary>
        internal static string IDS_SK_METHOD {
            get {
                return ResourceManager.GetString("IDS_SK_METHOD", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to namespace.
        /// </summary>
        internal static string IDS_SK_NAMESPACE {
            get {
                return ResourceManager.GetString("IDS_SK_NAMESPACE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to property.
        /// </summary>
        internal static string IDS_SK_PROPERTY {
            get {
                return ResourceManager.GetString("IDS_SK_PROPERTY", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to type.
        /// </summary>
        internal static string IDS_SK_TYPE {
            get {
                return ResourceManager.GetString("IDS_SK_TYPE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to type parameter.
        /// </summary>
        internal static string IDS_SK_TYVAR {
            get {
                return ResourceManager.GetString("IDS_SK_TYVAR", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to element.
        /// </summary>
        internal static string IDS_SK_UNKNOWN {
            get {
                return ResourceManager.GetString("IDS_SK_UNKNOWN", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to variable.
        /// </summary>
        internal static string IDS_SK_VARIABLE {
            get {
                return ResourceManager.GetString("IDS_SK_VARIABLE", resourceCulture);
11042 11043 11044 11045
            }
        }
        
        /// <summary>
11046
        ///   Looks up a localized string similar to stackalloc {0}[{1}].
11047 11048 11049 11050
        /// </summary>
        internal static string IDS_StackAllocExpression {
            get {
                return ResourceManager.GetString("IDS_StackAllocExpression", resourceCulture);
P
Pilchie 已提交
11051 11052 11053 11054 11055 11056 11057 11058 11059 11060 11061 11062
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;text&gt;.
        /// </summary>
        internal static string IDS_Text {
            get {
                return ResourceManager.GetString("IDS_Text", resourceCulture);
            }
        }
        
11063
        /// <summary>
11064
        ///   Looks up a localized string similar to &lt;throw expression&gt;.
11065 11066 11067 11068 11069 11070 11071
        /// </summary>
        internal static string IDS_ThrowExpression {
            get {
                return ResourceManager.GetString("IDS_ThrowExpression", resourceCulture);
            }
        }
        
11072 11073 11074 11075 11076 11077 11078 11079 11080
        /// <summary>
        ///   Looks up a localized string similar to Microsoft (R) Visual C# Compiler.
        /// </summary>
        internal static string IDS_ToolName {
            get {
                return ResourceManager.GetString("IDS_ToolName", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11081 11082 11083 11084 11085 11086 11087 11088 11089
        /// <summary>
        ///   Looks up a localized string similar to using variable.
        /// </summary>
        internal static string IDS_USINGLOCAL {
            get {
                return ResourceManager.GetString("IDS_USINGLOCAL", resourceCulture);
            }
        }
        
11090 11091 11092 11093 11094 11095 11096 11097 11098
        /// <summary>
        ///   Looks up a localized string similar to &apos;experimental&apos;.
        /// </summary>
        internal static string IDS_VersionExperimental {
            get {
                return ResourceManager.GetString("IDS_VersionExperimental", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11099 11100 11101 11102 11103 11104 11105 11106 11107 11108 11109 11110 11111 11112 11113 11114 11115 11116 11117 11118 11119 11120 11121 11122 11123 11124 11125 11126 11127 11128 11129 11130 11131 11132 11133 11134 11135 11136 11137 11138 11139 11140 11141 11142 11143 11144 11145 11146 11147 11148 11149 11150 11151 11152 11153 11154 11155 11156 11157 11158 11159 11160 11161
        /// <summary>
        ///   Looks up a localized string similar to  Include tag is invalid .
        /// </summary>
        internal static string IDS_XMLBADINCLUDE {
            get {
                return ResourceManager.GetString("IDS_XMLBADINCLUDE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to  Failed to insert some or all of included XML .
        /// </summary>
        internal static string IDS_XMLFAILEDINCLUDE {
            get {
                return ResourceManager.GetString("IDS_XMLFAILEDINCLUDE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;!-- Badly formed XML comment ignored for member &quot;{0}&quot; --&gt;.
        /// </summary>
        internal static string IDS_XMLIGNORED {
            get {
                return ResourceManager.GetString("IDS_XMLIGNORED", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to  Badly formed XML file &quot;{0}&quot; cannot be included .
        /// </summary>
        internal static string IDS_XMLIGNORED2 {
            get {
                return ResourceManager.GetString("IDS_XMLIGNORED2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing file attribute.
        /// </summary>
        internal static string IDS_XMLMISSINGINCLUDEFILE {
            get {
                return ResourceManager.GetString("IDS_XMLMISSINGINCLUDEFILE", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing path attribute.
        /// </summary>
        internal static string IDS_XMLMISSINGINCLUDEPATH {
            get {
                return ResourceManager.GetString("IDS_XMLMISSINGINCLUDEPATH", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to  No matching elements were found for the following include tag .
        /// </summary>
        internal static string IDS_XMLNOINCLUDE {
            get {
                return ResourceManager.GetString("IDS_XMLNOINCLUDE", resourceCulture);
            }
        }
        
11162 11163 11164 11165 11166 11167 11168 11169 11170
        /// <summary>
        ///   Looks up a localized string similar to Skipping some types in analyzer assembly {0} due to a ReflectionTypeLoadException : {1}..
        /// </summary>
        internal static string INF_UnableToLoadSomeTypesInAnalyzer {
            get {
                return ResourceManager.GetString("INF_UnableToLoadSomeTypesInAnalyzer", resourceCulture);
            }
        }
        
M
manishv 已提交
11171
        /// <summary>
11172
        ///   Looks up a localized string similar to Skip loading types in analyzer assembly that fail due to a ReflectionTypeLoadException.
M
manishv 已提交
11173 11174 11175 11176 11177 11178 11179
        /// </summary>
        internal static string INF_UnableToLoadSomeTypesInAnalyzer_Title {
            get {
                return ResourceManager.GetString("INF_UnableToLoadSomeTypesInAnalyzer_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11180 11181 11182 11183 11184 11185 11186 11187 11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11208 11209 11210 11211 11212 11213 11214 11215 11216 11217 11218 11219 11220 11221 11222 11223 11224
        /// <summary>
        ///   Looks up a localized string similar to Called GetDeclarationName for a declaration node that can possibly contain multiple variable declarators..
        /// </summary>
        internal static string InvalidGetDeclarationNameMultipleDeclarators {
            get {
                return ResourceManager.GetString("InvalidGetDeclarationNameMultipleDeclarators", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to items: must be non-empty.
        /// </summary>
        internal static string ItemsMustBeNonEmpty {
            get {
                return ResourceManager.GetString("ItemsMustBeNonEmpty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Location must be provided in order to provide minimal type qualification..
        /// </summary>
        internal static string LocationMustBeProvided {
            get {
                return ResourceManager.GetString("LocationMustBeProvided", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to LookupOptions has an invalid combination of options.
        /// </summary>
        internal static string LookupOptionsHasInvalidCombo {
            get {
                return ResourceManager.GetString("LookupOptionsHasInvalidCombo", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name conflict for name {0}.
        /// </summary>
        internal static string NameConflictForName {
            get {
                return ResourceManager.GetString("NameConflictForName", resourceCulture);
            }
        }
        
H
heejaechang 已提交
11225 11226 11227 11228 11229 11230 11231 11232 11233
        /// <summary>
        ///   Looks up a localized string similar to SearchCriteria is expected..
        /// </summary>
        internal static string NoNoneSearchCriteria {
            get {
                return ResourceManager.GetString("NoNoneSearchCriteria", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11234 11235 11236 11237 11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 11248 11249 11250 11251 11252 11253 11254 11255 11256 11257 11258 11259 11260 11261 11262 11263 11264 11265 11266 11267 11268 11269 11270 11271 11272 11273 11274 11275 11276 11277 11278 11279 11280 11281 11282 11283 11284 11285 11286 11287 11288 11289 11290 11291 11292 11293 11294 11295 11296 11297 11298 11299 11300 11301 11302 11303 11304 11305
        /// <summary>
        ///   Looks up a localized string similar to Not a C# symbol..
        /// </summary>
        internal static string NotACSharpSymbol {
            get {
                return ResourceManager.GetString("NotACSharpSymbol", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Position is not within syntax tree with full span {0}.
        /// </summary>
        internal static string PositionIsNotWithinSyntax {
            get {
                return ResourceManager.GetString("PositionIsNotWithinSyntax", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Position must be within span of the syntax tree..
        /// </summary>
        internal static string PositionNotWithinTree {
            get {
                return ResourceManager.GetString("PositionNotWithinTree", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Syntax node to be speculated cannot belong to a syntax tree from the current compilation..
        /// </summary>
        internal static string SpeculatedSyntaxNodeCannotBelongToCurrentCompilation {
            get {
                return ResourceManager.GetString("SpeculatedSyntaxNodeCannotBelongToCurrentCompilation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Submission can have at most one syntax tree..
        /// </summary>
        internal static string SubmissionCanHaveAtMostOne {
            get {
                return ResourceManager.GetString("SubmissionCanHaveAtMostOne", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Submission can only include script code..
        /// </summary>
        internal static string SubmissionCanOnlyInclude {
            get {
                return ResourceManager.GetString("SubmissionCanOnlyInclude", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Syntax node is not within syntax tree.
        /// </summary>
        internal static string SyntaxNodeIsNotWithinSynt {
            get {
                return ResourceManager.GetString("SyntaxNodeIsNotWithinSynt", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Syntax tree already present.
        /// </summary>
        internal static string SyntaxTreeAlreadyPresent {
            get {
                return ResourceManager.GetString("SyntaxTreeAlreadyPresent", resourceCulture);
            }
        }
        
11306 11307 11308 11309 11310 11311
        /// <summary>
        ///   Looks up a localized string similar to SyntaxTree &apos;{0}&apos; resulted from a #load directive and cannot be removed or replaced directly..
        /// </summary>
        internal static string SyntaxTreeFromLoadNoRemoveReplace {
            get {
                return ResourceManager.GetString("SyntaxTreeFromLoadNoRemoveReplace", resourceCulture);
A
Artur Spychaj 已提交
11312 11313 11314 11315 11316 11317 11318 11319 11320
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Syntax tree should be created from a submission..
        /// </summary>
        internal static string SyntaxTreeIsNotASubmission {
            get {
                return ResourceManager.GetString("SyntaxTreeIsNotASubmission", resourceCulture);
11321 11322 11323
            }
        }
        
P
Pilchie 已提交
11324 11325 11326 11327 11328 11329 11330 11331 11332 11333 11334 11335 11336 11337 11338 11339 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 11356 11357 11358 11359 11360 11361 11362 11363 11364 11365 11366 11367 11368 11369 11370 11371 11372 11373 11374 11375 11376 11377
        /// <summary>
        ///   Looks up a localized string similar to SyntaxTree &apos;{0}&apos; not found to remove.
        /// </summary>
        internal static string SyntaxTreeNotFoundTo {
            get {
                return ResourceManager.GetString("SyntaxTreeNotFoundTo", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to SyntaxTreeSemanticModel must be provided in order to provide minimal type qualification..
        /// </summary>
        internal static string SyntaxTreeSemanticModelMust {
            get {
                return ResourceManager.GetString("SyntaxTreeSemanticModelMust", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This method can only be used to create tokens - {0} is not a token kind..
        /// </summary>
        internal static string ThisMethodCanOnlyBeUsedToCreateTokens {
            get {
                return ResourceManager.GetString("ThisMethodCanOnlyBeUsedToCreateTokens", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to tree must have a root node with SyntaxKind.CompilationUnit.
        /// </summary>
        internal static string TreeMustHaveARootNodeWith {
            get {
                return ResourceManager.GetString("TreeMustHaveARootNodeWith", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to tree not part of compilation.
        /// </summary>
        internal static string TreeNotPartOfCompilation {
            get {
                return ResourceManager.GetString("TreeNotPartOfCompilation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type argument cannot be null.
        /// </summary>
        internal static string TypeArgumentCannotBeNull {
            get {
                return ResourceManager.GetString("TypeArgumentCannotBeNull", resourceCulture);
            }
        }
        
11378 11379 11380 11381 11382 11383 11384 11385 11386
        /// <summary>
        ///   Looks up a localized string similar to The type must be &apos;var&apos;..
        /// </summary>
        internal static string TypeMustBeVar {
            get {
                return ResourceManager.GetString("TypeMustBeVar", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11387
        /// <summary>
A
Andy Gocke 已提交
11388
        ///   Looks up a localized string similar to Use Microsoft.CodeAnalysis.CSharp.SyntaxFactory.Literal to create numeric literal tokens..
P
Pilchie 已提交
11389 11390 11391 11392 11393 11394 11395 11396
        /// </summary>
        internal static string UseLiteralForNumeric {
            get {
                return ResourceManager.GetString("UseLiteralForNumeric", resourceCulture);
            }
        }
        
        /// <summary>
A
Andy Gocke 已提交
11397
        ///   Looks up a localized string similar to Use Microsoft.CodeAnalysis.CSharp.SyntaxFactory.Literal to create character literal tokens..
P
Pilchie 已提交
11398 11399 11400 11401 11402 11403 11404 11405
        /// </summary>
        internal static string UseLiteralForTokens {
            get {
                return ResourceManager.GetString("UseLiteralForTokens", resourceCulture);
            }
        }
        
        /// <summary>
A
Andy Gocke 已提交
11406
        ///   Looks up a localized string similar to Use Microsoft.CodeAnalysis.CSharp.SyntaxFactory.Identifier or Microsoft.CodeAnalysis.CSharp.SyntaxFactory.VerbatimIdentifier to create identifier tokens..
P
Pilchie 已提交
11407 11408 11409 11410 11411 11412 11413
        /// </summary>
        internal static string UseVerbatimIdentifier {
            get {
                return ResourceManager.GetString("UseVerbatimIdentifier", resourceCulture);
            }
        }
        
11414 11415 11416 11417 11418 11419 11420 11421 11422
        /// <summary>
        ///   Looks up a localized string similar to Alignment value {0} has a magnitude greater than {1} and may result in a large formatted string..
        /// </summary>
        internal static string WRN_AlignmentMagnitude {
            get {
                return ResourceManager.GetString("WRN_AlignmentMagnitude", resourceCulture);
            }
        }
        
M
manishv 已提交
11423
        /// <summary>
11424
        ///   Looks up a localized string similar to Alignment value has a magnitude that may result in a large formatted string.
M
manishv 已提交
11425 11426 11427 11428 11429 11430 11431
        /// </summary>
        internal static string WRN_AlignmentMagnitude_Title {
            get {
                return ResourceManager.GetString("WRN_AlignmentMagnitude_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11432 11433 11434 11435 11436 11437 11438 11439 11440
        /// <summary>
        ///   Looks up a localized string similar to The result of the expression is always &apos;null&apos; of type &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_AlwaysNull {
            get {
                return ResourceManager.GetString("WRN_AlwaysNull", resourceCulture);
            }
        }
        
11441 11442 11443 11444 11445 11446 11447 11448 11449
        /// <summary>
        ///   Looks up a localized string similar to The result of the expression is always &apos;null&apos;.
        /// </summary>
        internal static string WRN_AlwaysNull_Title {
            get {
                return ResourceManager.GetString("WRN_AlwaysNull_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11450 11451 11452 11453 11454 11455 11456 11457 11458
        /// <summary>
        ///   Looks up a localized string similar to Ambiguous reference in cref attribute: &apos;{0}&apos;. Assuming &apos;{1}&apos;, but could have also matched other overloads including &apos;{2}&apos;..
        /// </summary>
        internal static string WRN_AmbiguousXMLReference {
            get {
                return ResourceManager.GetString("WRN_AmbiguousXMLReference", resourceCulture);
            }
        }
        
11459 11460 11461 11462 11463 11464 11465 11466 11467
        /// <summary>
        ///   Looks up a localized string similar to Ambiguous reference in cref attribute.
        /// </summary>
        internal static string WRN_AmbiguousXMLReference_Title {
            get {
                return ResourceManager.GetString("WRN_AmbiguousXMLReference_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11468 11469 11470 11471 11472 11473 11474 11475 11476
        /// <summary>
        ///   Looks up a localized string similar to An instance of analyzer {0} cannot be created from {1} : {2}..
        /// </summary>
        internal static string WRN_AnalyzerCannotBeCreated {
            get {
                return ResourceManager.GetString("WRN_AnalyzerCannotBeCreated", resourceCulture);
            }
        }
        
11477 11478 11479 11480 11481 11482 11483 11484 11485
        /// <summary>
        ///   Looks up a localized string similar to An analyzer instance cannot be created.
        /// </summary>
        internal static string WRN_AnalyzerCannotBeCreated_Title {
            get {
                return ResourceManager.GetString("WRN_AnalyzerCannotBeCreated_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11486 11487 11488 11489 11490 11491 11492 11493 11494
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; from module &apos;{1}&apos; will be ignored in favor of the instance appearing in source.
        /// </summary>
        internal static string WRN_AssemblyAttributeFromModuleIsOverridden {
            get {
                return ResourceManager.GetString("WRN_AssemblyAttributeFromModuleIsOverridden", resourceCulture);
            }
        }
        
11495 11496 11497 11498 11499 11500 11501 11502 11503
        /// <summary>
        ///   Looks up a localized string similar to Attribute will be ignored in favor of the instance appearing in source.
        /// </summary>
        internal static string WRN_AssemblyAttributeFromModuleIsOverridden_Title {
            get {
                return ResourceManager.GetString("WRN_AssemblyAttributeFromModuleIsOverridden_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11504 11505 11506 11507 11508 11509 11510 11511 11512
        /// <summary>
        ///   Looks up a localized string similar to Possibly incorrect assignment to local &apos;{0}&apos; which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local..
        /// </summary>
        internal static string WRN_AssignmentToLockOrDispose {
            get {
                return ResourceManager.GetString("WRN_AssignmentToLockOrDispose", resourceCulture);
            }
        }
        
11513 11514 11515 11516 11517 11518 11519 11520 11521
        /// <summary>
        ///   Looks up a localized string similar to Possibly incorrect assignment to local which is the argument to a using or lock statement.
        /// </summary>
        internal static string WRN_AssignmentToLockOrDispose_Title {
            get {
                return ResourceManager.GetString("WRN_AssignmentToLockOrDispose_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11522 11523 11524 11525 11526 11527 11528 11529 11530
        /// <summary>
        ///   Looks up a localized string similar to Assignment made to same variable; did you mean to assign something else?.
        /// </summary>
        internal static string WRN_AssignmentToSelf {
            get {
                return ResourceManager.GetString("WRN_AssignmentToSelf", resourceCulture);
            }
        }
        
11531 11532 11533 11534 11535 11536 11537 11538 11539
        /// <summary>
        ///   Looks up a localized string similar to Assignment made to same variable.
        /// </summary>
        internal static string WRN_AssignmentToSelf_Title {
            get {
                return ResourceManager.GetString("WRN_AssignmentToSelf_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11540 11541 11542 11543 11544 11545 11546 11547 11548
        /// <summary>
        ///   Looks up a localized string similar to This async method lacks &apos;await&apos; operators and will run synchronously. Consider using the &apos;await&apos; operator to await non-blocking API calls, or &apos;await Task.Run(...)&apos; to do CPU-bound work on a background thread..
        /// </summary>
        internal static string WRN_AsyncLacksAwaits {
            get {
                return ResourceManager.GetString("WRN_AsyncLacksAwaits", resourceCulture);
            }
        }
        
11549 11550 11551 11552 11553 11554 11555 11556 11557
        /// <summary>
        ///   Looks up a localized string similar to Async method lacks &apos;await&apos; operators and will run synchronously.
        /// </summary>
        internal static string WRN_AsyncLacksAwaits_Title {
            get {
                return ResourceManager.GetString("WRN_AsyncLacksAwaits_Title", resourceCulture);
            }
        }
        
11558 11559 11560 11561 11562 11563 11564 11565 11566
        /// <summary>
        ///   Looks up a localized string similar to Attribute &apos;{0}&apos; is ignored when public signing is specified..
        /// </summary>
        internal static string WRN_AttributeIgnoredWhenPublicSigning {
            get {
                return ResourceManager.GetString("WRN_AttributeIgnoredWhenPublicSigning", resourceCulture);
            }
        }
        
11567 11568 11569 11570 11571 11572 11573 11574 11575
        /// <summary>
        ///   Looks up a localized string similar to Attribute is ignored when public signing is specified..
        /// </summary>
        internal static string WRN_AttributeIgnoredWhenPublicSigning_Title {
            get {
                return ResourceManager.GetString("WRN_AttributeIgnoredWhenPublicSigning_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11576 11577 11578 11579 11580 11581 11582 11583 11584
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid attribute location for this declaration. Valid attribute locations for this declaration are &apos;{1}&apos;. All attributes in this block will be ignored..
        /// </summary>
        internal static string WRN_AttributeLocationOnBadDeclaration {
            get {
                return ResourceManager.GetString("WRN_AttributeLocationOnBadDeclaration", resourceCulture);
            }
        }
        
11585 11586 11587 11588 11589 11590 11591 11592 11593
        /// <summary>
        ///   Looks up a localized string similar to Not a valid attribute location for this declaration.
        /// </summary>
        internal static string WRN_AttributeLocationOnBadDeclaration_Title {
            get {
                return ResourceManager.GetString("WRN_AttributeLocationOnBadDeclaration_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11594 11595 11596 11597 11598 11599 11600 11601 11602
        /// <summary>
        ///   Looks up a localized string similar to Possible unintended reference comparison; to get a value comparison, cast the left hand side to type &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_BadRefCompareLeft {
            get {
                return ResourceManager.GetString("WRN_BadRefCompareLeft", resourceCulture);
            }
        }
        
11603 11604 11605 11606 11607 11608 11609 11610 11611
        /// <summary>
        ///   Looks up a localized string similar to Possible unintended reference comparison; left hand side needs cast.
        /// </summary>
        internal static string WRN_BadRefCompareLeft_Title {
            get {
                return ResourceManager.GetString("WRN_BadRefCompareLeft_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11612 11613 11614 11615 11616 11617 11618 11619 11620
        /// <summary>
        ///   Looks up a localized string similar to Possible unintended reference comparison; to get a value comparison, cast the right hand side to type &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_BadRefCompareRight {
            get {
                return ResourceManager.GetString("WRN_BadRefCompareRight", resourceCulture);
            }
        }
        
11621 11622 11623 11624 11625 11626 11627 11628 11629
        /// <summary>
        ///   Looks up a localized string similar to Possible unintended reference comparison; right hand side needs cast.
        /// </summary>
        internal static string WRN_BadRefCompareRight_Title {
            get {
                return ResourceManager.GetString("WRN_BadRefCompareRight_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
11630 11631 11632 11633 11634 11635 11636 11637 11638 11639
        /// <summary>
        ///   Looks up a localized string similar to Cannot restore warning &apos;CS{0}&apos; because it was disabled globally.
        /// </summary>
        internal static string WRN_BadRestoreNumber {
            get {
                return ResourceManager.GetString("WRN_BadRestoreNumber", resourceCulture);
            }
        }
        
        /// <summary>
11640
        ///   Looks up a localized string similar to Cannot restore warning because it was disabled globally.
P
Pilchie 已提交
11641
        /// </summary>
11642
        internal static string WRN_BadRestoreNumber_Title {
P
Pilchie 已提交
11643
            get {
11644
                return ResourceManager.GetString("WRN_BadRestoreNumber_Title", resourceCulture);
P
Pilchie 已提交
11645 11646 11647 11648
            }
        }
        
        /// <summary>
11649
        ///   Looks up a localized string similar to The language name &apos;{0}&apos; is invalid..
P
Pilchie 已提交
11650
        /// </summary>
11651
        internal static string WRN_BadUILang {
P
Pilchie 已提交
11652
            get {
11653
                return ResourceManager.GetString("WRN_BadUILang", resourceCulture);
P
Pilchie 已提交
11654 11655 11656 11657
            }
        }
        
        /// <summary>
11658
        ///   Looks up a localized string similar to The language name is invalid.
P
Pilchie 已提交
11659
        /// </summary>
11660
        internal static string WRN_BadUILang_Title {
P
Pilchie 已提交
11661
            get {
11662
                return ResourceManager.GetString("WRN_BadUILang_Title", resourceCulture);
P
Pilchie 已提交
11663 11664 11665 11666
            }
        }
        
        /// <summary>
11667
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a valid warning number.
P
Pilchie 已提交
11668
        /// </summary>
11669
        internal static string WRN_BadWarningNumber {
P
Pilchie 已提交
11670
            get {
11671
                return ResourceManager.GetString("WRN_BadWarningNumber", resourceCulture);
P
Pilchie 已提交
11672 11673 11674 11675
            }
        }
        
        /// <summary>
11676
        ///   Looks up a localized string similar to A number that was passed to the #pragma warning preprocessor directive was not a valid warning number. Verify that the number represents a warning, not an error..
P
Pilchie 已提交
11677
        /// </summary>
11678
        internal static string WRN_BadWarningNumber_Description {
P
Pilchie 已提交
11679
            get {
11680
                return ResourceManager.GetString("WRN_BadWarningNumber_Description", resourceCulture);
P
Pilchie 已提交
11681 11682 11683 11684
            }
        }
        
        /// <summary>
11685
        ///   Looks up a localized string similar to Not a valid warning number.
P
Pilchie 已提交
11686
        /// </summary>
11687
        internal static string WRN_BadWarningNumber_Title {
P
Pilchie 已提交
11688
            get {
11689
                return ResourceManager.GetString("WRN_BadWarningNumber_Title", resourceCulture);
P
Pilchie 已提交
11690 11691 11692 11693
            }
        }
        
        /// <summary>
11694
        ///   Looks up a localized string similar to XML comment has cref attribute &apos;{0}&apos; that could not be resolved.
P
Pilchie 已提交
11695
        /// </summary>
11696
        internal static string WRN_BadXMLRef {
P
Pilchie 已提交
11697
            get {
11698
                return ResourceManager.GetString("WRN_BadXMLRef", resourceCulture);
P
Pilchie 已提交
11699 11700 11701 11702
            }
        }
        
        /// <summary>
11703
        ///   Looks up a localized string similar to XML comment has cref attribute that could not be resolved.
P
Pilchie 已提交
11704
        /// </summary>
11705
        internal static string WRN_BadXMLRef_Title {
P
Pilchie 已提交
11706
            get {
11707
                return ResourceManager.GetString("WRN_BadXMLRef_Title", resourceCulture);
P
Pilchie 已提交
11708 11709 11710 11711
            }
        }
        
        /// <summary>
11712
        ///   Looks up a localized string similar to Invalid type for parameter {0} in XML comment cref attribute: &apos;{1}&apos;.
P
Pilchie 已提交
11713
        /// </summary>
11714
        internal static string WRN_BadXMLRefParamType {
P
Pilchie 已提交
11715
            get {
11716
                return ResourceManager.GetString("WRN_BadXMLRefParamType", resourceCulture);
P
Pilchie 已提交
11717 11718 11719 11720
            }
        }
        
        /// <summary>
11721
        ///   Looks up a localized string similar to Invalid type for parameter in XML comment cref attribute.
P
Pilchie 已提交
11722
        /// </summary>
11723
        internal static string WRN_BadXMLRefParamType_Title {
P
Pilchie 已提交
11724
            get {
11725
                return ResourceManager.GetString("WRN_BadXMLRefParamType_Title", resourceCulture);
P
Pilchie 已提交
11726 11727 11728 11729
            }
        }
        
        /// <summary>
11730
        ///   Looks up a localized string similar to Invalid return type in XML comment cref attribute.
P
Pilchie 已提交
11731
        /// </summary>
11732
        internal static string WRN_BadXMLRefReturnType {
P
Pilchie 已提交
11733
            get {
11734
                return ResourceManager.GetString("WRN_BadXMLRefReturnType", resourceCulture);
P
Pilchie 已提交
11735 11736 11737 11738
            }
        }
        
        /// <summary>
11739
        ///   Looks up a localized string similar to Invalid return type in XML comment cref attribute.
P
Pilchie 已提交
11740
        /// </summary>
11741
        internal static string WRN_BadXMLRefReturnType_Title {
P
Pilchie 已提交
11742
            get {
11743
                return ResourceManager.GetString("WRN_BadXMLRefReturnType_Title", resourceCulture);
P
Pilchie 已提交
11744 11745 11746 11747
            }
        }
        
        /// <summary>
11748
        ///   Looks up a localized string similar to XML comment has syntactically incorrect cref attribute &apos;{0}&apos;.
P
Pilchie 已提交
11749
        /// </summary>
11750
        internal static string WRN_BadXMLRefSyntax {
P
Pilchie 已提交
11751
            get {
11752
                return ResourceManager.GetString("WRN_BadXMLRefSyntax", resourceCulture);
P
Pilchie 已提交
11753 11754 11755 11756
            }
        }
        
        /// <summary>
11757
        ///   Looks up a localized string similar to XML comment has syntactically incorrect cref attribute.
P
Pilchie 已提交
11758
        /// </summary>
11759
        internal static string WRN_BadXMLRefSyntax_Title {
P
Pilchie 已提交
11760
            get {
11761
                return ResourceManager.GetString("WRN_BadXMLRefSyntax_Title", resourceCulture);
P
Pilchie 已提交
11762 11763 11764 11765
            }
        }
        
        /// <summary>
11766
        ///   Looks up a localized string similar to XML comment has cref attribute &apos;{0}&apos; that refers to a type parameter.
P
Pilchie 已提交
11767
        /// </summary>
11768
        internal static string WRN_BadXMLRefTypeVar {
P
Pilchie 已提交
11769
            get {
11770
                return ResourceManager.GetString("WRN_BadXMLRefTypeVar", resourceCulture);
P
Pilchie 已提交
11771 11772 11773 11774
            }
        }
        
        /// <summary>
11775
        ///   Looks up a localized string similar to XML comment has cref attribute that refers to a type parameter.
P
Pilchie 已提交
11776
        /// </summary>
11777
        internal static string WRN_BadXMLRefTypeVar_Title {
P
Pilchie 已提交
11778
            get {
11779
                return ResourceManager.GetString("WRN_BadXMLRefTypeVar_Title", resourceCulture);
P
Pilchie 已提交
11780 11781 11782 11783
            }
        }
        
        /// <summary>
11784
        ///   Looks up a localized string similar to Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first.
P
Pilchie 已提交
11785
        /// </summary>
11786
        internal static string WRN_BitwiseOrSignExtend {
P
Pilchie 已提交
11787
            get {
11788
                return ResourceManager.GetString("WRN_BitwiseOrSignExtend", resourceCulture);
P
Pilchie 已提交
11789 11790 11791 11792
            }
        }
        
        /// <summary>
11793
        ///   Looks up a localized string similar to The compiler implicitly widened and sign-extended a variable, and then used the resulting value in a bitwise OR operation. This can result in unexpected behavior..
P
Pilchie 已提交
11794
        /// </summary>
11795
        internal static string WRN_BitwiseOrSignExtend_Description {
P
Pilchie 已提交
11796
            get {
11797
                return ResourceManager.GetString("WRN_BitwiseOrSignExtend_Description", resourceCulture);
P
Pilchie 已提交
11798 11799 11800 11801
            }
        }
        
        /// <summary>
11802
        ///   Looks up a localized string similar to Bitwise-or operator used on a sign-extended operand.
P
Pilchie 已提交
11803
        /// </summary>
11804
        internal static string WRN_BitwiseOrSignExtend_Title {
P
Pilchie 已提交
11805
            get {
11806
                return ResourceManager.GetString("WRN_BitwiseOrSignExtend_Title", resourceCulture);
P
Pilchie 已提交
11807 11808 11809 11810
            }
        }
        
        /// <summary>
V
vsadov 已提交
11811
        ///   Looks up a localized string similar to Using &apos;{0}&apos; as a ref or out value or taking its address may cause a runtime exception because it is a field of a marshal-by-reference class.
P
Pilchie 已提交
11812
        /// </summary>
11813
        internal static string WRN_ByRefNonAgileField {
P
Pilchie 已提交
11814
            get {
11815
                return ResourceManager.GetString("WRN_ByRefNonAgileField", resourceCulture);
P
Pilchie 已提交
11816 11817 11818 11819
            }
        }
        
        /// <summary>
V
vsadov 已提交
11820
        ///   Looks up a localized string similar to Using a field of a marshal-by-reference class as a ref or out value or taking its address may cause a runtime exception.
P
Pilchie 已提交
11821
        /// </summary>
11822
        internal static string WRN_ByRefNonAgileField_Title {
P
Pilchie 已提交
11823
            get {
11824
                return ResourceManager.GetString("WRN_ByRefNonAgileField_Title", resourceCulture);
P
Pilchie 已提交
11825 11826 11827 11828
            }
        }
        
        /// <summary>
11829
        ///   Looks up a localized string similar to Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope..
P
Pilchie 已提交
11830
        /// </summary>
11831
        internal static string WRN_CA2000_DisposeObjectsBeforeLosingScope1 {
P
Pilchie 已提交
11832
            get {
11833
                return ResourceManager.GetString("WRN_CA2000_DisposeObjectsBeforeLosingScope1", resourceCulture);
P
Pilchie 已提交
11834 11835 11836 11837
            }
        }
        
        /// <summary>
11838
        ///   Looks up a localized string similar to Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope.
P
Pilchie 已提交
11839
        /// </summary>
11840
        internal static string WRN_CA2000_DisposeObjectsBeforeLosingScope1_Title {
P
Pilchie 已提交
11841
            get {
11842
                return ResourceManager.GetString("WRN_CA2000_DisposeObjectsBeforeLosingScope1_Title", resourceCulture);
P
Pilchie 已提交
11843 11844 11845 11846
            }
        }
        
        /// <summary>
11847
        ///   Looks up a localized string similar to Allocated instance of {0} is not disposed along all exception paths.  Call System.IDisposable.Dispose() before all references to it are out of scope..
P
Pilchie 已提交
11848
        /// </summary>
11849
        internal static string WRN_CA2000_DisposeObjectsBeforeLosingScope2 {
P
Pilchie 已提交
11850
            get {
11851
                return ResourceManager.GetString("WRN_CA2000_DisposeObjectsBeforeLosingScope2", resourceCulture);
P
Pilchie 已提交
11852 11853 11854 11855
            }
        }
        
        /// <summary>
11856
        ///   Looks up a localized string similar to Allocated instance is not disposed along all exception paths.
P
Pilchie 已提交
11857
        /// </summary>
11858
        internal static string WRN_CA2000_DisposeObjectsBeforeLosingScope2_Title {
P
Pilchie 已提交
11859
            get {
11860
                return ResourceManager.GetString("WRN_CA2000_DisposeObjectsBeforeLosingScope2_Title", resourceCulture);
P
Pilchie 已提交
11861 11862 11863 11864
            }
        }
        
        /// <summary>
11865
        ///   Looks up a localized string similar to Object &apos;{0}&apos; can be disposed more than once..
P
Pilchie 已提交
11866
        /// </summary>
11867
        internal static string WRN_CA2202_DoNotDisposeObjectsMultipleTimes {
P
Pilchie 已提交
11868
            get {
11869
                return ResourceManager.GetString("WRN_CA2202_DoNotDisposeObjectsMultipleTimes", resourceCulture);
P
Pilchie 已提交
11870 11871 11872 11873
            }
        }
        
        /// <summary>
11874
        ///   Looks up a localized string similar to Object can be disposed more than once.
P
Pilchie 已提交
11875
        /// </summary>
11876
        internal static string WRN_CA2202_DoNotDisposeObjectsMultipleTimes_Title {
P
Pilchie 已提交
11877
            get {
11878
                return ResourceManager.GetString("WRN_CA2202_DoNotDisposeObjectsMultipleTimes_Title", resourceCulture);
P
Pilchie 已提交
11879 11880 11881 11882
            }
        }
        
        /// <summary>
C
Charles Stoner 已提交
11883
        ///   Looks up a localized string similar to The CallerFilePathAttribute applied to parameter &apos;{0}&apos; will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
P
Pilchie 已提交
11884
        /// </summary>
11885
        internal static string WRN_CallerFilePathParamForUnconsumedLocation {
P
Pilchie 已提交
11886
            get {
11887
                return ResourceManager.GetString("WRN_CallerFilePathParamForUnconsumedLocation", resourceCulture);
P
Pilchie 已提交
11888 11889 11890 11891
            }
        }
        
        /// <summary>
C
Charles Stoner 已提交
11892
        ///   Looks up a localized string similar to The CallerFilePathAttribute will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
P
Pilchie 已提交
11893
        /// </summary>
11894
        internal static string WRN_CallerFilePathParamForUnconsumedLocation_Title {
P
Pilchie 已提交
11895
            get {
11896
                return ResourceManager.GetString("WRN_CallerFilePathParamForUnconsumedLocation_Title", resourceCulture);
P
Pilchie 已提交
11897 11898 11899 11900
            }
        }
        
        /// <summary>
11901
        ///   Looks up a localized string similar to The CallerMemberNameAttribute applied to parameter &apos;{0}&apos; will have no effect. It is overridden by the CallerFilePathAttribute..
P
Pilchie 已提交
11902
        /// </summary>
11903
        internal static string WRN_CallerFilePathPreferredOverCallerMemberName {
P
Pilchie 已提交
11904
            get {
11905
                return ResourceManager.GetString("WRN_CallerFilePathPreferredOverCallerMemberName", resourceCulture);
P
Pilchie 已提交
11906 11907 11908 11909
            }
        }
        
        /// <summary>
11910
        ///   Looks up a localized string similar to The CallerMemberNameAttribute will have no effect; it is overridden by the CallerFilePathAttribute.
P
Pilchie 已提交
11911
        /// </summary>
11912
        internal static string WRN_CallerFilePathPreferredOverCallerMemberName_Title {
P
Pilchie 已提交
11913
            get {
11914
                return ResourceManager.GetString("WRN_CallerFilePathPreferredOverCallerMemberName_Title", resourceCulture);
P
Pilchie 已提交
11915 11916 11917 11918
            }
        }
        
        /// <summary>
11919
        ///   Looks up a localized string similar to The CallerLineNumberAttribute applied to parameter &apos;{0}&apos; will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
P
Pilchie 已提交
11920
        /// </summary>
11921
        internal static string WRN_CallerLineNumberParamForUnconsumedLocation {
P
Pilchie 已提交
11922
            get {
11923
                return ResourceManager.GetString("WRN_CallerLineNumberParamForUnconsumedLocation", resourceCulture);
P
Pilchie 已提交
11924 11925 11926 11927
            }
        }
        
        /// <summary>
11928
        ///   Looks up a localized string similar to The CallerLineNumberAttribute will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
P
Pilchie 已提交
11929
        /// </summary>
11930
        internal static string WRN_CallerLineNumberParamForUnconsumedLocation_Title {
P
Pilchie 已提交
11931
            get {
11932
                return ResourceManager.GetString("WRN_CallerLineNumberParamForUnconsumedLocation_Title", resourceCulture);
P
Pilchie 已提交
11933 11934 11935 11936
            }
        }
        
        /// <summary>
11937
        ///   Looks up a localized string similar to The CallerFilePathAttribute applied to parameter &apos;{0}&apos; will have no effect. It is overridden by the CallerLineNumberAttribute..
P
Pilchie 已提交
11938
        /// </summary>
11939
        internal static string WRN_CallerLineNumberPreferredOverCallerFilePath {
P
Pilchie 已提交
11940
            get {
11941
                return ResourceManager.GetString("WRN_CallerLineNumberPreferredOverCallerFilePath", resourceCulture);
P
Pilchie 已提交
11942 11943 11944 11945
            }
        }
        
        /// <summary>
11946
        ///   Looks up a localized string similar to The CallerFilePathAttribute will have no effect; it is overridden by the CallerLineNumberAttribute.
P
Pilchie 已提交
11947
        /// </summary>
11948
        internal static string WRN_CallerLineNumberPreferredOverCallerFilePath_Title {
P
Pilchie 已提交
11949
            get {
11950
                return ResourceManager.GetString("WRN_CallerLineNumberPreferredOverCallerFilePath_Title", resourceCulture);
P
Pilchie 已提交
11951 11952 11953 11954
            }
        }
        
        /// <summary>
11955
        ///   Looks up a localized string similar to The CallerMemberNameAttribute applied to parameter &apos;{0}&apos; will have no effect. It is overridden by the CallerLineNumberAttribute..
P
Pilchie 已提交
11956
        /// </summary>
11957
        internal static string WRN_CallerLineNumberPreferredOverCallerMemberName {
P
Pilchie 已提交
11958
            get {
11959
                return ResourceManager.GetString("WRN_CallerLineNumberPreferredOverCallerMemberName", resourceCulture);
P
Pilchie 已提交
11960 11961 11962 11963
            }
        }
        
        /// <summary>
11964
        ///   Looks up a localized string similar to The CallerMemberNameAttribute will have no effect; it is overridden by the CallerLineNumberAttribute.
P
Pilchie 已提交
11965
        /// </summary>
11966
        internal static string WRN_CallerLineNumberPreferredOverCallerMemberName_Title {
P
Pilchie 已提交
11967
            get {
11968
                return ResourceManager.GetString("WRN_CallerLineNumberPreferredOverCallerMemberName_Title", resourceCulture);
P
Pilchie 已提交
11969 11970 11971 11972
            }
        }
        
        /// <summary>
11973
        ///   Looks up a localized string similar to The CallerMemberNameAttribute applied to parameter &apos;{0}&apos; will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
P
Pilchie 已提交
11974
        /// </summary>
11975
        internal static string WRN_CallerMemberNameParamForUnconsumedLocation {
P
Pilchie 已提交
11976
            get {
11977
                return ResourceManager.GetString("WRN_CallerMemberNameParamForUnconsumedLocation", resourceCulture);
P
Pilchie 已提交
11978 11979 11980 11981
            }
        }
        
        /// <summary>
11982
        ///   Looks up a localized string similar to The CallerMemberNameAttribute will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
P
Pilchie 已提交
11983
        /// </summary>
11984
        internal static string WRN_CallerMemberNameParamForUnconsumedLocation_Title {
P
Pilchie 已提交
11985
            get {
11986
                return ResourceManager.GetString("WRN_CallerMemberNameParamForUnconsumedLocation_Title", resourceCulture);
P
Pilchie 已提交
11987 11988 11989 11990
            }
        }
        
        /// <summary>
11991
        ///   Looks up a localized string similar to Accessing a member on &apos;{0}&apos; may cause a runtime exception because it is a field of a marshal-by-reference class.
P
Pilchie 已提交
11992
        /// </summary>
11993
        internal static string WRN_CallOnNonAgileField {
P
Pilchie 已提交
11994
            get {
11995
                return ResourceManager.GetString("WRN_CallOnNonAgileField", resourceCulture);
P
Pilchie 已提交
11996 11997 11998 11999
            }
        }
        
        /// <summary>
12000
        ///   Looks up a localized string similar to This warning occurs when you try to call a method, property, or indexer on a member of a class that derives from MarshalByRefObject, and the member is a value type. Objects that inherit from MarshalByRefObject are typically intended to be marshaled by reference across an application domain. If any code ever attempts to directly access the value-type member of such an object across an application domain, a runtime exception will occur. To resolve the warning, first copy the member into a local variable and c [rest of string was truncated]&quot;;.
P
Pilchie 已提交
12001
        /// </summary>
12002
        internal static string WRN_CallOnNonAgileField_Description {
P
Pilchie 已提交
12003
            get {
12004
                return ResourceManager.GetString("WRN_CallOnNonAgileField_Description", resourceCulture);
P
Pilchie 已提交
12005 12006 12007 12008
            }
        }
        
        /// <summary>
12009
        ///   Looks up a localized string similar to Accessing a member on a field of a marshal-by-reference class may cause a runtime exception.
P
Pilchie 已提交
12010
        /// </summary>
12011
        internal static string WRN_CallOnNonAgileField_Title {
P
Pilchie 已提交
12012
            get {
12013
                return ResourceManager.GetString("WRN_CallOnNonAgileField_Title", resourceCulture);
P
Pilchie 已提交
12014 12015 12016 12017
            }
        }
        
        /// <summary>
12018
        ///   Looks up a localized string similar to Ignoring /win32manifest for module because it only applies to assemblies.
P
Pilchie 已提交
12019
        /// </summary>
12020
        internal static string WRN_CantHaveManifestForModule {
P
Pilchie 已提交
12021
            get {
12022
                return ResourceManager.GetString("WRN_CantHaveManifestForModule", resourceCulture);
P
Pilchie 已提交
12023 12024 12025 12026
            }
        }
        
        /// <summary>
12027
        ///   Looks up a localized string similar to Ignoring /win32manifest for module because it only applies to assemblies.
P
Pilchie 已提交
12028
        /// </summary>
12029
        internal static string WRN_CantHaveManifestForModule_Title {
P
Pilchie 已提交
12030
            get {
12031
                return ResourceManager.GetString("WRN_CantHaveManifestForModule_Title", resourceCulture);
P
Pilchie 已提交
12032 12033 12034 12035
            }
        }
        
        /// <summary>
12036 12037 12038 12039 12040 12041 12042 12043 12044 12045 12046 12047 12048 12049 12050 12051 12052 12053 12054 12055 12056 12057 12058 12059 12060 12061 12062 12063 12064 12065 12066 12067 12068 12069 12070 12071 12072 12073 12074 12075 12076 12077 12078 12079 12080 12081 12082 12083 12084 12085 12086 12087 12088 12089 12090 12091 12092 12093 12094 12095 12096 12097 12098 12099 12100 12101 12102 12103 12104 12105 12106 12107 12108 12109 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 12120 12121 12122 12123 12124 12125 12126 12127 12128 12129 12130 12131 12132 12133 12134 12135 12136 12137 12138 12139 12140 12141 12142 12143
        ///   Looks up a localized string similar to Arrays as attribute arguments is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_ArrayArgumentToAttribute {
            get {
                return ResourceManager.GetString("WRN_CLS_ArrayArgumentToAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Arrays as attribute arguments is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_ArrayArgumentToAttribute_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_ArrayArgumentToAttribute_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attribute.
        /// </summary>
        internal static string WRN_CLS_AssemblyNotCLS {
            get {
                return ResourceManager.GetString("WRN_CLS_AssemblyNotCLS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type or member cannot be marked as CLS-compliant because the assembly does not have a CLSCompliant attribute.
        /// </summary>
        internal static string WRN_CLS_AssemblyNotCLS_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_AssemblyNotCLS_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute.
        /// </summary>
        internal static string WRN_CLS_AssemblyNotCLS2 {
            get {
                return ResourceManager.GetString("WRN_CLS_AssemblyNotCLS2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type or member does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute.
        /// </summary>
        internal static string WRN_CLS_AssemblyNotCLS2_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_AssemblyNotCLS2_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Argument type &apos;{0}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadArgType {
            get {
                return ResourceManager.GetString("WRN_CLS_BadArgType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Argument type is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadArgType_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadArgType_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; has no accessible constructors which use only CLS-compliant types.
        /// </summary>
        internal static string WRN_CLS_BadAttributeType {
            get {
                return ResourceManager.GetString("WRN_CLS_BadAttributeType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type has no accessible constructors which use only CLS-compliant types.
        /// </summary>
        internal static string WRN_CLS_BadAttributeType_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadAttributeType_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: base type &apos;{1}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadBase {
            get {
                return ResourceManager.GetString("WRN_CLS_BadBase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A base type was marked as not having to be compliant with the Common Language Specification (CLS) in an assembly that was marked as being CLS compliant. Either remove the attribute that specifies the assembly is CLS compliant or remove the attribute that indicates the type is not CLS compliant..
        /// </summary>
        internal static string WRN_CLS_BadBase_Description {
            get {
                return ResourceManager.GetString("WRN_CLS_BadBase_Description", resourceCulture);
            }
        }
        
        /// <summary>
12144
        ///   Looks up a localized string similar to Base type is not CLS-compliant.
12145 12146 12147 12148 12149 12150 12151 12152 12153 12154 12155 12156 12157 12158 12159 12160 12161 12162 12163 12164 12165 12166 12167 12168 12169 12170 12171 12172 12173 12174 12175 12176 12177 12178 12179 12180 12181 12182 12183 12184 12185 12186 12187 12188 12189 12190 12191 12192 12193 12194 12195 12196 12197 12198 12199 12200 12201 12202 12203 12204 12205 12206 12207 12208 12209 12210 12211 12212 12213 12214 12215 12216 12217 12218 12219 12220 12221 12222 12223 12224 12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 12239 12240 12241 12242 12243 12244 12245 12246 12247 12248 12249 12250 12251 12252 12253 12254 12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 12272 12273 12274 12275 12276 12277 12278 12279 12280 12281 12282 12283 12284 12285 12286 12287 12288 12289 12290 12291 12292 12293 12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 12311 12312 12313 12314 12315 12316 12317 12318 12319 12320 12321 12322 12323 12324 12325 12326 12327 12328 12329 12330 12331 12332 12333 12334 12335 12336 12337 12338 12339 12340 12341 12342 12343 12344 12345 12346 12347 12348 12349 12350 12351 12352 12353 12354 12355 12356 12357 12358 12359 12360 12361 12362 12363 12364 12365 12366 12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 12383 12384 12385 12386 12387 12388 12389 12390 12391 12392 12393 12394 12395 12396 12397 12398 12399 12400 12401 12402 12403 12404 12405 12406 12407 12408 12409 12410 12411 12412 12413 12414 12415 12416 12417 12418 12419 12420 12421 12422 12423 12424 12425 12426 12427 12428 12429 12430 12431 12432 12433 12434 12435 12436 12437 12438 12439 12440 12441 12442 12443 12444 12445 12446 12447 12448 12449 12450 12451 12452 12453 12454 12455 12456 12457 12458 12459 12460 12461 12462 12463 12464 12465 12466 12467 12468 12469 12470 12471 12472 12473 12474 12475 12476 12477 12478 12479 12480 12481 12482 12483 12484 12485 12486 12487 12488 12489 12490 12491 12492 12493 12494 12495
        /// </summary>
        internal static string WRN_CLS_BadBase_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadBase_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type of &apos;{0}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadFieldPropType {
            get {
                return ResourceManager.GetString("WRN_CLS_BadFieldPropType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A public, protected, or protected internal variable must be of a type that is compliant with the Common Language Specification (CLS)..
        /// </summary>
        internal static string WRN_CLS_BadFieldPropType_Description {
            get {
                return ResourceManager.GetString("WRN_CLS_BadFieldPropType_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadFieldPropType_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadFieldPropType_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Identifier &apos;{0}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadIdentifier {
            get {
                return ResourceManager.GetString("WRN_CLS_BadIdentifier", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Identifier is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadIdentifier_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadIdentifier_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Identifier &apos;{0}&apos; differing only in case is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadIdentifierCase {
            get {
                return ResourceManager.GetString("WRN_CLS_BadIdentifierCase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Identifier differing only in case is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadIdentifierCase_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadIdentifierCase_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is not CLS-compliant because base interface &apos;{1}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadInterface {
            get {
                return ResourceManager.GetString("WRN_CLS_BadInterface", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type is not CLS-compliant because base interface is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadInterface_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadInterface_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: CLS-compliant interfaces must have only CLS-compliant members.
        /// </summary>
        internal static string WRN_CLS_BadInterfaceMember {
            get {
                return ResourceManager.GetString("WRN_CLS_BadInterfaceMember", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLS-compliant interfaces must have only CLS-compliant members.
        /// </summary>
        internal static string WRN_CLS_BadInterfaceMember_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadInterfaceMember_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Return type of &apos;{0}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadReturnType {
            get {
                return ResourceManager.GetString("WRN_CLS_BadReturnType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Return type is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadReturnType_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadReturnType_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraint type &apos;{0}&apos; is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadTypeVar {
            get {
                return ResourceManager.GetString("WRN_CLS_BadTypeVar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constraint type is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_BadTypeVar_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_BadTypeVar_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; cannot be marked as CLS-compliant because it is a member of non-CLS-compliant type &apos;{1}&apos;.
        /// </summary>
        internal static string WRN_CLS_IllegalTrueInFalse {
            get {
                return ResourceManager.GetString("WRN_CLS_IllegalTrueInFalse", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type cannot be marked as CLS-compliant because it is a member of non-CLS-compliant type.
        /// </summary>
        internal static string WRN_CLS_IllegalTrueInFalse_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_IllegalTrueInFalse_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLSCompliant attribute has no meaning when applied to parameters. Try putting it on the method instead..
        /// </summary>
        internal static string WRN_CLS_MeaninglessOnParam {
            get {
                return ResourceManager.GetString("WRN_CLS_MeaninglessOnParam", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLSCompliant attribute has no meaning when applied to parameters.
        /// </summary>
        internal static string WRN_CLS_MeaninglessOnParam_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_MeaninglessOnParam_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLS compliance checking will not be performed on &apos;{0}&apos; because it is not visible from outside this assembly.
        /// </summary>
        internal static string WRN_CLS_MeaninglessOnPrivateType {
            get {
                return ResourceManager.GetString("WRN_CLS_MeaninglessOnPrivateType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLS compliance checking will not be performed because it is not visible from outside this assembly.
        /// </summary>
        internal static string WRN_CLS_MeaninglessOnPrivateType_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_MeaninglessOnPrivateType_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLSCompliant attribute has no meaning when applied to return types. Try putting it on the method instead..
        /// </summary>
        internal static string WRN_CLS_MeaninglessOnReturn {
            get {
                return ResourceManager.GetString("WRN_CLS_MeaninglessOnReturn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLSCompliant attribute has no meaning when applied to return types.
        /// </summary>
        internal static string WRN_CLS_MeaninglessOnReturn_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_MeaninglessOnReturn_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Added modules must be marked with the CLSCompliant attribute to match the assembly.
        /// </summary>
        internal static string WRN_CLS_ModuleMissingCLS {
            get {
                return ResourceManager.GetString("WRN_CLS_ModuleMissingCLS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Added modules must be marked with the CLSCompliant attribute to match the assembly.
        /// </summary>
        internal static string WRN_CLS_ModuleMissingCLS_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_ModuleMissingCLS_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: only CLS-compliant members can be abstract.
        /// </summary>
        internal static string WRN_CLS_NoAbstractMembers {
            get {
                return ResourceManager.GetString("WRN_CLS_NoAbstractMembers", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Only CLS-compliant members can be abstract.
        /// </summary>
        internal static string WRN_CLS_NoAbstractMembers_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_NoAbstractMembers_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You must specify the CLSCompliant attribute on the assembly, not the module, to enable CLS compliance checking.
        /// </summary>
        internal static string WRN_CLS_NotOnModules {
            get {
                return ResourceManager.GetString("WRN_CLS_NotOnModules", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You must specify the CLSCompliant attribute on the assembly, not the module, to enable CLS compliance checking.
        /// </summary>
        internal static string WRN_CLS_NotOnModules_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_NotOnModules_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot specify the CLSCompliant attribute on a module that differs from the CLSCompliant attribute on the assembly.
        /// </summary>
        internal static string WRN_CLS_NotOnModules2 {
            get {
                return ResourceManager.GetString("WRN_CLS_NotOnModules2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to You cannot specify the CLSCompliant attribute on a module that differs from the CLSCompliant attribute on the assembly.
        /// </summary>
        internal static string WRN_CLS_NotOnModules2_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_NotOnModules2_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Methods with variable arguments are not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_NoVarArgs {
            get {
                return ResourceManager.GetString("WRN_CLS_NoVarArgs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Methods with variable arguments are not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_NoVarArgs_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_NoVarArgs_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloaded method &apos;{0}&apos; differing only in ref or out, or in array rank, is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_OverloadRefOut {
            get {
                return ResourceManager.GetString("WRN_CLS_OverloadRefOut", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloaded method differing only in ref or out, or in array rank, is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_OverloadRefOut_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_OverloadRefOut_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloaded method &apos;{0}&apos; differing only by unnamed array types is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_OverloadUnnamed {
            get {
                return ResourceManager.GetString("WRN_CLS_OverloadUnnamed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This error occurs if you have an overloaded method that takes a jagged array and the only difference between the method signatures is the element type of the array. To avoid this error, consider using a rectangular array rather than a jagged array; use an additional parameter to disambiguate the function call; rename one or more of the overloaded methods; or, if CLS Compliance is not needed, remove the CLSCompliantAttribute attribute..
        /// </summary>
        internal static string WRN_CLS_OverloadUnnamed_Description {
            get {
                return ResourceManager.GetString("WRN_CLS_OverloadUnnamed_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Overloaded method differing only by unnamed array types is not CLS-compliant.
        /// </summary>
        internal static string WRN_CLS_OverloadUnnamed_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_OverloadUnnamed_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLS-compliant field &apos;{0}&apos; cannot be volatile.
P
Pilchie 已提交
12496 12497 12498
        /// </summary>
        internal static string WRN_CLS_VolatileField {
            get {
12499 12500 12501 12502 12503 12504 12505 12506 12507 12508 12509 12510 12511 12512 12513 12514 12515 12516 12517 12518 12519 12520 12521 12522 12523 12524 12525 12526 12527 12528 12529 12530 12531 12532 12533 12534 12535 12536 12537 12538 12539 12540 12541 12542 12543 12544 12545 12546 12547 12548 12549 12550 12551 12552 12553 12554 12555 12556 12557 12558 12559 12560 12561 12562 12563 12564 12565 12566 12567 12568 12569 12570 12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 12581 12582 12583 12584 12585 12586 12587 12588 12589 12590 12591 12592 12593 12594 12595 12596 12597 12598 12599 12600 12601 12602 12603 12604 12605 12606 12607 12608 12609 12610 12611 12612 12613 12614 12615 12616 12617 12618 12619 12620 12621 12622 12623 12624 12625 12626 12627 12628 12629 12630 12631 12632 12633 12634 12635 12636 12637 12638 12639 12640 12641 12642 12643 12644 12645 12646 12647
                return ResourceManager.GetString("WRN_CLS_VolatileField", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CLS-compliant field cannot be volatile.
        /// </summary>
        internal static string WRN_CLS_VolatileField_Title {
            get {
                return ResourceManager.GetString("WRN_CLS_VolatileField_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Option &apos;{0}&apos; overrides attribute &apos;{1}&apos; given in a source file or added module.
        /// </summary>
        internal static string WRN_CmdOptionConflictsSource {
            get {
                return ResourceManager.GetString("WRN_CmdOptionConflictsSource", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This warning occurs if the assembly attributes AssemblyKeyFileAttribute or AssemblyKeyNameAttribute found in source conflict with the /keyfile or /keycontainer command line option or key file name or key container specified in the Project Properties..
        /// </summary>
        internal static string WRN_CmdOptionConflictsSource_Description {
            get {
                return ResourceManager.GetString("WRN_CmdOptionConflictsSource_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Option overrides attribute given in a source file or added module.
        /// </summary>
        internal static string WRN_CmdOptionConflictsSource_Title {
            get {
                return ResourceManager.GetString("WRN_CmdOptionConflictsSource_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Comparing with null of type &apos;{0}&apos; always produces &apos;false&apos;.
        /// </summary>
        internal static string WRN_CmpAlwaysFalse {
            get {
                return ResourceManager.GetString("WRN_CmpAlwaysFalse", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Comparing with null of struct type always produces &apos;false&apos;.
        /// </summary>
        internal static string WRN_CmpAlwaysFalse_Title {
            get {
                return ResourceManager.GetString("WRN_CmpAlwaysFalse_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; interface marked with &apos;CoClassAttribute&apos; not marked with &apos;ComImportAttribute&apos;.
        /// </summary>
        internal static string WRN_CoClassWithoutComImport {
            get {
                return ResourceManager.GetString("WRN_CoClassWithoutComImport", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Interface marked with &apos;CoClassAttribute&apos; not marked with &apos;ComImportAttribute&apos;.
        /// </summary>
        internal static string WRN_CoClassWithoutComImport_Title {
            get {
                return ResourceManager.GetString("WRN_CoClassWithoutComImport_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Comparison made to same variable; did you mean to compare something else?.
        /// </summary>
        internal static string WRN_ComparisonToSelf {
            get {
                return ResourceManager.GetString("WRN_ComparisonToSelf", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Comparison made to same variable.
        /// </summary>
        internal static string WRN_ComparisonToSelf_Title {
            get {
                return ResourceManager.GetString("WRN_ComparisonToSelf_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Different checksum values given for &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_ConflictingChecksum {
            get {
                return ResourceManager.GetString("WRN_ConflictingChecksum", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Different #pragma checksum values given.
        /// </summary>
        internal static string WRN_ConflictingChecksum_Title {
            get {
                return ResourceManager.GetString("WRN_ConflictingChecksum_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Referenced assembly &apos;{0}&apos; targets a different processor..
        /// </summary>
        internal static string WRN_ConflictingMachineAssembly {
            get {
                return ResourceManager.GetString("WRN_ConflictingMachineAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Referenced assembly targets a different processor.
        /// </summary>
        internal static string WRN_ConflictingMachineAssembly_Title {
            get {
                return ResourceManager.GetString("WRN_ConflictingMachineAssembly_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The fully qualified name for &apos;{0}&apos; is too long for debug information. Compile without &apos;/debug&apos; option..
        /// </summary>
        internal static string WRN_DebugFullNameTooLong {
            get {
                return ResourceManager.GetString("WRN_DebugFullNameTooLong", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Fully qualified name is too long for debug information.
        /// </summary>
        internal static string WRN_DebugFullNameTooLong_Title {
            get {
                return ResourceManager.GetString("WRN_DebugFullNameTooLong_Title", resourceCulture);
            }
        }
        
        /// <summary>
12648 12649 12650 12651 12652 12653 12654 12655 12656 12657 12658 12659 12660 12661 12662 12663 12664
        ///   Looks up a localized string similar to Did you mean to use the default switch label (`default:`) rather than `case default:`? If you really mean to use the default literal, consider `case (default):` or another literal (`case 0:` or `case null:`) as appropriate..
        /// </summary>
        internal static string WRN_DefaultInSwitch {
            get {
                return ResourceManager.GetString("WRN_DefaultInSwitch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Did you mean to use the default switch label (`default:`) rather than `case default:`? If you really mean to use the default literal, consider `case (default):` or another literal (`case 0:` or `case null:`) as appropriate..
        /// </summary>
        internal static string WRN_DefaultInSwitch_Title {
            get {
                return ResourceManager.GetString("WRN_DefaultInSwitch_Title", resourceCulture);
            }
        }
        
12665 12666 12667 12668 12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682 12683
        /// <summary>
        ///   Looks up a localized string similar to The default value specified for parameter &apos;{0}&apos; will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
        /// </summary>
        internal static string WRN_DefaultValueForUnconsumedLocation {
            get {
                return ResourceManager.GetString("WRN_DefaultValueForUnconsumedLocation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The default value specified will have no effect because it applies to a member that is used in contexts that do not allow optional arguments.
        /// </summary>
        internal static string WRN_DefaultValueForUnconsumedLocation_Title {
            get {
                return ResourceManager.GetString("WRN_DefaultValueForUnconsumedLocation_Title", resourceCulture);
            }
        }
        
        /// <summary>
O
Omar Tawfik 已提交
12684
        ///   Looks up a localized string similar to Invalid name for a preprocessing symbol; &apos;{0}&apos; is not a valid identifier.
12685 12686 12687 12688 12689 12690 12691 12692
        /// </summary>
        internal static string WRN_DefineIdentifierRequired {
            get {
                return ResourceManager.GetString("WRN_DefineIdentifierRequired", resourceCulture);
            }
        }
        
        /// <summary>
O
Omar Tawfik 已提交
12693
        ///   Looks up a localized string similar to Invalid name for a preprocessing symbol; not a valid identifier.
12694 12695 12696 12697 12698 12699 12700 12701 12702 12703 12704 12705 12706 12707 12708 12709 12710 12711 12712 12713 12714 12715 12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729 12730 12731 12732 12733 12734 12735 12736 12737 12738 12739 12740 12741 12742 12743 12744 12745 12746 12747 12748 12749 12750 12751 12752 12753 12754 12755 12756 12757 12758 12759 12760 12761 12762 12763 12764 12765 12766 12767 12768 12769 12770 12771 12772 12773 12774 12775 12776 12777 12778 12779 12780 12781 12782 12783 12784 12785 12786 12787 12788 12789 12790 12791 12792 12793 12794 12795 12796 12797 12798 12799 12800 12801 12802 12803 12804 12805 12806 12807 12808 12809 12810 12811 12812 12813 12814 12815 12816 12817 12818 12819 12820 12821 12822 12823 12824 12825 12826 12827 12828 12829 12830 12831 12832 12833 12834 12835 12836 12837 12838 12839 12840 12841 12842 12843 12844 12845 12846 12847 12848 12849 12850 12851 12852 12853 12854 12855 12856 12857 12858 12859 12860 12861 12862 12863 12864 12865 12866 12867 12868 12869 12870 12871 12872 12873 12874 12875 12876 12877 12878 12879 12880 12881 12882 12883 12884 12885 12886 12887 12888 12889 12890 12891 12892 12893 12894 12895 12896 12897 12898 12899 12900 12901 12902 12903 12904 12905 12906 12907 12908 12909 12910 12911 12912 12913 12914 12915 12916 12917 12918 12919 12920 12921 12922 12923 12924 12925 12926 12927 12928
        /// </summary>
        internal static string WRN_DefineIdentifierRequired_Title {
            get {
                return ResourceManager.GetString("WRN_DefineIdentifierRequired_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Delay signing was specified and requires a public key, but no public key was specified.
        /// </summary>
        internal static string WRN_DelaySignButNoKey {
            get {
                return ResourceManager.GetString("WRN_DelaySignButNoKey", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Delay signing was specified and requires a public key, but no public key was specified.
        /// </summary>
        internal static string WRN_DelaySignButNoKey_Title {
            get {
                return ResourceManager.GetString("WRN_DelaySignButNoKey_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded Add method &apos;{0}&apos; for the collection initializer element is obsolete..
        /// </summary>
        internal static string WRN_DeprecatedCollectionInitAdd {
            get {
                return ResourceManager.GetString("WRN_DeprecatedCollectionInitAdd", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded Add method for the collection initializer element is obsolete.
        /// </summary>
        internal static string WRN_DeprecatedCollectionInitAdd_Title {
            get {
                return ResourceManager.GetString("WRN_DeprecatedCollectionInitAdd_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded Add method &apos;{0}&apos; for the collection initializer element is obsolete. {1}.
        /// </summary>
        internal static string WRN_DeprecatedCollectionInitAddStr {
            get {
                return ResourceManager.GetString("WRN_DeprecatedCollectionInitAddStr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The best overloaded Add method for the collection initializer element is obsolete.
        /// </summary>
        internal static string WRN_DeprecatedCollectionInitAddStr_Title {
            get {
                return ResourceManager.GetString("WRN_DeprecatedCollectionInitAddStr_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is obsolete.
        /// </summary>
        internal static string WRN_DeprecatedSymbol {
            get {
                return ResourceManager.GetString("WRN_DeprecatedSymbol", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type or member is obsolete.
        /// </summary>
        internal static string WRN_DeprecatedSymbol_Title {
            get {
                return ResourceManager.GetString("WRN_DeprecatedSymbol_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; is obsolete: &apos;{1}&apos;.
        /// </summary>
        internal static string WRN_DeprecatedSymbolStr {
            get {
                return ResourceManager.GetString("WRN_DeprecatedSymbolStr", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type or member is obsolete.
        /// </summary>
        internal static string WRN_DeprecatedSymbolStr_Title {
            get {
                return ResourceManager.GetString("WRN_DeprecatedSymbolStr_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expression will always cause a System.NullReferenceException because the default value of &apos;{0}&apos; is null.
        /// </summary>
        internal static string WRN_DotOnDefault {
            get {
                return ResourceManager.GetString("WRN_DotOnDefault", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expression will always cause a System.NullReferenceException because the type&apos;s default value is null.
        /// </summary>
        internal static string WRN_DotOnDefault_Title {
            get {
                return ResourceManager.GetString("WRN_DotOnDefault_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to XML comment has a duplicate param tag for &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_DuplicateParamTag {
            get {
                return ResourceManager.GetString("WRN_DuplicateParamTag", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to XML comment has a duplicate param tag.
        /// </summary>
        internal static string WRN_DuplicateParamTag_Title {
            get {
                return ResourceManager.GetString("WRN_DuplicateParamTag_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to XML comment has a duplicate typeparam tag for &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_DuplicateTypeParamTag {
            get {
                return ResourceManager.GetString("WRN_DuplicateTypeParamTag", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to XML comment has a duplicate typeparam tag.
        /// </summary>
        internal static string WRN_DuplicateTypeParamTag_Title {
            get {
                return ResourceManager.GetString("WRN_DuplicateTypeParamTag_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The using directive for &apos;{0}&apos; appeared previously in this namespace.
        /// </summary>
        internal static string WRN_DuplicateUsing {
            get {
                return ResourceManager.GetString("WRN_DuplicateUsing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Using directive appeared previously in this namespace.
        /// </summary>
        internal static string WRN_DuplicateUsing_Title {
            get {
                return ResourceManager.GetString("WRN_DuplicateUsing_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The dynamically dispatched call to method &apos;{0}&apos; may fail at runtime because one or more applicable overloads are conditional methods..
        /// </summary>
        internal static string WRN_DynamicDispatchToConditionalMethod {
            get {
                return ResourceManager.GetString("WRN_DynamicDispatchToConditionalMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Dynamically dispatched call may fail at runtime because one or more applicable overloads are conditional methods.
        /// </summary>
        internal static string WRN_DynamicDispatchToConditionalMethod_Title {
            get {
                return ResourceManager.GetString("WRN_DynamicDispatchToConditionalMethod_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Empty switch block.
        /// </summary>
        internal static string WRN_EmptySwitch {
            get {
                return ResourceManager.GetString("WRN_EmptySwitch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Empty switch block.
        /// </summary>
        internal static string WRN_EmptySwitch_Title {
            get {
                return ResourceManager.GetString("WRN_EmptySwitch_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Single-line comment or end-of-line expected.
        /// </summary>
        internal static string WRN_EndOfPPLineExpected {
            get {
                return ResourceManager.GetString("WRN_EndOfPPLineExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Single-line comment or end-of-line expected after #pragma directive.
        /// </summary>
        internal static string WRN_EndOfPPLineExpected_Title {
            get {
                return ResourceManager.GetString("WRN_EndOfPPLineExpected_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; defines operator == or operator != but does not override Object.Equals(object o).
        /// </summary>
        internal static string WRN_EqualityOpWithoutEquals {
            get {
                return ResourceManager.GetString("WRN_EqualityOpWithoutEquals", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type defines operator == or operator != but does not override Object.Equals(object o).
        /// </summary>
M
manishv 已提交
12929
        internal static string WRN_EqualityOpWithoutEquals_Title {
12930
            get {
M
manishv 已提交
12931
                return ResourceManager.GetString("WRN_EqualityOpWithoutEquals_Title", resourceCulture);
12932 12933 12934 12935 12936 12937 12938 12939 12940 12941 12942 12943 12944 12945 12946 12947 12948 12949 12950 12951 12952 12953 12954 12955 12956 12957 12958 12959 12960 12961 12962 12963 12964 12965 12966 12967 12968 12969 12970 12971 12972 12973 12974 12975 12976 12977 12978 12979 12980 12981 12982 12983 12984 12985 12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; defines operator == or operator != but does not override Object.GetHashCode().
        /// </summary>
        internal static string WRN_EqualityOpWithoutGetHashCode {
            get {
                return ResourceManager.GetString("WRN_EqualityOpWithoutGetHashCode", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type defines operator == or operator != but does not override Object.GetHashCode().
        /// </summary>
        internal static string WRN_EqualityOpWithoutGetHashCode_Title {
            get {
                return ResourceManager.GetString("WRN_EqualityOpWithoutGetHashCode_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; overrides Object.Equals(object o) but does not override Object.GetHashCode().
        /// </summary>
        internal static string WRN_EqualsWithoutGetHashCode {
            get {
                return ResourceManager.GetString("WRN_EqualsWithoutGetHashCode", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type overrides Object.Equals(object o) but does not override Object.GetHashCode().
        /// </summary>
        internal static string WRN_EqualsWithoutGetHashCode_Title {
            get {
                return ResourceManager.GetString("WRN_EqualsWithoutGetHashCode_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {0}. See also error CS{1}..
        /// </summary>
        internal static string WRN_ErrorOverride {
            get {
                return ResourceManager.GetString("WRN_ErrorOverride", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The compiler emits this warning when it overrides an error with a warning. For information about the problem, search for the error code mentioned..
        /// </summary>
        internal static string WRN_ErrorOverride_Description {
            get {
                return ResourceManager.GetString("WRN_ErrorOverride_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Warning is overriding an error.
        /// </summary>
        internal static string WRN_ErrorOverride_Title {
            get {
                return ResourceManager.GetString("WRN_ErrorOverride_Title", resourceCulture);
            }
        }
        
        /// <summary>
C
Charles Stoner 已提交
12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 13009 13010 13011 13012 13013 13014 13015 13016
        ///   Looks up a localized string similar to &apos;{0}&apos; is for evaluation purposes only and is subject to change or removal in future updates..
        /// </summary>
        internal static string WRN_Experimental {
            get {
                return ResourceManager.GetString("WRN_Experimental", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type is for evaluation purposes only and is subject to change or removal in future updates..
        /// </summary>
        internal static string WRN_Experimental_Title {
            get {
                return ResourceManager.GetString("WRN_Experimental_Title", resourceCulture);
            }
        }
        
        /// <summary>
13017 13018 13019 13020 13021 13022 13023 13024 13025 13026 13027 13028 13029 13030 13031 13032 13033 13034 13035 13036 13037 13038 13039 13040 13041 13042 13043 13044 13045 13046 13047 13048 13049 13050 13051 13052 13053 13054 13055 13056 13057 13058 13059 13060 13061 13062 13063 13064 13065 13066 13067 13068 13069 13070 13071 13072 13073 13074 13075 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 13086 13087 13088 13089 13090 13091 13092 13093 13094 13095 13096 13097 13098 13099 13100 13101 13102 13103 13104 13105 13106 13107 13108 13109 13110 13111 13112 13113 13114 13115 13116 13117 13118 13119 13120 13121 13122 13123 13124
        ///   Looks up a localized string similar to Explicit interface implementation &apos;{0}&apos; matches more than one interface member. Which interface member is actually chosen is implementation-dependent. Consider using a non-explicit implementation instead..
        /// </summary>
        internal static string WRN_ExplicitImplCollision {
            get {
                return ResourceManager.GetString("WRN_ExplicitImplCollision", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Explicit interface implementation matches more than one interface member.
        /// </summary>
        internal static string WRN_ExplicitImplCollision_Title {
            get {
                return ResourceManager.GetString("WRN_ExplicitImplCollision_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constructor &apos;{0}&apos; is marked external.
        /// </summary>
        internal static string WRN_ExternCtorNoImplementation {
            get {
                return ResourceManager.GetString("WRN_ExternCtorNoImplementation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Constructor is marked external.
        /// </summary>
        internal static string WRN_ExternCtorNoImplementation_Title {
            get {
                return ResourceManager.GetString("WRN_ExternCtorNoImplementation_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method, operator, or accessor &apos;{0}&apos; is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation..
        /// </summary>
        internal static string WRN_ExternMethodNoImplementation {
            get {
                return ResourceManager.GetString("WRN_ExternMethodNoImplementation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method, operator, or accessor is marked external and has no attributes on it.
        /// </summary>
        internal static string WRN_ExternMethodNoImplementation_Title {
            get {
                return ResourceManager.GetString("WRN_ExternMethodNoImplementation_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unable to include XML fragment &apos;{1}&apos; of file &apos;{0}&apos; -- {2}.
        /// </summary>
        internal static string WRN_FailedInclude {
            get {
                return ResourceManager.GetString("WRN_FailedInclude", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unable to include XML fragment.
        /// </summary>
        internal static string WRN_FailedInclude_Title {
            get {
                return ResourceManager.GetString("WRN_FailedInclude_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Source file &apos;{0}&apos; specified multiple times.
        /// </summary>
        internal static string WRN_FileAlreadyIncluded {
            get {
                return ResourceManager.GetString("WRN_FileAlreadyIncluded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Source file specified multiple times.
        /// </summary>
        internal static string WRN_FileAlreadyIncluded_Title {
            get {
                return ResourceManager.GetString("WRN_FileAlreadyIncluded_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid filename specified for preprocessor directive. Filename is too long or not a valid filename..
        /// </summary>
        internal static string WRN_FileNameTooLong {
            get {
                return ResourceManager.GetString("WRN_FileNameTooLong", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid filename specified for preprocessor directive.
        /// </summary>
        internal static string WRN_FileNameTooLong_Title {
            get {
                return ResourceManager.GetString("WRN_FileNameTooLong_Title", resourceCulture);
            }
        }
        
        /// <summary>
E
elijah6 已提交
13125
        ///   Looks up a localized string similar to Filter expression is a constant &apos;false&apos;, consider removing the catch clause.
13126
        /// </summary>
E
elijah6 已提交
13127
        internal static string WRN_FilterIsConstantFalse {
13128
            get {
E
elijah6 已提交
13129
                return ResourceManager.GetString("WRN_FilterIsConstantFalse", resourceCulture);
13130 13131 13132 13133
            }
        }
        
        /// <summary>
E
elijah6 已提交
13134
        ///   Looks up a localized string similar to Filter expression is a constant &apos;false&apos;.
13135
        /// </summary>
E
elijah6 已提交
13136
        internal static string WRN_FilterIsConstantFalse_Title {
13137
            get {
E
elijah6 已提交
13138 13139 13140 13141 13142 13143 13144 13145 13146 13147 13148 13149 13150 13151 13152 13153 13154 13155 13156 13157 13158 13159 13160 13161 13162 13163 13164 13165 13166 13167 13168 13169 13170 13171 13172 13173 13174
                return ResourceManager.GetString("WRN_FilterIsConstantFalse_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Filter expression is a constant &apos;false&apos;, consider removing the try-catch block.
        /// </summary>
        internal static string WRN_FilterIsConstantFalseRedundantTryCatch {
            get {
                return ResourceManager.GetString("WRN_FilterIsConstantFalseRedundantTryCatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Filter expression is a constant &apos;false&apos;. .
        /// </summary>
        internal static string WRN_FilterIsConstantFalseRedundantTryCatch_Title {
            get {
                return ResourceManager.GetString("WRN_FilterIsConstantFalseRedundantTryCatch_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Filter expression is a constant &apos;true&apos;, consider removing the filter.
        /// </summary>
        internal static string WRN_FilterIsConstantTrue {
            get {
                return ResourceManager.GetString("WRN_FilterIsConstantTrue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Filter expression is a constant &apos;true&apos;.
        /// </summary>
        internal static string WRN_FilterIsConstantTrue_Title {
            get {
                return ResourceManager.GetString("WRN_FilterIsConstantTrue_Title", resourceCulture);
13175 13176 13177 13178 13179 13180 13181 13182 13183 13184 13185 13186 13187 13188 13189 13190 13191 13192 13193 13194 13195 13196 13197 13198 13199 13200 13201 13202 13203 13204 13205 13206 13207 13208 13209 13210 13211 13212 13213 13214 13215 13216 13217 13218 13219 13220 13221 13222 13223 13224 13225 13226 13227 13228 13229 13230 13231 13232 13233 13234 13235 13236 13237 13238 13239 13240 13241 13242 13243 13244 13245 13246 13247 13248 13249 13250 13251 13252 13253 13254 13255 13256 13257 13258 13259 13260 13261 13262 13263 13264 13265 13266 13267 13268 13269 13270 13271 13272 13273 13274 13275 13276 13277 13278 13279 13280 13281 13282 13283 13284 13285 13286 13287 13288 13289 13290 13291 13292 13293 13294 13295 13296 13297 13298 13299 13300 13301 13302 13303 13304 13305 13306 13307 13308 13309 13310 13311 13312 13313 13314 13315 13316 13317 13318 13319 13320 13321 13322 13323 13324 13325 13326 13327 13328 13329 13330 13331 13332 13333 13334 13335 13336 13337 13338 13339 13340 13341 13342 13343 13344 13345 13346 13347 13348 13349 13350 13351 13352 13353 13354 13355 13356 13357 13358 13359 13360
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Introducing a &apos;Finalize&apos; method can interfere with destructor invocation. Did you intend to declare a destructor?.
        /// </summary>
        internal static string WRN_FinalizeMethod {
            get {
                return ResourceManager.GetString("WRN_FinalizeMethod", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This warning occurs when you create a class with a method whose signature is public virtual void Finalize.
        ///
        ///If such a class is used as a base class and if the deriving class defines a destructor, the destructor will override the base class Finalize method, not Finalize..
        /// </summary>
        internal static string WRN_FinalizeMethod_Description {
            get {
                return ResourceManager.GetString("WRN_FinalizeMethod_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Introducing a &apos;Finalize&apos; method can interfere with destructor invocation.
        /// </summary>
        internal static string WRN_FinalizeMethod_Title {
            get {
                return ResourceManager.GetString("WRN_FinalizeMethod_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Defining an alias named &apos;global&apos; is ill-advised since &apos;global::&apos; always references the global namespace and not an alias.
        /// </summary>
        internal static string WRN_GlobalAliasDefn {
            get {
                return ResourceManager.GetString("WRN_GlobalAliasDefn", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Defining an alias named &apos;global&apos; is ill-advised.
        /// </summary>
        internal static string WRN_GlobalAliasDefn_Title {
            get {
                return ResourceManager.GetString("WRN_GlobalAliasDefn_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;goto case&apos; value is not implicitly convertible to type &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_GotoCaseShouldConvert {
            get {
                return ResourceManager.GetString("WRN_GotoCaseShouldConvert", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;goto case&apos; value is not implicitly convertible to the switch type.
        /// </summary>
        internal static string WRN_GotoCaseShouldConvert_Title {
            get {
                return ResourceManager.GetString("WRN_GotoCaseShouldConvert_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected identifier or numeric literal..
        /// </summary>
        internal static string WRN_IdentifierOrNumericLiteralExpected {
            get {
                return ResourceManager.GetString("WRN_IdentifierOrNumericLiteralExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected identifier or numeric literal.
        /// </summary>
        internal static string WRN_IdentifierOrNumericLiteralExpected_Title {
            get {
                return ResourceManager.GetString("WRN_IdentifierOrNumericLiteralExpected_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid #pragma checksum syntax; should be #pragma checksum &quot;filename&quot; &quot;{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}&quot; &quot;XXXX...&quot;.
        /// </summary>
        internal static string WRN_IllegalPPChecksum {
            get {
                return ResourceManager.GetString("WRN_IllegalPPChecksum", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid #pragma checksum syntax.
        /// </summary>
        internal static string WRN_IllegalPPChecksum_Title {
            get {
                return ResourceManager.GetString("WRN_IllegalPPChecksum_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected disable or restore.
        /// </summary>
        internal static string WRN_IllegalPPWarning {
            get {
                return ResourceManager.GetString("WRN_IllegalPPWarning", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected disable or restore after #pragma warning.
        /// </summary>
        internal static string WRN_IllegalPPWarning_Title {
            get {
                return ResourceManager.GetString("WRN_IllegalPPWarning_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unrecognized #pragma directive.
        /// </summary>
        internal static string WRN_IllegalPragma {
            get {
                return ResourceManager.GetString("WRN_IllegalPragma", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unrecognized #pragma directive.
        /// </summary>
        internal static string WRN_IllegalPragma_Title {
            get {
                return ResourceManager.GetString("WRN_IllegalPragma_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assignment in conditional expression is always constant; did you mean to use == instead of = ?.
        /// </summary>
        internal static string WRN_IncorrectBooleanAssg {
            get {
                return ResourceManager.GetString("WRN_IncorrectBooleanAssg", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assignment in conditional expression is always constant.
        /// </summary>
        internal static string WRN_IncorrectBooleanAssg_Title {
            get {
                return ResourceManager.GetString("WRN_IncorrectBooleanAssg_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly reference &apos;{0}&apos; is invalid and cannot be resolved.
        /// </summary>
        internal static string WRN_InvalidAssemblyName {
            get {
                return ResourceManager.GetString("WRN_InvalidAssemblyName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This warning indicates that an attribute, such as InternalsVisibleToAttribute, was not specified correctly..
        /// </summary>
        internal static string WRN_InvalidAssemblyName_Description {
            get {
                return ResourceManager.GetString("WRN_InvalidAssemblyName_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly reference is invalid and cannot be resolved.
        /// </summary>
        internal static string WRN_InvalidAssemblyName_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidAssemblyName_Title", resourceCulture);
            }
        }
        
        /// <summary>
L
leppie 已提交
13361
        ///   Looks up a localized string similar to &apos;{0}&apos; is not a recognized attribute location. Valid attribute locations for this declaration are &apos;{1}&apos;. All attributes in this block will be ignored..
13362 13363 13364 13365 13366 13367 13368 13369 13370 13371 13372 13373 13374 13375 13376 13377 13378 13379 13380 13381 13382 13383 13384 13385 13386 13387 13388 13389 13390 13391 13392 13393 13394 13395 13396 13397 13398 13399 13400 13401 13402 13403 13404 13405 13406 13407 13408 13409 13410 13411 13412 13413 13414 13415 13416 13417 13418 13419 13420 13421 13422 13423 13424 13425 13426 13427 13428 13429 13430 13431 13432 13433 13434 13435 13436 13437 13438 13439 13440 13441 13442 13443 13444 13445 13446 13447 13448 13449 13450 13451 13452 13453 13454 13455 13456 13457 13458 13459 13460 13461 13462 13463 13464 13465 13466 13467 13468 13469 13470 13471 13472 13473 13474 13475 13476 13477 13478 13479 13480 13481 13482 13483 13484 13485 13486 13487 13488 13489 13490 13491 13492 13493 13494 13495 13496 13497 13498 13499 13500 13501 13502 13503 13504 13505 13506 13507 13508 13509 13510 13511 13512 13513 13514 13515 13516 13517 13518 13519 13520 13521 13522 13523 13524 13525 13526 13527 13528 13529 13530 13531 13532 13533 13534 13535 13536 13537 13538 13539 13540 13541 13542 13543 13544 13545 13546 13547 13548 13549 13550 13551 13552 13553 13554 13555 13556 13557 13558 13559 13560 13561 13562 13563 13564 13565 13566 13567
        /// </summary>
        internal static string WRN_InvalidAttributeLocation {
            get {
                return ResourceManager.GetString("WRN_InvalidAttributeLocation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Not a recognized attribute location.
        /// </summary>
        internal static string WRN_InvalidAttributeLocation_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidAttributeLocation_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid XML include element -- {0}.
        /// </summary>
        internal static string WRN_InvalidInclude {
            get {
                return ResourceManager.GetString("WRN_InvalidInclude", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid XML include element.
        /// </summary>
        internal static string WRN_InvalidInclude_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidInclude_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; has the wrong signature to be an entry point.
        /// </summary>
        internal static string WRN_InvalidMainSig {
            get {
                return ResourceManager.GetString("WRN_InvalidMainSig", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Method has the wrong signature to be an entry point.
        /// </summary>
        internal static string WRN_InvalidMainSig_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidMainSig_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid number.
        /// </summary>
        internal static string WRN_InvalidNumber {
            get {
                return ResourceManager.GetString("WRN_InvalidNumber", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid number.
        /// </summary>
        internal static string WRN_InvalidNumber_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidNumber_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid search path &apos;{0}&apos; specified in &apos;{1}&apos; -- &apos;{2}&apos;.
        /// </summary>
        internal static string WRN_InvalidSearchPathDir {
            get {
                return ResourceManager.GetString("WRN_InvalidSearchPathDir", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid search path specified.
        /// </summary>
        internal static string WRN_InvalidSearchPathDir_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidSearchPathDir_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The specified version string does not conform to the recommended format - major.minor.build.revision.
        /// </summary>
        internal static string WRN_InvalidVersionFormat {
            get {
                return ResourceManager.GetString("WRN_InvalidVersionFormat", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The specified version string does not conform to the recommended format - major.minor.build.revision.
        /// </summary>
        internal static string WRN_InvalidVersionFormat_Title {
            get {
                return ResourceManager.GetString("WRN_InvalidVersionFormat_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The given expression is never of the provided (&apos;{0}&apos;) type.
        /// </summary>
        internal static string WRN_IsAlwaysFalse {
            get {
                return ResourceManager.GetString("WRN_IsAlwaysFalse", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;is&apos; expression&apos;s given expression is never of the provided type.
        /// </summary>
        internal static string WRN_IsAlwaysFalse_Title {
            get {
                return ResourceManager.GetString("WRN_IsAlwaysFalse_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The given expression is always of the provided (&apos;{0}&apos;) type.
        /// </summary>
        internal static string WRN_IsAlwaysTrue {
            get {
                return ResourceManager.GetString("WRN_IsAlwaysTrue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;is&apos; expression&apos;s given expression is always of the provided type.
        /// </summary>
        internal static string WRN_IsAlwaysTrue_Title {
            get {
                return ResourceManager.GetString("WRN_IsAlwaysTrue_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Using &apos;{0}&apos; to test compatibility with &apos;{1}&apos; is essentially identical to testing compatibility with &apos;{2}&apos; and will succeed for all non-null values.
        /// </summary>
        internal static string WRN_IsDynamicIsConfusing {
            get {
                return ResourceManager.GetString("WRN_IsDynamicIsConfusing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Using &apos;is&apos; to test compatibility with &apos;dynamic&apos; is essentially identical to testing compatibility with &apos;Object&apos;.
        /// </summary>
        internal static string WRN_IsDynamicIsConfusing_Title {
            get {
                return ResourceManager.GetString("WRN_IsDynamicIsConfusing_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;l&apos; suffix is easily confused with the digit &apos;1&apos; -- use &apos;L&apos; for clarity.
        /// </summary>
        internal static string WRN_LowercaseEllSuffix {
            get {
                return ResourceManager.GetString("WRN_LowercaseEllSuffix", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The &apos;l&apos; suffix is easily confused with the digit &apos;1&apos;.
        /// </summary>
        internal static string WRN_LowercaseEllSuffix_Title {
            get {
                return ResourceManager.GetString("WRN_LowercaseEllSuffix_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos;: an entry point cannot be generic or in a generic type.
        /// </summary>
        internal static string WRN_MainCantBeGeneric {
            get {
                return ResourceManager.GetString("WRN_MainCantBeGeneric", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An entry point cannot be generic or in a generic type.
        /// </summary>
        internal static string WRN_MainCantBeGeneric_Title {
            get {
                return ResourceManager.GetString("WRN_MainCantBeGeneric_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The entry point of the program is global script code; ignoring &apos;{0}&apos; entry point..
        /// </summary>
        internal static string WRN_MainIgnored {
            get {
                return ResourceManager.GetString("WRN_MainIgnored", resourceCulture);
            }
        }
        
        /// <summary>
13568
        ///   Looks up a localized string similar to The entry point of the program is global script code; ignoring entry point.
13569 13570 13571 13572 13573 13574 13575 13576 13577 13578 13579 13580 13581 13582 13583 13584 13585 13586 13587 13588 13589 13590 13591 13592 13593 13594 13595 13596 13597 13598 13599 13600 13601 13602 13603 13604 13605 13606 13607 13608 13609 13610 13611 13612 13613 13614 13615 13616 13617 13618 13619 13620 13621 13622 13623 13624 13625 13626 13627 13628 13629 13630 13631 13632 13633 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 13651 13652 13653 13654 13655 13656 13657 13658 13659 13660 13661 13662 13663 13664 13665 13666 13667 13668 13669 13670 13671 13672 13673 13674 13675 13676 13677 13678 13679 13680 13681 13682 13683 13684
        /// </summary>
        internal static string WRN_MainIgnored_Title {
            get {
                return ResourceManager.GetString("WRN_MainIgnored_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameter &apos;{0}&apos; has no matching param tag in the XML comment for &apos;{1}&apos; (but other parameters do).
        /// </summary>
        internal static string WRN_MissingParamTag {
            get {
                return ResourceManager.GetString("WRN_MissingParamTag", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Parameter has no matching param tag in the XML comment (but other parameters do).
        /// </summary>
        internal static string WRN_MissingParamTag_Title {
            get {
                return ResourceManager.GetString("WRN_MissingParamTag_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type parameter &apos;{0}&apos; has no matching typeparam tag in the XML comment on &apos;{1}&apos; (but other type parameters do).
        /// </summary>
        internal static string WRN_MissingTypeParamTag {
            get {
                return ResourceManager.GetString("WRN_MissingTypeParamTag", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type parameter has no matching typeparam tag in the XML comment (but other type parameters do).
        /// </summary>
        internal static string WRN_MissingTypeParamTag_Title {
            get {
                return ResourceManager.GetString("WRN_MissingTypeParamTag_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing XML comment for publicly visible type or member &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_MissingXMLComment {
            get {
                return ResourceManager.GetString("WRN_MissingXMLComment", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The /doc compiler option was specified, but one or more constructs did not have comments..
        /// </summary>
        internal static string WRN_MissingXMLComment_Description {
            get {
                return ResourceManager.GetString("WRN_MissingXMLComment_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing XML comment for publicly visible type or member.
        /// </summary>
        internal static string WRN_MissingXMLComment_Title {
            get {
                return ResourceManager.GetString("WRN_MissingXMLComment_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The predefined type &apos;{0}&apos; is defined in multiple assemblies in the global alias; using definition from &apos;{1}&apos;.
        /// </summary>
        internal static string WRN_MultiplePredefTypes {
            get {
                return ResourceManager.GetString("WRN_MultiplePredefTypes", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This error occurs when a predefined system type such as System.Int32 is found in two assemblies. One way this can happen is if you are referencing mscorlib or System.Runtime.dll from two different places, such as trying to run two versions of the .NET Framework side-by-side..
        /// </summary>
        internal static string WRN_MultiplePredefTypes_Description {
            get {
                return ResourceManager.GetString("WRN_MultiplePredefTypes_Description", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Predefined type is defined in multiple assemblies in the global alias.
        /// </summary>
        internal static string WRN_MultiplePredefTypes_Title {
            get {
                return ResourceManager.GetString("WRN_MultiplePredefTypes_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Member &apos;{0}&apos; implements interface member &apos;{1}&apos; in type &apos;{2}&apos;. There are multiple matches for the interface member at run-time. It is implementation dependent which method will be called..
        /// </summary>
        internal static string WRN_MultipleRuntimeImplementationMatches {
            get {
                return ResourceManager.GetString("WRN_MultipleRuntimeImplementationMatches", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This warning can be generated when two interface methods are differentiated only by whether a particular parameter is marked with ref or with out. It is best to change your code to avoid this warning because it is not obvious or guaranteed which method is called at runtime.
        ///
        ///Although C# distinguishes between out and ref, the CLR sees them as the same. When deciding which method implements the interface, the CLR just picks one.
        ///
        ///Give the compiler some way to differentiate the methods. For example, you ca [rest of string was truncated]&quot;;.
        /// </summary>
        internal static string WRN_MultipleRuntimeImplementationMatches_Description {
            get {
                return ResourceManager.GetString("WRN_MultipleRuntimeImplementationMatches_Description", resourceCulture);
P
Pilchie 已提交
13685 13686 13687 13688
            }
        }
        
        /// <summary>
13689
        ///   Looks up a localized string similar to Member implements interface member with multiple matches at run-time.
P
Pilchie 已提交
13690
        /// </summary>
13691
        internal static string WRN_MultipleRuntimeImplementationMatches_Title {
P
Pilchie 已提交
13692
            get {
13693
                return ResourceManager.GetString("WRN_MultipleRuntimeImplementationMatches_Title", resourceCulture);
P
Pilchie 已提交
13694 13695 13696 13697
            }
        }
        
        /// <summary>
13698
        ///   Looks up a localized string similar to Member &apos;{1}&apos; overrides &apos;{0}&apos;. There are multiple override candidates at run-time. It is implementation dependent which method will be called..
P
Pilchie 已提交
13699
        /// </summary>
13700
        internal static string WRN_MultipleRuntimeOverrideMatches {
P
Pilchie 已提交
13701
            get {
13702
                return ResourceManager.GetString("WRN_MultipleRuntimeOverrideMatches", resourceCulture);
P
Pilchie 已提交
13703 13704 13705 13706
            }
        }
        
        /// <summary>
13707
        ///   Looks up a localized string similar to Member overrides base member with multiple override candidates at run-time.
P
Pilchie 已提交
13708
        /// </summary>
13709
        internal static string WRN_MultipleRuntimeOverrideMatches_Title {
P
Pilchie 已提交
13710
            get {
13711
                return ResourceManager.GetString("WRN_MultipleRuntimeOverrideMatches_Title", resourceCulture);
P
Pilchie 已提交
13712 13713 13714 13715
            }
        }
        
        /// <summary>
13716
        ///   Looks up a localized string similar to Indexing an array with a negative index (array indices always start at zero).
P
Pilchie 已提交
13717
        /// </summary>
13718
        internal static string WRN_NegativeArrayIndex {
P
Pilchie 已提交
13719
            get {
13720
                return ResourceManager.GetString("WRN_NegativeArrayIndex", resourceCulture);
P
Pilchie 已提交
13721 13722 13723 13724
            }
        }
        
        /// <summary>
13725
        ///   Looks up a localized string similar to Indexing an array with a negative index.
P
Pilchie 已提交
13726
        /// </summary>
13727
        internal static string WRN_NegativeArrayIndex_Title {
P
Pilchie 已提交
13728
            get {
13729
                return ResourceManager.GetString("WRN_NegativeArrayIndex_Title", resourceCulture);
P
Pilchie 已提交
13730 13731 13732 13733
            }
        }
        
        /// <summary>
13734
        ///   Looks up a localized string similar to The member &apos;{0}&apos; does not hide an accessible member. The new keyword is not required..
P
Pilchie 已提交
13735
        /// </summary>
13736
        internal static string WRN_NewNotRequired {
P
Pilchie 已提交
13737
            get {
13738
                return ResourceManager.GetString("WRN_NewNotRequired", resourceCulture);
P
Pilchie 已提交
13739 13740 13741 13742
            }
        }
        
        /// <summary>
13743
        ///   Looks up a localized string similar to Member does not hide an inherited member; new keyword is not required.
P
Pilchie 已提交
13744
        /// </summary>
13745
        internal static string WRN_NewNotRequired_Title {
P
Pilchie 已提交
13746
            get {
13747
                return ResourceManager.GetString("WRN_NewNotRequired_Title", resourceCulture);
P
Pilchie 已提交
13748 13749 13750 13751
            }
        }
        
        /// <summary>
13752
        ///   Looks up a localized string similar to &apos;{0}&apos; hides inherited member &apos;{1}&apos;. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword..
P
Pilchie 已提交
13753
        /// </summary>
13754
        internal static string WRN_NewOrOverrideExpected {
P
Pilchie 已提交
13755
            get {
13756
                return ResourceManager.GetString("WRN_NewOrOverrideExpected", resourceCulture);
P
Pilchie 已提交
13757 13758 13759 13760
            }
        }
        
        /// <summary>
13761
        ///   Looks up a localized string similar to Member hides inherited member; missing override keyword.
P
Pilchie 已提交
13762
        /// </summary>
13763
        internal static string WRN_NewOrOverrideExpected_Title {
P
Pilchie 已提交
13764
            get {
13765
                return ResourceManager.GetString("WRN_NewOrOverrideExpected_Title", resourceCulture);
P
Pilchie 已提交
13766 13767 13768 13769
            }
        }
        
        /// <summary>
13770
        ///   Looks up a localized string similar to &apos;{0}&apos; hides inherited member &apos;{1}&apos;. Use the new keyword if hiding was intended..
P
Pilchie 已提交
13771
        /// </summary>
13772
        internal static string WRN_NewRequired {
P
Pilchie 已提交
13773
            get {
13774
                return ResourceManager.GetString("WRN_NewRequired", resourceCulture);
P
Pilchie 已提交
13775 13776 13777 13778
            }
        }
        
        /// <summary>
13779
        ///   Looks up a localized string similar to A variable was declared with the same name as a variable in a base class. However, the new keyword was not used. This warning informs you that you should use new; the variable is declared as if new had been used in the declaration..
P
Pilchie 已提交
13780
        /// </summary>
13781
        internal static string WRN_NewRequired_Description {
P
Pilchie 已提交
13782
            get {
13783
                return ResourceManager.GetString("WRN_NewRequired_Description", resourceCulture);
P
Pilchie 已提交
13784 13785 13786 13787
            }
        }
        
        /// <summary>
13788
        ///   Looks up a localized string similar to Member hides inherited member; missing new keyword.
P
Pilchie 已提交
13789
        /// </summary>
13790
        internal static string WRN_NewRequired_Title {
P
Pilchie 已提交
13791
            get {
13792
                return ResourceManager.GetString("WRN_NewRequired_Title", resourceCulture);
P
Pilchie 已提交
13793 13794 13795 13796
            }
        }
        
        /// <summary>
13797
        ///   Looks up a localized string similar to The assembly {0} does not contain any analyzers..
P
Pilchie 已提交
13798
        /// </summary>
13799
        internal static string WRN_NoAnalyzerInAssembly {
P
Pilchie 已提交
13800
            get {
13801
                return ResourceManager.GetString("WRN_NoAnalyzerInAssembly", resourceCulture);
P
Pilchie 已提交
13802 13803 13804 13805
            }
        }
        
        /// <summary>
13806
        ///   Looks up a localized string similar to Assembly does not contain any analyzers.
P
Pilchie 已提交
13807
        /// </summary>
13808
        internal static string WRN_NoAnalyzerInAssembly_Title {
P
Pilchie 已提交
13809
            get {
13810
                return ResourceManager.GetString("WRN_NoAnalyzerInAssembly_Title", resourceCulture);
P
Pilchie 已提交
13811 13812 13813 13814
            }
        }
        
        /// <summary>
13815
        ///   Looks up a localized string similar to Ignoring /noconfig option because it was specified in a response file.
P
Pilchie 已提交
13816
        /// </summary>
13817
        internal static string WRN_NoConfigNotOnCommandLine {
P
Pilchie 已提交
13818
            get {
13819
                return ResourceManager.GetString("WRN_NoConfigNotOnCommandLine", resourceCulture);
P
Pilchie 已提交
13820 13821 13822 13823
            }
        }
        
        /// <summary>
13824
        ///   Looks up a localized string similar to Ignoring /noconfig option because it was specified in a response file.
P
Pilchie 已提交
13825
        /// </summary>
13826
        internal static string WRN_NoConfigNotOnCommandLine_Title {
P
Pilchie 已提交
13827
            get {
13828
                return ResourceManager.GetString("WRN_NoConfigNotOnCommandLine_Title", resourceCulture);
P
Pilchie 已提交
13829 13830 13831 13832
            }
        }
        
        /// <summary>
13833
        ///   Looks up a localized string similar to Feature &apos;{0}&apos; is not part of the standardized ISO C# language specification, and may not be accepted by other compilers.
P
Pilchie 已提交
13834
        /// </summary>
13835
        internal static string WRN_NonECMAFeature {
P
Pilchie 已提交
13836
            get {
13837
                return ResourceManager.GetString("WRN_NonECMAFeature", resourceCulture);
P
Pilchie 已提交
13838 13839 13840 13841
            }
        }
        
        /// <summary>
13842
        ///   Looks up a localized string similar to Feature is not part of the standardized ISO C# language specification, and may not be accepted by other compilers.
P
Pilchie 已提交
13843
        /// </summary>
13844
        internal static string WRN_NonECMAFeature_Title {
P
Pilchie 已提交
13845
            get {
13846
                return ResourceManager.GetString("WRN_NonECMAFeature_Title", resourceCulture);
P
Pilchie 已提交
13847 13848 13849 13850
            }
        }
        
        /// <summary>
13851
        ///   Looks up a localized string similar to Member &apos;{0}&apos; overrides obsolete member &apos;{1}&apos;. Add the Obsolete attribute to &apos;{0}&apos;..
P
Pilchie 已提交
13852
        /// </summary>
13853
        internal static string WRN_NonObsoleteOverridingObsolete {
P
Pilchie 已提交
13854
            get {
13855
                return ResourceManager.GetString("WRN_NonObsoleteOverridingObsolete", resourceCulture);
P
Pilchie 已提交
13856 13857 13858 13859
            }
        }
        
        /// <summary>
13860
        ///   Looks up a localized string similar to Member overrides obsolete member.
P
Pilchie 已提交
13861
        /// </summary>
13862
        internal static string WRN_NonObsoleteOverridingObsolete_Title {
P
Pilchie 已提交
13863
            get {
13864
                return ResourceManager.GetString("WRN_NonObsoleteOverridingObsolete_Title", resourceCulture);
P
Pilchie 已提交
13865 13866 13867 13868
            }
        }
        
        /// <summary>
13869
        ///   Looks up a localized string similar to No value for RuntimeMetadataVersion found. No assembly containing System.Object was found nor was a value for RuntimeMetadataVersion specified through options..
P
Pilchie 已提交
13870
        /// </summary>
13871
        internal static string WRN_NoRuntimeMetadataVersion {
P
Pilchie 已提交
13872
            get {
13873
                return ResourceManager.GetString("WRN_NoRuntimeMetadataVersion", resourceCulture);
P
Pilchie 已提交
13874 13875 13876 13877
            }
        }
        
        /// <summary>
13878
        ///   Looks up a localized string similar to No value for RuntimeMetadataVersion found.
P
Pilchie 已提交
13879
        /// </summary>
13880
        internal static string WRN_NoRuntimeMetadataVersion_Title {
P
Pilchie 已提交
13881
            get {
13882
                return ResourceManager.GetString("WRN_NoRuntimeMetadataVersion_Title", resourceCulture);
P
Pilchie 已提交
13883 13884 13885 13886
            }
        }
        
        /// <summary>
13887
        ///   Looks up a localized string similar to No source files specified..
P
Pilchie 已提交
13888
        /// </summary>
13889
        internal static string WRN_NoSources {
P
Pilchie 已提交
13890
            get {
13891
                return ResourceManager.GetString("WRN_NoSources", resourceCulture);
P
Pilchie 已提交
13892 13893 13894 13895
            }
        }
        
        /// <summary>
13896
        ///   Looks up a localized string similar to No source files specified.
P
Pilchie 已提交
13897
        /// </summary>
13898
        internal static string WRN_NoSources_Title {
P
Pilchie 已提交
13899
            get {
13900
                return ResourceManager.GetString("WRN_NoSources_Title", resourceCulture);
P
Pilchie 已提交
13901 13902 13903 13904
            }
        }
        
        /// <summary>
13905
        ///   Looks up a localized string similar to The result of the expression is always &apos;{0}&apos; since a value of type &apos;{1}&apos; is never equal to &apos;null&apos; of type &apos;{2}&apos;.
P
Pilchie 已提交
13906
        /// </summary>
13907
        internal static string WRN_NubExprIsConstBool {
P
Pilchie 已提交
13908
            get {
13909
                return ResourceManager.GetString("WRN_NubExprIsConstBool", resourceCulture);
P
Pilchie 已提交
13910 13911 13912 13913
            }
        }
        
        /// <summary>
13914
        ///   Looks up a localized string similar to The result of the expression is always the same since a value of this type is never equal to &apos;null&apos;.
P
Pilchie 已提交
13915
        /// </summary>
13916
        internal static string WRN_NubExprIsConstBool_Title {
P
Pilchie 已提交
13917
            get {
13918
                return ResourceManager.GetString("WRN_NubExprIsConstBool_Title", resourceCulture);
P
Pilchie 已提交
13919 13920 13921 13922
            }
        }
        
        /// <summary>
13923
        ///   Looks up a localized string similar to The result of the expression is always &apos;{0}&apos; since a value of type &apos;{1}&apos; is never equal to &apos;null&apos; of type &apos;{2}&apos;.
P
Pilchie 已提交
13924
        /// </summary>
13925
        internal static string WRN_NubExprIsConstBool2 {
P
Pilchie 已提交
13926
            get {
13927
                return ResourceManager.GetString("WRN_NubExprIsConstBool2", resourceCulture);
P
Pilchie 已提交
13928 13929 13930 13931
            }
        }
        
        /// <summary>
13932
        ///   Looks up a localized string similar to The result of the expression is always the same since a value of this type is never equal to &apos;null&apos;.
P
Pilchie 已提交
13933
        /// </summary>
13934
        internal static string WRN_NubExprIsConstBool2_Title {
P
Pilchie 已提交
13935
            get {
13936
                return ResourceManager.GetString("WRN_NubExprIsConstBool2_Title", resourceCulture);
P
Pilchie 已提交
13937 13938 13939 13940
            }
        }
        
        /// <summary>
13941
        ///   Looks up a localized string similar to Obsolete member &apos;{0}&apos; overrides non-obsolete member &apos;{1}&apos;.
P
Pilchie 已提交
13942
        /// </summary>
13943
        internal static string WRN_ObsoleteOverridingNonObsolete {
P
Pilchie 已提交
13944
            get {
13945
                return ResourceManager.GetString("WRN_ObsoleteOverridingNonObsolete", resourceCulture);
P
Pilchie 已提交
13946 13947 13948 13949
            }
        }
        
        /// <summary>
13950
        ///   Looks up a localized string similar to Obsolete member overrides non-obsolete member.
P
Pilchie 已提交
13951
        /// </summary>
13952
        internal static string WRN_ObsoleteOverridingNonObsolete_Title {
P
Pilchie 已提交
13953
            get {
13954
                return ResourceManager.GetString("WRN_ObsoleteOverridingNonObsolete_Title", resourceCulture);
P
Pilchie 已提交
13955 13956 13957 13958
            }
        }
        
        /// <summary>
13959
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement the &apos;{1}&apos; pattern. &apos;{2}&apos; has the wrong signature..
P
Pilchie 已提交
13960
        /// </summary>
13961
        internal static string WRN_PatternBadSignature {
P
Pilchie 已提交
13962
            get {
13963
                return ResourceManager.GetString("WRN_PatternBadSignature", resourceCulture);
P
Pilchie 已提交
13964 13965 13966 13967
            }
        }
        
        /// <summary>
13968
        ///   Looks up a localized string similar to Type does not implement the collection pattern; member has the wrong signature.
P
Pilchie 已提交
13969
        /// </summary>
13970
        internal static string WRN_PatternBadSignature_Title {
P
Pilchie 已提交
13971
            get {
13972
                return ResourceManager.GetString("WRN_PatternBadSignature_Title", resourceCulture);
P
Pilchie 已提交
13973 13974 13975 13976
            }
        }
        
        /// <summary>
13977
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement the &apos;{1}&apos; pattern. &apos;{2}&apos; is ambiguous with &apos;{3}&apos;..
P
Pilchie 已提交
13978
        /// </summary>
13979
        internal static string WRN_PatternIsAmbiguous {
P
Pilchie 已提交
13980
            get {
13981
                return ResourceManager.GetString("WRN_PatternIsAmbiguous", resourceCulture);
P
Pilchie 已提交
13982 13983 13984 13985
            }
        }
        
        /// <summary>
13986
        ///   Looks up a localized string similar to Type does not implement the collection pattern; members are ambiguous.
P
Pilchie 已提交
13987
        /// </summary>
13988
        internal static string WRN_PatternIsAmbiguous_Title {
P
Pilchie 已提交
13989
            get {
13990
                return ResourceManager.GetString("WRN_PatternIsAmbiguous_Title", resourceCulture);
P
Pilchie 已提交
13991 13992 13993 13994
            }
        }
        
        /// <summary>
13995
        ///   Looks up a localized string similar to &apos;{0}&apos; does not implement the &apos;{1}&apos; pattern. &apos;{2}&apos; is either static or not public..
P
Pilchie 已提交
13996
        /// </summary>
13997
        internal static string WRN_PatternStaticOrInaccessible {
P
Pilchie 已提交
13998
            get {
13999
                return ResourceManager.GetString("WRN_PatternStaticOrInaccessible", resourceCulture);
P
Pilchie 已提交
14000 14001 14002
            }
        }
        
14003
        /// <summary>
14004
        ///   Looks up a localized string similar to Type does not implement the collection pattern; member is either static or not public.
14005
        /// </summary>
14006
        internal static string WRN_PatternStaticOrInaccessible_Title {
14007
            get {
14008
                return ResourceManager.GetString("WRN_PatternStaticOrInaccessible_Title", resourceCulture);
14009 14010 14011
            }
        }
        
P
Pilchie 已提交
14012
        /// <summary>
14013
        ///   Looks up a localized string similar to Local name &apos;{0}&apos; is too long for PDB.  Consider shortening or compiling without /debug..
P
Pilchie 已提交
14014
        /// </summary>
14015
        internal static string WRN_PdbLocalNameTooLong {
P
Pilchie 已提交
14016
            get {
14017
                return ResourceManager.GetString("WRN_PdbLocalNameTooLong", resourceCulture);
P
Pilchie 已提交
14018 14019 14020 14021
            }
        }
        
        /// <summary>
14022
        ///   Looks up a localized string similar to Local name is too long for PDB.
P
Pilchie 已提交
14023
        /// </summary>
14024
        internal static string WRN_PdbLocalNameTooLong_Title {
P
Pilchie 已提交
14025
            get {
14026
                return ResourceManager.GetString("WRN_PdbLocalNameTooLong_Title", resourceCulture);
P
Pilchie 已提交
14027 14028 14029 14030
            }
        }
        
        /// <summary>
14031
        ///   Looks up a localized string similar to Possible mistaken empty statement.
P
Pilchie 已提交
14032
        /// </summary>
14033
        internal static string WRN_PossibleMistakenNullStatement {
P
Pilchie 已提交
14034
            get {
14035
                return ResourceManager.GetString("WRN_PossibleMistakenNullStatement", resourceCulture);
P
Pilchie 已提交
14036 14037 14038 14039
            }
        }
        
        /// <summary>
14040
        ///   Looks up a localized string similar to Possible mistaken empty statement.
P
Pilchie 已提交
14041
        /// </summary>
14042
        internal static string WRN_PossibleMistakenNullStatement_Title {
P
Pilchie 已提交
14043
            get {
14044
                return ResourceManager.GetString("WRN_PossibleMistakenNullStatement_Title", resourceCulture);
P
Pilchie 已提交
14045 14046 14047 14048
            }
        }
        
        /// <summary>
14049
        ///   Looks up a localized string similar to &apos;{0}&apos;: new protected member declared in sealed class.
P
Pilchie 已提交
14050
        /// </summary>
14051
        internal static string WRN_ProtectedInSealed {
P
Pilchie 已提交
14052
            get {
14053
                return ResourceManager.GetString("WRN_ProtectedInSealed", resourceCulture);
P
Pilchie 已提交
14054 14055 14056 14057
            }
        }
        
        /// <summary>
14058
        ///   Looks up a localized string similar to New protected member declared in sealed class.
P
Pilchie 已提交
14059
        /// </summary>
14060
        internal static string WRN_ProtectedInSealed_Title {
P
Pilchie 已提交
14061
            get {
14062
                return ResourceManager.GetString("WRN_ProtectedInSealed_Title", resourceCulture);
P
Pilchie 已提交
14063 14064 14065 14066
            }
        }
        
        /// <summary>
14067
        ///   Looks up a localized string similar to Referenced assembly &apos;{0}&apos; has different culture setting of &apos;{1}&apos;..
P
Pilchie 已提交
14068
        /// </summary>
14069
        internal static string WRN_RefCultureMismatch {
P
Pilchie 已提交
14070
            get {
14071
                return ResourceManager.GetString("WRN_RefCultureMismatch", resourceCulture);
P
Pilchie 已提交
14072 14073 14074 14075
            }
        }
        
        /// <summary>
14076
        ///   Looks up a localized string similar to Referenced assembly has different culture setting.
P
Pilchie 已提交
14077
        /// </summary>
14078
        internal static string WRN_RefCultureMismatch_Title {
P
Pilchie 已提交
14079
            get {
14080
                return ResourceManager.GetString("WRN_RefCultureMismatch_Title", resourceCulture);
P
Pilchie 已提交
14081 14082 14083 14084
            }
        }
        
        /// <summary>
14085
        ///   Looks up a localized string similar to Referenced assembly &apos;{0}&apos; does not have a strong name..
P
Pilchie 已提交
14086
        /// </summary>
14087
        internal static string WRN_ReferencedAssemblyDoesNotHaveStrongName {
P
Pilchie 已提交
14088
            get {
14089
                return ResourceManager.GetString("WRN_ReferencedAssemblyDoesNotHaveStrongName", resourceCulture);
P
Pilchie 已提交
14090 14091 14092 14093
            }
        }
        
        /// <summary>
14094
        ///   Looks up a localized string similar to Referenced assembly does not have a strong name.
P
Pilchie 已提交
14095
        /// </summary>
14096
        internal static string WRN_ReferencedAssemblyDoesNotHaveStrongName_Title {
P
Pilchie 已提交
14097
            get {
14098
                return ResourceManager.GetString("WRN_ReferencedAssemblyDoesNotHaveStrongName_Title", resourceCulture);
P
Pilchie 已提交
14099 14100 14101 14102
            }
        }
        
        /// <summary>
14103
        ///   Looks up a localized string similar to A reference was created to embedded interop assembly &apos;{0}&apos; because of an indirect reference to that assembly created by assembly &apos;{1}&apos;. Consider changing the &apos;Embed Interop Types&apos; property on either assembly..
P
Pilchie 已提交
14104
        /// </summary>
14105
        internal static string WRN_ReferencedAssemblyReferencesLinkedPIA {
P
Pilchie 已提交
14106
            get {
14107
                return ResourceManager.GetString("WRN_ReferencedAssemblyReferencesLinkedPIA", resourceCulture);
P
Pilchie 已提交
14108 14109 14110 14111
            }
        }
        
        /// <summary>
14112 14113 14114
        ///   Looks up a localized string similar to You have added a reference to an assembly using /link (Embed Interop Types property set to True). This instructs the compiler to embed interop type information from that assembly. However, the compiler cannot embed interop type information from that assembly because another assembly that you have referenced also references that assembly using /reference (Embed Interop Types property set to False).
        ///
        ///To embed interop type information for both assemblies, use /link for references to each assembly (set the Em [rest of string was truncated]&quot;;.
P
Pilchie 已提交
14115
        /// </summary>
14116
        internal static string WRN_ReferencedAssemblyReferencesLinkedPIA_Description {
P
Pilchie 已提交
14117
            get {
14118
                return ResourceManager.GetString("WRN_ReferencedAssemblyReferencesLinkedPIA_Description", resourceCulture);
P
Pilchie 已提交
14119 14120 14121 14122
            }
        }
        
        /// <summary>
14123
        ///   Looks up a localized string similar to A reference was created to embedded interop assembly because of an indirect assembly reference.
P
Pilchie 已提交
14124
        /// </summary>
14125
        internal static string WRN_ReferencedAssemblyReferencesLinkedPIA_Title {
P
Pilchie 已提交
14126
            get {
14127
                return ResourceManager.GetString("WRN_ReferencedAssemblyReferencesLinkedPIA_Title", resourceCulture);
P
Pilchie 已提交
14128 14129 14130 14131
            }
        }
        
        /// <summary>
14132
        ///   Looks up a localized string similar to The type &apos;{1}&apos; in &apos;{0}&apos; conflicts with the imported type &apos;{3}&apos; in &apos;{2}&apos;. Using the type defined in &apos;{0}&apos;..
P
Pilchie 已提交
14133
        /// </summary>
14134
        internal static string WRN_SameFullNameThisAggAgg {
P
Pilchie 已提交
14135
            get {
14136
                return ResourceManager.GetString("WRN_SameFullNameThisAggAgg", resourceCulture);
P
Pilchie 已提交
14137 14138 14139 14140
            }
        }
        
        /// <summary>
14141
        ///   Looks up a localized string similar to Type conflicts with imported type.
P
Pilchie 已提交
14142
        /// </summary>
14143
        internal static string WRN_SameFullNameThisAggAgg_Title {
P
Pilchie 已提交
14144
            get {
14145
                return ResourceManager.GetString("WRN_SameFullNameThisAggAgg_Title", resourceCulture);
P
Pilchie 已提交
14146 14147 14148 14149
            }
        }
        
        /// <summary>
14150
        ///   Looks up a localized string similar to The type &apos;{1}&apos; in &apos;{0}&apos; conflicts with the imported namespace &apos;{3}&apos; in &apos;{2}&apos;. Using the type defined in &apos;{0}&apos;..
P
Pilchie 已提交
14151
        /// </summary>
14152
        internal static string WRN_SameFullNameThisAggNs {
P
Pilchie 已提交
14153
            get {
14154
                return ResourceManager.GetString("WRN_SameFullNameThisAggNs", resourceCulture);
P
Pilchie 已提交
14155 14156 14157 14158
            }
        }
        
        /// <summary>
14159
        ///   Looks up a localized string similar to Type conflicts with imported namespace.
P
Pilchie 已提交
14160
        /// </summary>
14161
        internal static string WRN_SameFullNameThisAggNs_Title {
P
Pilchie 已提交
14162
            get {
14163
                return ResourceManager.GetString("WRN_SameFullNameThisAggNs_Title", resourceCulture);
P
Pilchie 已提交
14164 14165 14166 14167
            }
        }
        
        /// <summary>
14168
        ///   Looks up a localized string similar to The namespace &apos;{1}&apos; in &apos;{0}&apos; conflicts with the imported type &apos;{3}&apos; in &apos;{2}&apos;. Using the namespace defined in &apos;{0}&apos;..
P
Pilchie 已提交
14169
        /// </summary>
14170
        internal static string WRN_SameFullNameThisNsAgg {
P
Pilchie 已提交
14171
            get {
14172
                return ResourceManager.GetString("WRN_SameFullNameThisNsAgg", resourceCulture);
P
Pilchie 已提交
14173 14174 14175 14176
            }
        }
        
        /// <summary>
14177
        ///   Looks up a localized string similar to Namespace conflicts with imported type.
P
Pilchie 已提交
14178
        /// </summary>
14179
        internal static string WRN_SameFullNameThisNsAgg_Title {
P
Pilchie 已提交
14180
            get {
14181 14182 14183 14184 14185 14186 14187 14188 14189 14190
                return ResourceManager.GetString("WRN_SameFullNameThisNsAgg_Title", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to There is no defined ordering between fields in multiple declarations of partial struct &apos;{0}&apos;. To specify an ordering, all instance fields must be in the same declaration..
        /// </summary>
        internal static string WRN_SequentialOnPartialClass {
            get {
                return ResourceManager.GetString("WRN_SequentialOnPartialClass", resourceCulture);
P
Pilchie 已提交
14191 14192 14193 14194
            }
        }
        
        /// <summary>
14195
        ///   Looks up a localized string similar to There is no defined ordering between fields in multiple declarations of partial struct.
P
Pilchie 已提交
14196
        /// </summary>
14197
        internal static string WRN_SequentialOnPartialClass_Title {
P
Pilchie 已提交
14198
            get {
14199
                return ResourceManager.GetString("WRN_SequentialOnPartialClass_Title", resourceCulture);
P
Pilchie 已提交
14200 14201 14202 14203
            }
        }
        
        /// <summary>
14204
        ///   Looks up a localized string similar to Source file has exceeded the limit of 16,707,565 lines representable in the PDB; debug information will be incorrect.
P
Pilchie 已提交
14205
        /// </summary>
14206
        internal static string WRN_TooManyLinesForDebugger {
P
Pilchie 已提交
14207
            get {
14208
                return ResourceManager.GetString("WRN_TooManyLinesForDebugger", resourceCulture);
P
Pilchie 已提交
14209 14210 14211 14212
            }
        }
        
        /// <summary>
14213
        ///   Looks up a localized string similar to Source file has exceeded the limit of 16,707,565 lines representable in the PDB; debug information will be incorrect.
P
Pilchie 已提交
14214
        /// </summary>
14215
        internal static string WRN_TooManyLinesForDebugger_Title {
P
Pilchie 已提交
14216
            get {
14217
                return ResourceManager.GetString("WRN_TooManyLinesForDebugger_Title", resourceCulture);
P
Pilchie 已提交
14218 14219 14220
            }
        }
        
J
Julien 已提交
14221
        /// <summary>
14222
        ///   Looks up a localized string similar to The tuple element name &apos;{0}&apos; is ignored because a different name or no name is specified by the target type &apos;{1}&apos;..
J
Julien 已提交
14223 14224 14225 14226 14227 14228 14229 14230
        /// </summary>
        internal static string WRN_TupleLiteralNameMismatch {
            get {
                return ResourceManager.GetString("WRN_TupleLiteralNameMismatch", resourceCulture);
            }
        }
        
        /// <summary>
14231
        ///   Looks up a localized string similar to The tuple element name is ignored because a different name or no name is specified by the assignment target..
J
Julien 已提交
14232 14233 14234 14235 14236 14237 14238
        /// </summary>
        internal static string WRN_TupleLiteralNameMismatch_Title {
            get {
                return ResourceManager.GetString("WRN_TupleLiteralNameMismatch_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
14239
        /// <summary>
14240
        ///   Looks up a localized string similar to Type parameter &apos;{0}&apos; has the same name as the type parameter from outer type &apos;{1}&apos;.
P
Pilchie 已提交
14241
        /// </summary>
14242
        internal static string WRN_TypeParameterSameAsOuterTypeParameter {
P
Pilchie 已提交
14243
            get {
14244
                return ResourceManager.GetString("WRN_TypeParameterSameAsOuterTypeParameter", resourceCulture);
P
Pilchie 已提交
14245 14246 14247 14248
            }
        }
        
        /// <summary>
14249
        ///   Looks up a localized string similar to Type parameter has the same name as the type parameter from outer type.
P
Pilchie 已提交
14250
        /// </summary>
14251
        internal static string WRN_TypeParameterSameAsOuterTypeParameter_Title {
P
Pilchie 已提交
14252
            get {
14253
                return ResourceManager.GetString("WRN_TypeParameterSameAsOuterTypeParameter_Title", resourceCulture);
P
Pilchie 已提交
14254 14255 14256 14257
            }
        }
        
        /// <summary>
14258
        ///   Looks up a localized string similar to Unable to load Analyzer assembly {0} : {1}.
P
Pilchie 已提交
14259
        /// </summary>
14260
        internal static string WRN_UnableToLoadAnalyzer {
P
Pilchie 已提交
14261
            get {
14262
                return ResourceManager.GetString("WRN_UnableToLoadAnalyzer", resourceCulture);
P
Pilchie 已提交
14263 14264 14265 14266
            }
        }
        
        /// <summary>
14267
        ///   Looks up a localized string similar to Unable to load Analyzer assembly.
P
Pilchie 已提交
14268
        /// </summary>
14269
        internal static string WRN_UnableToLoadAnalyzer_Title {
P
Pilchie 已提交
14270
            get {
14271
                return ResourceManager.GetString("WRN_UnableToLoadAnalyzer_Title", resourceCulture);
P
Pilchie 已提交
14272 14273 14274 14275
            }
        }
        
        /// <summary>
14276
        ///   Looks up a localized string similar to Field &apos;{0}&apos; is never assigned to, and will always have its default value {1}.
P
Pilchie 已提交
14277
        /// </summary>
14278
        internal static string WRN_UnassignedInternalField {
P
Pilchie 已提交
14279
            get {
14280
                return ResourceManager.GetString("WRN_UnassignedInternalField", resourceCulture);
P
Pilchie 已提交
14281 14282 14283 14284
            }
        }
        
        /// <summary>
14285
        ///   Looks up a localized string similar to Field is never assigned to, and will always have its default value.
P
Pilchie 已提交
14286
        /// </summary>
14287
        internal static string WRN_UnassignedInternalField_Title {
P
Pilchie 已提交
14288
            get {
14289
                return ResourceManager.GetString("WRN_UnassignedInternalField_Title", resourceCulture);
P
Pilchie 已提交
14290 14291 14292 14293
            }
        }
        
        /// <summary>
14294
        ///   Looks up a localized string similar to Assuming assembly reference &apos;{0}&apos; used by &apos;{1}&apos; matches identity &apos;{2}&apos; of &apos;{3}&apos;, you may need to supply runtime policy.
P
Pilchie 已提交
14295
        /// </summary>
14296
        internal static string WRN_UnifyReferenceBldRev {
P
Pilchie 已提交
14297
            get {
14298
                return ResourceManager.GetString("WRN_UnifyReferenceBldRev", resourceCulture);
P
Pilchie 已提交
14299 14300 14301 14302
            }
        }
        
        /// <summary>
14303
        ///   Looks up a localized string similar to The two assemblies differ in release and/or version number. For unification to occur, you must specify directives in the application&apos;s .config file, and you must provide the correct strong name of an assembly..
P
Pilchie 已提交
14304
        /// </summary>
14305
        internal static string WRN_UnifyReferenceBldRev_Description {
P
Pilchie 已提交
14306
            get {
14307
                return ResourceManager.GetString("WRN_UnifyReferenceBldRev_Description", resourceCulture);
P
Pilchie 已提交
14308 14309 14310 14311
            }
        }
        
        /// <summary>
14312
        ///   Looks up a localized string similar to Assuming assembly reference matches identity.
P
Pilchie 已提交
14313
        /// </summary>
14314
        internal static string WRN_UnifyReferenceBldRev_Title {
P
Pilchie 已提交
14315
            get {
14316
                return ResourceManager.GetString("WRN_UnifyReferenceBldRev_Title", resourceCulture);
P
Pilchie 已提交
14317 14318 14319 14320
            }
        }
        
        /// <summary>
14321
        ///   Looks up a localized string similar to Assuming assembly reference &apos;{0}&apos; used by &apos;{1}&apos; matches identity &apos;{2}&apos; of &apos;{3}&apos;, you may need to supply runtime policy.
P
Pilchie 已提交
14322
        /// </summary>
14323
        internal static string WRN_UnifyReferenceMajMin {
P
Pilchie 已提交
14324
            get {
14325
                return ResourceManager.GetString("WRN_UnifyReferenceMajMin", resourceCulture);
P
Pilchie 已提交
14326 14327 14328 14329
            }
        }
        
        /// <summary>
14330
        ///   Looks up a localized string similar to The two assemblies differ in release and/or version number. For unification to occur, you must specify directives in the application&apos;s .config file, and you must provide the correct strong name of an assembly..
P
Pilchie 已提交
14331
        /// </summary>
14332
        internal static string WRN_UnifyReferenceMajMin_Description {
P
Pilchie 已提交
14333
            get {
14334
                return ResourceManager.GetString("WRN_UnifyReferenceMajMin_Description", resourceCulture);
P
Pilchie 已提交
14335 14336 14337 14338
            }
        }
        
        /// <summary>
14339
        ///   Looks up a localized string similar to Assuming assembly reference matches identity.
P
Pilchie 已提交
14340
        /// </summary>
14341
        internal static string WRN_UnifyReferenceMajMin_Title {
P
Pilchie 已提交
14342
            get {
14343
                return ResourceManager.GetString("WRN_UnifyReferenceMajMin_Title", resourceCulture);
P
Pilchie 已提交
14344 14345 14346
            }
        }
        
14347
        /// <summary>
14348
        ///   Looks up a localized string similar to The command line switch &apos;{0}&apos; is not yet implemented and was ignored..
14349
        /// </summary>
14350
        internal static string WRN_UnimplementedCommandLineSwitch {
14351
            get {
14352
                return ResourceManager.GetString("WRN_UnimplementedCommandLineSwitch", resourceCulture);
14353 14354 14355
            }
        }
        
P
Pilchie 已提交
14356
        /// <summary>
14357
        ///   Looks up a localized string similar to Command line switch is not yet implemented.
P
Pilchie 已提交
14358
        /// </summary>
14359
        internal static string WRN_UnimplementedCommandLineSwitch_Title {
P
Pilchie 已提交
14360
            get {
14361
                return ResourceManager.GetString("WRN_UnimplementedCommandLineSwitch_Title", resourceCulture);
P
Pilchie 已提交
14362 14363 14364 14365
            }
        }
        
        /// <summary>
14366
        ///   Looks up a localized string similar to XML comment on &apos;{1}&apos; has a paramref tag for &apos;{0}&apos;, but there is no parameter by that name.
P
Pilchie 已提交
14367
        /// </summary>
14368
        internal static string WRN_UnmatchedParamRefTag {
P
Pilchie 已提交
14369
            get {
14370
                return ResourceManager.GetString("WRN_UnmatchedParamRefTag", resourceCulture);
P
Pilchie 已提交
14371 14372 14373 14374
            }
        }
        
        /// <summary>
14375
        ///   Looks up a localized string similar to XML comment has a paramref tag, but there is no parameter by that name.
P
Pilchie 已提交
14376
        /// </summary>
14377
        internal static string WRN_UnmatchedParamRefTag_Title {
P
Pilchie 已提交
14378
            get {
14379
                return ResourceManager.GetString("WRN_UnmatchedParamRefTag_Title", resourceCulture);
P
Pilchie 已提交
14380 14381 14382 14383
            }
        }
        
        /// <summary>
14384
        ///   Looks up a localized string similar to XML comment has a param tag for &apos;{0}&apos;, but there is no parameter by that name.
P
Pilchie 已提交
14385
        /// </summary>
14386
        internal static string WRN_UnmatchedParamTag {
P
Pilchie 已提交
14387
            get {
14388
                return ResourceManager.GetString("WRN_UnmatchedParamTag", resourceCulture);
P
Pilchie 已提交
14389 14390 14391 14392
            }
        }
        
        /// <summary>
14393
        ///   Looks up a localized string similar to XML comment has a param tag, but there is no parameter by that name.
P
Pilchie 已提交
14394
        /// </summary>
14395
        internal static string WRN_UnmatchedParamTag_Title {
P
Pilchie 已提交
14396
            get {
14397
                return ResourceManager.GetString("WRN_UnmatchedParamTag_Title", resourceCulture);
P
Pilchie 已提交
14398 14399 14400 14401
            }
        }
        
        /// <summary>
14402
        ///   Looks up a localized string similar to XML comment on &apos;{1}&apos; has a typeparamref tag for &apos;{0}&apos;, but there is no type parameter by that name.
P
Pilchie 已提交
14403
        /// </summary>
14404
        internal static string WRN_UnmatchedTypeParamRefTag {
P
Pilchie 已提交
14405
            get {
14406
                return ResourceManager.GetString("WRN_UnmatchedTypeParamRefTag", resourceCulture);
P
Pilchie 已提交
14407 14408 14409 14410
            }
        }
        
        /// <summary>
14411
        ///   Looks up a localized string similar to XML comment has a typeparamref tag, but there is no type parameter by that name.
P
Pilchie 已提交
14412
        /// </summary>
14413
        internal static string WRN_UnmatchedTypeParamRefTag_Title {
P
Pilchie 已提交
14414
            get {
14415
                return ResourceManager.GetString("WRN_UnmatchedTypeParamRefTag_Title", resourceCulture);
P
Pilchie 已提交
14416 14417 14418 14419
            }
        }
        
        /// <summary>
14420
        ///   Looks up a localized string similar to XML comment has a typeparam tag for &apos;{0}&apos;, but there is no type parameter by that name.
P
Pilchie 已提交
14421
        /// </summary>
14422
        internal static string WRN_UnmatchedTypeParamTag {
P
Pilchie 已提交
14423
            get {
14424
                return ResourceManager.GetString("WRN_UnmatchedTypeParamTag", resourceCulture);
P
Pilchie 已提交
14425 14426 14427
            }
        }
        
14428
        /// <summary>
14429
        ///   Looks up a localized string similar to XML comment has a typeparam tag, but there is no type parameter by that name.
14430
        /// </summary>
14431
        internal static string WRN_UnmatchedTypeParamTag_Title {
14432
            get {
14433
                return ResourceManager.GetString("WRN_UnmatchedTypeParamTag_Title", resourceCulture);
14434 14435 14436
            }
        }
        
P
Pilchie 已提交
14437
        /// <summary>
14438
        ///   Looks up a localized string similar to Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the &apos;await&apos; operator to the result of the call..
P
Pilchie 已提交
14439
        /// </summary>
14440
        internal static string WRN_UnobservedAwaitableExpression {
P
Pilchie 已提交
14441
            get {
14442
                return ResourceManager.GetString("WRN_UnobservedAwaitableExpression", resourceCulture);
P
Pilchie 已提交
14443 14444 14445 14446
            }
        }
        
        /// <summary>
14447
        ///   Looks up a localized string similar to The current method calls an async method that returns a Task or a Task&lt;TResult&gt; and doesn&apos;t apply the await operator to the result. The call to the async method starts an asynchronous task. However, because no await operator is applied, the program continues without waiting for the task to complete. In most cases, that behavior isn&apos;t what you expect. Usually other aspects of the calling method depend on the results of the call or, minimally, the called method is expected to complete before you return from t [rest of string was truncated]&quot;;.
P
Pilchie 已提交
14448
        /// </summary>
14449
        internal static string WRN_UnobservedAwaitableExpression_Description {
P
Pilchie 已提交
14450
            get {
14451
                return ResourceManager.GetString("WRN_UnobservedAwaitableExpression_Description", resourceCulture);
P
Pilchie 已提交
14452 14453 14454 14455
            }
        }
        
        /// <summary>
14456
        ///   Looks up a localized string similar to Because this call is not awaited, execution of the current method continues before the call is completed.
P
Pilchie 已提交
14457
        /// </summary>
14458
        internal static string WRN_UnobservedAwaitableExpression_Title {
P
Pilchie 已提交
14459
            get {
14460
                return ResourceManager.GetString("WRN_UnobservedAwaitableExpression_Title", resourceCulture);
P
Pilchie 已提交
14461 14462 14463 14464
            }
        }
        
        /// <summary>
14465
        ///   Looks up a localized string similar to XML comment is not placed on a valid language element.
P
Pilchie 已提交
14466
        /// </summary>
14467
        internal static string WRN_UnprocessedXMLComment {
P
Pilchie 已提交
14468
            get {
14469
                return ResourceManager.GetString("WRN_UnprocessedXMLComment", resourceCulture);
P
Pilchie 已提交
14470 14471 14472 14473
            }
        }
        
        /// <summary>
14474
        ///   Looks up a localized string similar to XML comment is not placed on a valid language element.
P
Pilchie 已提交
14475
        /// </summary>
14476
        internal static string WRN_UnprocessedXMLComment_Title {
P
Pilchie 已提交
14477
            get {
14478
                return ResourceManager.GetString("WRN_UnprocessedXMLComment_Title", resourceCulture);
P
Pilchie 已提交
14479 14480 14481 14482
            }
        }
        
        /// <summary>
14483
        ///   Looks up a localized string similar to Within cref attributes, nested types of generic types should be qualified..
P
Pilchie 已提交
14484
        /// </summary>
14485
        internal static string WRN_UnqualifiedNestedTypeInCref {
P
Pilchie 已提交
14486
            get {
14487
                return ResourceManager.GetString("WRN_UnqualifiedNestedTypeInCref", resourceCulture);
P
Pilchie 已提交
14488 14489 14490 14491
            }
        }
        
        /// <summary>
14492
        ///   Looks up a localized string similar to Within cref attributes, nested types of generic types should be qualified.
P
Pilchie 已提交
14493
        /// </summary>
14494
        internal static string WRN_UnqualifiedNestedTypeInCref_Title {
P
Pilchie 已提交
14495
            get {
14496
                return ResourceManager.GetString("WRN_UnqualifiedNestedTypeInCref_Title", resourceCulture);
P
Pilchie 已提交
14497 14498 14499 14500
            }
        }
        
        /// <summary>
14501
        ///   Looks up a localized string similar to Unreachable code detected.
P
Pilchie 已提交
14502
        /// </summary>
14503
        internal static string WRN_UnreachableCode {
P
Pilchie 已提交
14504
            get {
14505
                return ResourceManager.GetString("WRN_UnreachableCode", resourceCulture);
P
Pilchie 已提交
14506 14507 14508 14509
            }
        }
        
        /// <summary>
14510
        ///   Looks up a localized string similar to Unreachable code detected.
P
Pilchie 已提交
14511
        /// </summary>
14512
        internal static string WRN_UnreachableCode_Title {
P
Pilchie 已提交
14513
            get {
14514
                return ResourceManager.GetString("WRN_UnreachableCode_Title", resourceCulture);
P
Pilchie 已提交
14515 14516 14517 14518
            }
        }
        
        /// <summary>
14519
        ///   Looks up a localized string similar to A previous catch clause already catches all exceptions. All non-exceptions thrown will be wrapped in a System.Runtime.CompilerServices.RuntimeWrappedException..
P
Pilchie 已提交
14520
        /// </summary>
14521
        internal static string WRN_UnreachableGeneralCatch {
P
Pilchie 已提交
14522
            get {
14523
                return ResourceManager.GetString("WRN_UnreachableGeneralCatch", resourceCulture);
P
Pilchie 已提交
14524 14525 14526 14527
            }
        }
        
        /// <summary>
14528 14529 14530
        ///   Looks up a localized string similar to This warning is caused when a catch() block has no specified exception type after a catch (System.Exception e) block. The warning advises that the catch() block will not catch any exceptions.
        ///
        ///A catch() block after a catch (System.Exception e) block can catch non-CLS exceptions if the RuntimeCompatibilityAttribute is set to false in the AssemblyInfo.cs file: [assembly: RuntimeCompatibilityAttribute(WrapNonExceptionThrows = false)]. If this attribute is not set explicitly to false, all thrown non-CLS excep [rest of string was truncated]&quot;;.
P
Pilchie 已提交
14531
        /// </summary>
14532
        internal static string WRN_UnreachableGeneralCatch_Description {
P
Pilchie 已提交
14533
            get {
14534
                return ResourceManager.GetString("WRN_UnreachableGeneralCatch_Description", resourceCulture);
P
Pilchie 已提交
14535 14536 14537 14538
            }
        }
        
        /// <summary>
14539
        ///   Looks up a localized string similar to A previous catch clause already catches all exceptions.
P
Pilchie 已提交
14540
        /// </summary>
14541
        internal static string WRN_UnreachableGeneralCatch_Title {
P
Pilchie 已提交
14542
            get {
14543
                return ResourceManager.GetString("WRN_UnreachableGeneralCatch_Title", resourceCulture);
P
Pilchie 已提交
14544 14545 14546 14547
            }
        }
        
        /// <summary>
14548
        ///   Looks up a localized string similar to The event &apos;{0}&apos; is never used.
P
Pilchie 已提交
14549
        /// </summary>
14550
        internal static string WRN_UnreferencedEvent {
P
Pilchie 已提交
14551
            get {
14552
                return ResourceManager.GetString("WRN_UnreferencedEvent", resourceCulture);
P
Pilchie 已提交
14553 14554 14555 14556
            }
        }
        
        /// <summary>
14557
        ///   Looks up a localized string similar to Event is never used.
P
Pilchie 已提交
14558
        /// </summary>
14559
        internal static string WRN_UnreferencedEvent_Title {
P
Pilchie 已提交
14560
            get {
14561
                return ResourceManager.GetString("WRN_UnreferencedEvent_Title", resourceCulture);
P
Pilchie 已提交
14562 14563 14564 14565
            }
        }
        
        /// <summary>
14566
        ///   Looks up a localized string similar to The field &apos;{0}&apos; is never used.
P
Pilchie 已提交
14567
        /// </summary>
14568
        internal static string WRN_UnreferencedField {
P
Pilchie 已提交
14569
            get {
14570
                return ResourceManager.GetString("WRN_UnreferencedField", resourceCulture);
P
Pilchie 已提交
14571 14572 14573 14574
            }
        }
        
        /// <summary>
14575
        ///   Looks up a localized string similar to Field is never used.
P
Pilchie 已提交
14576
        /// </summary>
14577
        internal static string WRN_UnreferencedField_Title {
P
Pilchie 已提交
14578
            get {
14579
                return ResourceManager.GetString("WRN_UnreferencedField_Title", resourceCulture);
P
Pilchie 已提交
14580 14581 14582 14583
            }
        }
        
        /// <summary>
14584
        ///   Looks up a localized string similar to The field &apos;{0}&apos; is assigned but its value is never used.
P
Pilchie 已提交
14585
        /// </summary>
14586
        internal static string WRN_UnreferencedFieldAssg {
P
Pilchie 已提交
14587
            get {
14588
                return ResourceManager.GetString("WRN_UnreferencedFieldAssg", resourceCulture);
P
Pilchie 已提交
14589 14590 14591 14592
            }
        }
        
        /// <summary>
14593
        ///   Looks up a localized string similar to Field is assigned but its value is never used.
P
Pilchie 已提交
14594
        /// </summary>
14595
        internal static string WRN_UnreferencedFieldAssg_Title {
P
Pilchie 已提交
14596
            get {
14597
                return ResourceManager.GetString("WRN_UnreferencedFieldAssg_Title", resourceCulture);
P
Pilchie 已提交
14598 14599 14600 14601
            }
        }
        
        /// <summary>
14602
        ///   Looks up a localized string similar to This label has not been referenced.
P
Pilchie 已提交
14603
        /// </summary>
14604
        internal static string WRN_UnreferencedLabel {
P
Pilchie 已提交
14605
            get {
14606
                return ResourceManager.GetString("WRN_UnreferencedLabel", resourceCulture);
P
Pilchie 已提交
14607 14608 14609 14610
            }
        }
        
        /// <summary>
14611
        ///   Looks up a localized string similar to This label has not been referenced.
P
Pilchie 已提交
14612
        /// </summary>
14613
        internal static string WRN_UnreferencedLabel_Title {
P
Pilchie 已提交
14614
            get {
14615
                return ResourceManager.GetString("WRN_UnreferencedLabel_Title", resourceCulture);
P
Pilchie 已提交
14616 14617 14618
            }
        }
        
14619 14620 14621 14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 14633 14634 14635 14636
        /// <summary>
        ///   Looks up a localized string similar to The local function &apos;{0}&apos; is declared but never used.
        /// </summary>
        internal static string WRN_UnreferencedLocalFunction {
            get {
                return ResourceManager.GetString("WRN_UnreferencedLocalFunction", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Local function is declared but never used.
        /// </summary>
        internal static string WRN_UnreferencedLocalFunction_Title {
            get {
                return ResourceManager.GetString("WRN_UnreferencedLocalFunction_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
14637
        /// <summary>
14638
        ///   Looks up a localized string similar to The variable &apos;{0}&apos; is declared but never used.
P
Pilchie 已提交
14639
        /// </summary>
14640
        internal static string WRN_UnreferencedVar {
P
Pilchie 已提交
14641
            get {
14642
                return ResourceManager.GetString("WRN_UnreferencedVar", resourceCulture);
P
Pilchie 已提交
14643 14644 14645 14646
            }
        }
        
        /// <summary>
14647
        ///   Looks up a localized string similar to Variable is declared but never used.
P
Pilchie 已提交
14648
        /// </summary>
14649
        internal static string WRN_UnreferencedVar_Title {
P
Pilchie 已提交
14650
            get {
14651
                return ResourceManager.GetString("WRN_UnreferencedVar_Title", resourceCulture);
P
Pilchie 已提交
14652 14653 14654 14655
            }
        }
        
        /// <summary>
14656
        ///   Looks up a localized string similar to The variable &apos;{0}&apos; is assigned but its value is never used.
P
Pilchie 已提交
14657
        /// </summary>
14658
        internal static string WRN_UnreferencedVarAssg {
P
Pilchie 已提交
14659
            get {
14660
                return ResourceManager.GetString("WRN_UnreferencedVarAssg", resourceCulture);
P
Pilchie 已提交
14661 14662 14663 14664
            }
        }
        
        /// <summary>
14665
        ///   Looks up a localized string similar to Variable is assigned but its value is never used.
P
Pilchie 已提交
14666
        /// </summary>
14667
        internal static string WRN_UnreferencedVarAssg_Title {
P
Pilchie 已提交
14668
            get {
14669
                return ResourceManager.GetString("WRN_UnreferencedVarAssg_Title", resourceCulture);
P
Pilchie 已提交
14670 14671 14672 14673
            }
        }
        
        /// <summary>
14674
        ///   Looks up a localized string similar to Comparison to integral constant is useless; the constant is outside the range of type &apos;{0}&apos;.
P
Pilchie 已提交
14675
        /// </summary>
14676
        internal static string WRN_VacuousIntegralComp {
P
Pilchie 已提交
14677
            get {
14678
                return ResourceManager.GetString("WRN_VacuousIntegralComp", resourceCulture);
P
Pilchie 已提交
14679 14680 14681 14682
            }
        }
        
        /// <summary>
14683
        ///   Looks up a localized string similar to Comparison to integral constant is useless; the constant is outside the range of the type.
P
Pilchie 已提交
14684
        /// </summary>
14685
        internal static string WRN_VacuousIntegralComp_Title {
P
Pilchie 已提交
14686
            get {
14687
                return ResourceManager.GetString("WRN_VacuousIntegralComp_Title", resourceCulture);
P
Pilchie 已提交
14688 14689 14690 14691
            }
        }
        
        /// <summary>
14692
        ///   Looks up a localized string similar to &apos;{0}&apos;: a reference to a volatile field will not be treated as volatile.
P
Pilchie 已提交
14693
        /// </summary>
14694
        internal static string WRN_VolatileByRef {
P
Pilchie 已提交
14695
            get {
14696
                return ResourceManager.GetString("WRN_VolatileByRef", resourceCulture);
P
Pilchie 已提交
14697 14698 14699 14700
            }
        }
        
        /// <summary>
V
vsadov 已提交
14701
        ///   Looks up a localized string similar to A volatile field should not normally be used as a ref or out value, since it will not be treated as volatile. There are exceptions to this, such as when calling an interlocked API..
P
Pilchie 已提交
14702
        /// </summary>
14703
        internal static string WRN_VolatileByRef_Description {
P
Pilchie 已提交
14704
            get {
14705
                return ResourceManager.GetString("WRN_VolatileByRef_Description", resourceCulture);
P
Pilchie 已提交
14706 14707 14708 14709
            }
        }
        
        /// <summary>
14710
        ///   Looks up a localized string similar to A reference to a volatile field will not be treated as volatile.
P
Pilchie 已提交
14711
        /// </summary>
14712
        internal static string WRN_VolatileByRef_Title {
P
Pilchie 已提交
14713
            get {
14714
                return ResourceManager.GetString("WRN_VolatileByRef_Title", resourceCulture);
P
Pilchie 已提交
14715 14716 14717 14718 14719 14720 14721 14722 14723 14724 14725 14726
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to #warning: &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_WarningDirective {
            get {
                return ResourceManager.GetString("WRN_WarningDirective", resourceCulture);
            }
        }
        
14727 14728 14729 14730 14731 14732 14733 14734 14735
        /// <summary>
        ///   Looks up a localized string similar to #warning directive.
        /// </summary>
        internal static string WRN_WarningDirective_Title {
            get {
                return ResourceManager.GetString("WRN_WarningDirective_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
14736 14737 14738 14739 14740 14741 14742 14743 14744
        /// <summary>
        ///   Looks up a localized string similar to XML comment has badly formed XML -- &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_XMLParseError {
            get {
                return ResourceManager.GetString("WRN_XMLParseError", resourceCulture);
            }
        }
        
14745 14746 14747 14748 14749 14750 14751 14752 14753
        /// <summary>
        ///   Looks up a localized string similar to XML comment has badly formed XML.
        /// </summary>
        internal static string WRN_XMLParseError_Title {
            get {
                return ResourceManager.GetString("WRN_XMLParseError_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
14754 14755 14756 14757 14758 14759 14760 14761 14762
        /// <summary>
        ///   Looks up a localized string similar to Badly formed XML in included comments file -- &apos;{0}&apos;.
        /// </summary>
        internal static string WRN_XMLParseIncludeError {
            get {
                return ResourceManager.GetString("WRN_XMLParseIncludeError", resourceCulture);
            }
        }
        
14763 14764 14765 14766 14767 14768 14769 14770 14771
        /// <summary>
        ///   Looks up a localized string similar to Badly formed XML in included comments file.
        /// </summary>
        internal static string WRN_XMLParseIncludeError_Title {
            get {
                return ResourceManager.GetString("WRN_XMLParseIncludeError_Title", resourceCulture);
            }
        }
        
P
Pilchie 已提交
14772 14773 14774 14775 14776 14777 14778 14779 14780 14781 14782 14783 14784 14785 14786 14787 14788 14789 14790 14791 14792 14793 14794 14795 14796 14797 14798 14799 14800 14801 14802 14803 14804 14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 14831 14832 14833 14834 14835 14836 14837 14838 14839 14840 14841 14842 14843 14844 14845 14846 14847 14848 14849 14850 14851 14852 14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 14863 14864 14865 14866 14867 14868 14869 14870 14871 14872 14873 14874 14875 14876 14877 14878 14879 14880 14881 14882 14883 14884 14885 14886 14887 14888 14889 14890 14891 14892 14893 14894 14895 14896 14897 14898 14899 14900 14901 14902 14903 14904 14905 14906 14907 14908 14909 14910 14911 14912 14913 14914 14915 14916 14917 14918 14919 14920 14921 14922 14923 14924 14925 14926 14927 14928 14929 14930 14931 14932 14933 14934 14935 14936 14937 14938 14939 14940 14941 14942 14943 14944 14945 14946 14947 14948 14949 14950 14951 14952 14953 14954 14955 14956 14957 14958 14959 14960 14961 14962 14963 14964 14965 14966 14967 14968 14969 14970
        /// <summary>
        ///   Looks up a localized string similar to Wrong number of type arguments.
        /// </summary>
        internal static string WrongNumberOfTypeArguments {
            get {
                return ResourceManager.GetString("WrongNumberOfTypeArguments", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected a {0} SemanticModel..
        /// </summary>
        internal static string WrongSemanticModelType {
            get {
                return ResourceManager.GetString("WrongSemanticModelType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The literal string &apos;]]&gt;&apos; is not allowed in element content..
        /// </summary>
        internal static string XML_CDataEndTagNotAllowed {
            get {
                return ResourceManager.GetString("XML_CDataEndTagNotAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duplicate &apos;{0}&apos; attribute.
        /// </summary>
        internal static string XML_DuplicateAttribute {
            get {
                return ResourceManager.GetString("XML_DuplicateAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to End tag &apos;{0}&apos; does not match the start tag &apos;{1}&apos;..
        /// </summary>
        internal static string XML_ElementTypeMatch {
            get {
                return ResourceManager.GetString("XML_ElementTypeMatch", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected an end tag for element &apos;{0}&apos;..
        /// </summary>
        internal static string XML_EndTagExpected {
            get {
                return ResourceManager.GetString("XML_EndTagExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to End tag was not expected at this location..
        /// </summary>
        internal static string XML_EndTagNotExpected {
            get {
                return ResourceManager.GetString("XML_EndTagNotExpected", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Expected &apos;&gt;&apos; or &apos;/&gt;&apos; to close tag &apos;{0}&apos;..
        /// </summary>
        internal static string XML_ExpectedEndOfTag {
            get {
                return ResourceManager.GetString("XML_ExpectedEndOfTag", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unexpected character at this location..
        /// </summary>
        internal static string XML_ExpectedEndOfXml {
            get {
                return ResourceManager.GetString("XML_ExpectedEndOfXml", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An identifier was expected..
        /// </summary>
        internal static string XML_ExpectedIdentifier {
            get {
                return ResourceManager.GetString("XML_ExpectedIdentifier", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Incorrect syntax was used in a comment..
        /// </summary>
        internal static string XML_IncorrectComment {
            get {
                return ResourceManager.GetString("XML_IncorrectComment", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An invalid character was found inside an entity reference..
        /// </summary>
        internal static string XML_InvalidCharEntity {
            get {
                return ResourceManager.GetString("XML_InvalidCharEntity", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The character(s) &apos;{0}&apos; cannot be used at this location..
        /// </summary>
        internal static string XML_InvalidToken {
            get {
                return ResourceManager.GetString("XML_InvalidToken", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid unicode character..
        /// </summary>
        internal static string XML_InvalidUnicodeChar {
            get {
                return ResourceManager.GetString("XML_InvalidUnicodeChar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Whitespace is not allowed at this location..
        /// </summary>
        internal static string XML_InvalidWhitespace {
            get {
                return ResourceManager.GetString("XML_InvalidWhitespace", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The character &apos;&lt;&apos; cannot be used in an attribute value..
        /// </summary>
        internal static string XML_LessThanInAttributeValue {
            get {
                return ResourceManager.GetString("XML_LessThanInAttributeValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing equals sign between attribute and attribute value..
        /// </summary>
        internal static string XML_MissingEqualsAttribute {
            get {
                return ResourceManager.GetString("XML_MissingEqualsAttribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Reference to undefined entity &apos;{0}&apos;..
        /// </summary>
        internal static string XML_RefUndefinedEntity_1 {
            get {
                return ResourceManager.GetString("XML_RefUndefinedEntity_1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing closing quotation mark for string literal..
        /// </summary>
        internal static string XML_StringLiteralNoEndQuote {
            get {
                return ResourceManager.GetString("XML_StringLiteralNoEndQuote", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Non-ASCII quotations marks may not be used around string literals..
        /// </summary>
        internal static string XML_StringLiteralNonAsciiQuote {
            get {
                return ResourceManager.GetString("XML_StringLiteralNonAsciiQuote", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A string literal was expected, but no opening quotation mark was found..
        /// </summary>
        internal static string XML_StringLiteralNoStartQuote {
            get {
                return ResourceManager.GetString("XML_StringLiteralNoStartQuote", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Required white space was missing..
        /// </summary>
        internal static string XML_WhitespaceMissing {
            get {
                return ResourceManager.GetString("XML_WhitespaceMissing", resourceCulture);
            }
        }
    }
}