CodeAnalysisResources.Designer.cs 57.0 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 {
    using System;
13
    using System.Reflection;
P
Pilchie 已提交
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class CodeAnalysisResources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal CodeAnalysisResources() {
        }
        
        /// <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.CodeAnalysisResources", typeof(CodeAnalysisResources).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
                    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 Absolute path expected..
        /// </summary>
        internal static string AbsolutePathExpected {
            get {
                return ResourceManager.GetString("AbsolutePathExpected", resourceCulture);
            }
        }
        
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
        /// <summary>
        ///   Looks up a localized string similar to Analyzer Driver Failure.
        /// </summary>
        internal static string AnalyzerDriverFailure {
            get {
                return ResourceManager.GetString("AnalyzerDriverFailure", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Analyzer driver threw an exception of type &apos;{0}&apos; with message &apos;{1}&apos;..
        /// </summary>
        internal static string AnalyzerDriverThrows {
            get {
                return ResourceManager.GetString("AnalyzerDriverThrows", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Analyzer driver threw the following exception:
        ///&apos;{0}&apos;..
        /// </summary>
        internal static string AnalyzerDriverThrowsDescription {
            get {
                return ResourceManager.GetString("AnalyzerDriverThrowsDescription", resourceCulture);
            }
        }
        
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
        /// <summary>
        ///   Looks up a localized string similar to Time (s).
        /// </summary>
        internal static string AnalyzerExecutionTimeColumnHeader {
            get {
                return ResourceManager.GetString("AnalyzerExecutionTimeColumnHeader", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Analyzer.
        /// </summary>
        internal static string AnalyzerNameColumnHeader {
            get {
                return ResourceManager.GetString("AnalyzerNameColumnHeader", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Total analyzer execution time: {0} seconds..
        /// </summary>
        internal static string AnalyzerTotalExecutionTime {
            get {
                return ResourceManager.GetString("AnalyzerTotalExecutionTime", resourceCulture);
            }
        }
        
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
        /// <summary>
        ///   Looks up a localized string similar to {0} must either be &apos;default&apos; or have the same length as {1}..
        /// </summary>
        internal static string AnonymousTypeArgumentCountMismatch2 {
            get {
                return ResourceManager.GetString("AnonymousTypeArgumentCountMismatch2", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {0} and {1} must have the same length..
        /// </summary>
        internal static string AnonymousTypeMemberAndNamesCountMismatch2 {
            get {
                return ResourceManager.GetString("AnonymousTypeMemberAndNamesCountMismatch2", resourceCulture);
            }
        }
        
146
        /// <summary>
147
        ///   Looks up a localized string similar to Argument cannot be empty..
148
        /// </summary>
149
        internal static string ArgumentCannotBeEmpty {
150
            get {
151 152 153 154 155 156 157 158 159 160
                return ResourceManager.GetString("ArgumentCannotBeEmpty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Argument cannot have a null element..
        /// </summary>
        internal static string ArgumentElementCannotBeNull {
            get {
                return ResourceManager.GetString("ArgumentElementCannotBeNull", resourceCulture);
161 162 163
            }
        }
        
P
Pilchie 已提交
164 165 166
        /// <summary>
        ///   Looks up a localized string similar to Arrays with more than one dimension cannot be serialized..
        /// </summary>
M
Matt Warren 已提交
167
        internal static string Arrays_with_more_than_one_dimension_cannot_be_serialized {
P
Pilchie 已提交
168
            get {
M
Matt Warren 已提交
169
                return ResourceManager.GetString("Arrays_with_more_than_one_dimension_cannot_be_serialized", resourceCulture);
P
Pilchie 已提交
170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to assembly.
        /// </summary>
        internal static string Assembly {
            get {
                return ResourceManager.GetString("Assembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly file not found.
        /// </summary>
        internal static string AssemblyFileNotFound {
            get {
                return ResourceManager.GetString("AssemblyFileNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly must have at least one module..
        /// </summary>
        internal static string AssemblyMustHaveAtLeastOneModule {
            get {
                return ResourceManager.GetString("AssemblyMustHaveAtLeastOneModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly signing not supported..
        /// </summary>
        internal static string AssemblySigningNotSupported {
            get {
                return ResourceManager.GetString("AssemblySigningNotSupported", resourceCulture);
            }
        }
        
209 210 211 212 213 214 215 216 217
        /// <summary>
        ///   Looks up a localized string similar to Analyzer attempted to register an &apos;async&apos; action, which is not supported..
        /// </summary>
        internal static string AsyncAnalyzerActionCannotBeRegistered {
            get {
                return ResourceManager.GetString("AsyncAnalyzerActionCannotBeRegistered", resourceCulture);
            }
        }
        
M
Matt Warren 已提交
218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
        /// <summary>
        ///   Looks up a localized string similar to Cannot deserialize type &apos;{0}&apos;..
        /// </summary>
        internal static string Cannot_deserialize_type_0 {
            get {
                return ResourceManager.GetString("Cannot_deserialize_type_0", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot serialize type &apos;{0}&apos;..
        /// </summary>
        internal static string Cannot_serialize_type_0 {
            get {
                return ResourceManager.GetString("Cannot_serialize_type_0", resourceCulture);
            }
        }
        
P
Pilchie 已提交
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
        /// <summary>
        ///   Looks up a localized string similar to Can&apos;t alias a module..
        /// </summary>
        internal static string CannotAliasModule {
            get {
                return ResourceManager.GetString("CannotAliasModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Can&apos;t create a reference to a module..
        /// </summary>
        internal static string CannotCreateReferenceToModule {
            get {
                return ResourceManager.GetString("CannotCreateReferenceToModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Can&apos;t create a reference to a submission..
        /// </summary>
        internal static string CannotCreateReferenceToSubmission {
            get {
                return ResourceManager.GetString("CannotCreateReferenceToSubmission", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Can&apos;t embed interop types from module..
        /// </summary>
        internal static string CannotEmbedInteropTypesFromModule {
            get {
                return ResourceManager.GetString("CannotEmbedInteropTypesFromModule", resourceCulture);
            }
        }
        
272 273 274 275 276 277 278 279 280
        /// <summary>
        ///   Looks up a localized string similar to Can&apos;t create a module reference to an assembly..
        /// </summary>
        internal static string CantCreateModuleReferenceToAssembly {
            get {
                return ResourceManager.GetString("CantCreateModuleReferenceToAssembly", resourceCulture);
            }
        }
        
281 282 283 284 285 286 287 288 289
        /// <summary>
        ///   Looks up a localized string similar to Can&apos;t create a metadata reference to an assembly without location..
        /// </summary>
        internal static string CantCreateReferenceToAssemblyWithoutLocation {
            get {
                return ResourceManager.GetString("CantCreateReferenceToAssemblyWithoutLocation", resourceCulture);
            }
        }
        
290 291 292 293 294 295 296 297 298
        /// <summary>
        ///   Looks up a localized string similar to Can&apos;t create a metadata reference to a dynamic assembly..
        /// </summary>
        internal static string CantCreateReferenceToDynamicAssembly {
            get {
                return ResourceManager.GetString("CantCreateReferenceToDynamicAssembly", resourceCulture);
            }
        }
        
299 300 301 302 303 304 305 306 307
        /// <summary>
        ///   Looks up a localized string similar to The changes must be ordered and not overlapping..
        /// </summary>
        internal static string ChangesMustBeOrderedAndNotOverlapping {
            get {
                return ResourceManager.GetString("ChangesMustBeOrderedAndNotOverlapping", resourceCulture);
            }
        }
        
P
Pilchie 已提交
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
        /// <summary>
        ///   Looks up a localized string similar to class.
        /// </summary>
        internal static string Class1 {
            get {
                return ResourceManager.GetString("Class1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Win32 resources, assumed to be in COFF object format, have one or more invalid relocation header values..
        /// </summary>
        internal static string CoffResourceInvalidRelocation {
            get {
                return ResourceManager.GetString("CoffResourceInvalidRelocation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Win32 resources, assumed to be in COFF object format, have an invalid section size..
        /// </summary>
        internal static string CoffResourceInvalidSectionSize {
            get {
                return ResourceManager.GetString("CoffResourceInvalidSectionSize", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Win32 resources, assumed to be in COFF object format, have one or more invalid symbol values..
        /// </summary>
        internal static string CoffResourceInvalidSymbol {
            get {
                return ResourceManager.GetString("CoffResourceInvalidSymbol", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Win32 resources, assumed to be in COFF object format, are missing one or both of sections &apos;.rsrc$01&apos; and &apos;.rsrc$02&apos;.
        /// </summary>
        internal static string CoffResourceMissingSection {
            get {
                return ResourceManager.GetString("CoffResourceMissingSection", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Compilation options must not have errors..
        /// </summary>
        internal static string CompilationOptionsMustNotHaveErrors {
            get {
                return ResourceManager.GetString("CompilationOptionsMustNotHaveErrors", resourceCulture);
            }
        }
        
362 363 364 365 366 367 368 369 370
        /// <summary>
        ///   Looks up a localized string similar to The compilation references multiple assemblies whose versions only differ in auto-generated build and/or revision numbers..
        /// </summary>
        internal static string CompilationReferencesAssembliesWithDifferentAutoGeneratedVersion {
            get {
                return ResourceManager.GetString("CompilationReferencesAssembliesWithDifferentAutoGeneratedVersion", resourceCulture);
            }
        }
        
P
Pilchie 已提交
371
        /// <summary>
372
        ///   Looks up a localized string similar to Analyzer Failure.
P
Pilchie 已提交
373 374 375 376 377 378 379 380
        /// </summary>
        internal static string CompilerAnalyzerFailure {
            get {
                return ResourceManager.GetString("CompilerAnalyzerFailure", resourceCulture);
            }
        }
        
        /// <summary>
381
        ///   Looks up a localized string similar to Analyzer &apos;{0}&apos; threw an exception of type &apos;{1}&apos; with message &apos;{2}&apos;..
P
Pilchie 已提交
382 383 384 385 386 387 388
        /// </summary>
        internal static string CompilerAnalyzerThrows {
            get {
                return ResourceManager.GetString("CompilerAnalyzerThrows", resourceCulture);
            }
        }
        
389 390 391 392 393 394 395 396 397 398
        /// <summary>
        ///   Looks up a localized string similar to Analyzer &apos;{0}&apos; threw the following exception:
        ///&apos;{1}&apos;..
        /// </summary>
        internal static string CompilerAnalyzerThrowsDescription {
            get {
                return ResourceManager.GetString("CompilerAnalyzerThrowsDescription", resourceCulture);
            }
        }
        
P
Pilchie 已提交
399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416
        /// <summary>
        ///   Looks up a localized string similar to constructor.
        /// </summary>
        internal static string Constructor {
            get {
                return ResourceManager.GetString("Constructor", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to delegate.
        /// </summary>
        internal static string Delegate1 {
            get {
                return ResourceManager.GetString("Delegate1", resourceCulture);
            }
        }
        
M
Matt Warren 已提交
417 418 419 420 421 422 423 424 425
        /// <summary>
        ///   Looks up a localized string similar to Deserialization reader for &apos;{0}&apos; read incorrect number of values..
        /// </summary>
        internal static string Deserialization_reader_for_0_read_incorrect_number_of_values {
            get {
                return ResourceManager.GetString("Deserialization_reader_for_0_read_incorrect_number_of_values", resourceCulture);
            }
        }
        
426
        /// <summary>
C
Charles Stoner 已提交
427
        ///   Looks up a localized string similar to A DiagnosticDescriptor must have an Id that is neither null nor an empty string nor a string that only contains white space..
428 429 430 431 432 433 434
        /// </summary>
        internal static string DiagnosticIdCantBeNullOrWhitespace {
            get {
                return ResourceManager.GetString("DiagnosticIdCantBeNullOrWhitespace", resourceCulture);
            }
        }
        
435 436 437 438 439 440 441 442 443
        /// <summary>
        ///   Looks up a localized string similar to Argument contains duplicate analyzer instances..
        /// </summary>
        internal static string DuplicateAnalyzerInstances {
            get {
                return ResourceManager.GetString("DuplicateAnalyzerInstances", resourceCulture);
            }
        }
        
444 445 446 447 448 449 450 451 452
        /// <summary>
        ///   Looks up a localized string similar to element is expected.
        /// </summary>
        internal static string ElementIsExpected {
            get {
                return ResourceManager.GetString("ElementIsExpected", resourceCulture);
            }
        }
        
453 454 455 456 457 458 459 460 461
        /// <summary>
        ///   Looks up a localized string similar to Embedded texts are only supported when emitting Portable PDB..
        /// </summary>
        internal static string EmbeddedTextsRequirePortablePdb {
            get {
                return ResourceManager.GetString("EmbeddedTextsRequirePortablePdb", resourceCulture);
            }
        }
        
462 463 464 465 466 467 468 469 470
        /// <summary>
        ///   Looks up a localized string similar to A key in the pathMap is empty..
        /// </summary>
        internal static string EmptyKeyInPathMap {
            get {
                return ResourceManager.GetString("EmptyKeyInPathMap", resourceCulture);
            }
        }
        
P
Pilchie 已提交
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
        /// <summary>
        ///   Looks up a localized string similar to Empty or invalid file name.
        /// </summary>
        internal static string EmptyOrInvalidFileName {
            get {
                return ResourceManager.GetString("EmptyOrInvalidFileName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Empty or invalid resource name.
        /// </summary>
        internal static string EmptyOrInvalidResourceName {
            get {
                return ResourceManager.GetString("EmptyOrInvalidResourceName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;end&apos; must not be less than &apos;start&apos;.
        /// </summary>
        internal static string EndMustNotBeLessThanStart {
            get {
                return ResourceManager.GetString("EndMustNotBeLessThanStart", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to enum.
        /// </summary>
        internal static string Enum1 {
            get {
                return ResourceManager.GetString("Enum1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to event.
        /// </summary>
        internal static string Event1 {
            get {
                return ResourceManager.GetString("Event1", resourceCulture);
            }
        }
        
516 517 518 519 520 521 522 523 524 525
        /// <summary>
        ///   Looks up a localized string similar to Exception occurred with following context:
        ///{0}.
        /// </summary>
        internal static string ExceptionContext {
            get {
                return ResourceManager.GetString("ExceptionContext", resourceCulture);
            }
        }
        
P
Pilchie 已提交
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
        /// <summary>
        ///   Looks up a localized string similar to Expected non-empty public key.
        /// </summary>
        internal static string ExpectedNonEmptyPublicKey {
            get {
                return ResourceManager.GetString("ExpectedNonEmptyPublicKey", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not locate the rule set file &apos;{0}&apos;..
        /// </summary>
        internal static string FailedToResolveRuleSetName {
            get {
                return ResourceManager.GetString("FailedToResolveRuleSetName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to field.
        /// </summary>
        internal static string Field {
            get {
                return ResourceManager.GetString("Field", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to File not found..
        /// </summary>
        internal static string FileNotFound {
            get {
                return ResourceManager.GetString("FileNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to File size exceeds maximum allowed size of a valid metadata file..
        /// </summary>
        internal static string FileSizeExceedsMaximumAllowed {
            get {
                return ResourceManager.GetString("FileSizeExceedsMaximumAllowed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {0}.GetMetadata() must return an instance of {1}..
        /// </summary>
        internal static string GetMetadataMustReturnInstance {
            get {
                return ResourceManager.GetString("GetMetadataMustReturnInstance", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Icon stream is not in the expected format..
        /// </summary>
        internal static string IconStreamUnexpectedFormat {
            get {
                return ResourceManager.GetString("IconStreamUnexpectedFormat", resourceCulture);
            }
        }
        
589 590 591 592 593 594 595 596 597
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent language versions.
        /// </summary>
        internal static string InconsistentLanguageVersions {
            get {
                return ResourceManager.GetString("InconsistentLanguageVersions", resourceCulture);
            }
        }
        
598 599 600 601 602 603 604 605 606
        /// <summary>
        ///   Looks up a localized string similar to Inconsistent syntax tree features.
        /// </summary>
        internal static string InconsistentSyntaxTreeFeature {
            get {
                return ResourceManager.GetString("InconsistentSyntaxTreeFeature", resourceCulture);
            }
        }
        
P
Pilchie 已提交
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 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 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 694 695 696
        /// <summary>
        ///   Looks up a localized string similar to &lt;in-memory assembly&gt;.
        /// </summary>
        internal static string InMemoryAssembly {
            get {
                return ResourceManager.GetString("InMemoryAssembly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &lt;in-memory module&gt;.
        /// </summary>
        internal static string InMemoryModule {
            get {
                return ResourceManager.GetString("InMemoryModule", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to interface.
        /// </summary>
        internal static string Interface1 {
            get {
                return ResourceManager.GetString("Interface1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid alias..
        /// </summary>
        internal static string InvalidAlias {
            get {
                return ResourceManager.GetString("InvalidAlias", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid assembly name: &apos;{0}&apos;.
        /// </summary>
        internal static string InvalidAssemblyName {
            get {
                return ResourceManager.GetString("InvalidAssemblyName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid characters in assembly culture name.
        /// </summary>
        internal static string InvalidCharactersInAssemblyCultureName {
            get {
                return ResourceManager.GetString("InvalidCharactersInAssemblyCultureName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid characters in assembly name.
        /// </summary>
        internal static string InvalidCharactersInAssemblyName {
            get {
                return ResourceManager.GetString("InvalidCharactersInAssemblyName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid compilation options -- submission can&apos;t be signed..
        /// </summary>
        internal static string InvalidCompilationOptions {
            get {
                return ResourceManager.GetString("InvalidCompilationOptions", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid content type.
        /// </summary>
        internal static string InvalidContentType {
            get {
                return ResourceManager.GetString("InvalidContentType", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid culture name: &apos;{0}&apos;.
        /// </summary>
        internal static string InvalidCultureName {
            get {
                return ResourceManager.GetString("InvalidCultureName", resourceCulture);
            }
        }
        
697 698 699 700 701 702 703 704 705
        /// <summary>
        ///   Looks up a localized string similar to Invalid data at offset {0}: {1}{2}*{3}{4}.
        /// </summary>
        internal static string InvalidDataAtOffset {
            get {
                return ResourceManager.GetString("InvalidDataAtOffset", resourceCulture);
            }
        }
        
706 707 708 709 710 711 712 713 714
        /// <summary>
        ///   Looks up a localized string similar to Reported diagnostic has an ID &apos;{0}&apos;, which is not a valid identifier..
        /// </summary>
        internal static string InvalidDiagnosticIdReported {
            get {
                return ResourceManager.GetString("InvalidDiagnosticIdReported", resourceCulture);
            }
        }
        
715
        /// <summary>
716
        ///   Looks up a localized string similar to Reported diagnostic &apos;{0}&apos; has a source location in file &apos;{1}&apos;, which is not part of the compilation being analyzed..
717 718 719 720 721 722 723
        /// </summary>
        internal static string InvalidDiagnosticLocationReported {
            get {
                return ResourceManager.GetString("InvalidDiagnosticLocationReported", resourceCulture);
            }
        }
        
724 725 726 727 728 729 730 731 732
        /// <summary>
        ///   Looks up a localized string similar to Invalid hash..
        /// </summary>
        internal static string InvalidHash {
            get {
                return ResourceManager.GetString("InvalidHash", resourceCulture);
            }
        }
        
P
Pilchie 已提交
733 734 735 736 737 738 739 740 741
        /// <summary>
        ///   Looks up a localized string similar to Invalid module name specified in metadata module &apos;{0}&apos;: &apos;{1}&apos;.
        /// </summary>
        internal static string InvalidModuleName {
            get {
                return ResourceManager.GetString("InvalidModuleName", resourceCulture);
            }
        }
        
742 743 744 745 746 747 748 749 750
        /// <summary>
        ///   Looks up a localized string similar to Node to track is not a descendant of the root..
        /// </summary>
        internal static string InvalidNodeToTrack {
            get {
                return ResourceManager.GetString("InvalidNodeToTrack", resourceCulture);
            }
        }
        
P
Pilchie 已提交
751 752 753 754 755 756 757 758 759
        /// <summary>
        ///   Looks up a localized string similar to Invalid output kind for submission. DynamicallyLinkedLibrary expected..
        /// </summary>
        internal static string InvalidOutputKindForSubmission {
            get {
                return ResourceManager.GetString("InvalidOutputKindForSubmission", resourceCulture);
            }
        }
        
760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777
        /// <summary>
        ///   Looks up a localized string similar to Invalid public key..
        /// </summary>
        internal static string InvalidPublicKey {
            get {
                return ResourceManager.GetString("InvalidPublicKey", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid public key token..
        /// </summary>
        internal static string InvalidPublicKeyToken {
            get {
                return ResourceManager.GetString("InvalidPublicKeyToken", resourceCulture);
            }
        }
        
P
Pilchie 已提交
778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795
        /// <summary>
        ///   Looks up a localized string similar to An error occurred while loading the included rule set file {0} - {1}.
        /// </summary>
        internal static string InvalidRuleSetInclude {
            get {
                return ResourceManager.GetString("InvalidRuleSetInclude", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid size of public key token..
        /// </summary>
        internal static string InvalidSizeOfPublicKeyToken {
            get {
                return ResourceManager.GetString("InvalidSizeOfPublicKeyToken", resourceCulture);
            }
        }
        
796 797 798 799 800 801 802 803 804
        /// <summary>
        ///   Looks up a localized string similar to Syntax tree doesn&apos;t belong to the underlying &apos;Compilation&apos;..
        /// </summary>
        internal static string InvalidTree {
            get {
                return ResourceManager.GetString("InvalidTree", resourceCulture);
            }
        }
        
805 806 807 808 809 810 811 812 813
        /// <summary>
        ///   Looks up a localized string similar to Feature &apos;IOperation&apos; is disabled..
        /// </summary>
        internal static string IOperationFeatureDisabled {
            get {
                return ResourceManager.GetString("IOperationFeatureDisabled", resourceCulture);
            }
        }
        
J
Jared Parsons 已提交
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
        /// <summary>
        ///   Looks up a localized string similar to Argument to &apos;/keepalive&apos; option is not a 32-bit integer..
        /// </summary>
        internal static string KeepAliveIsNotAnInteger {
            get {
                return ResourceManager.GetString("KeepAliveIsNotAnInteger", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Arguments to &apos;/keepalive&apos; option below -1 are invalid..
        /// </summary>
        internal static string KeepAliveIsTooSmall {
            get {
                return ResourceManager.GetString("KeepAliveIsTooSmall", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;/keepalive&apos; option is only valid with &apos;/shared&apos; option..
        /// </summary>
        internal static string KeepAliveWithoutShared {
            get {
                return ResourceManager.GetString("KeepAliveWithoutShared", resourceCulture);
            }
839 840 841 842 843 844 845 846 847
        }
        
        /// <summary>
        ///   Looks up a localized string similar to A key in the pathMap ends with a path separator..
        /// </summary>
        internal static string KeyInPathMapEndsWithSeparator {
            get {
                return ResourceManager.GetString("KeyInPathMapEndsWithSeparator", resourceCulture);
            }
J
Jared Parsons 已提交
848 849
        }
        
850 851 852 853 854 855 856 857 858
        /// <summary>
        ///   Looks up a localized string similar to MetadataReference &apos;{0}&apos; not found to remove..
        /// </summary>
        internal static string MetadataRefNotFoundToRemove1 {
            get {
                return ResourceManager.GetString("MetadataRefNotFoundToRemove1", resourceCulture);
            }
        }
        
P
Pilchie 已提交
859 860 861 862 863 864 865 866 867
        /// <summary>
        ///   Looks up a localized string similar to method.
        /// </summary>
        internal static string Method {
            get {
                return ResourceManager.GetString("Method", resourceCulture);
            }
        }
        
J
Jared Parsons 已提交
868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885
        /// <summary>
        ///   Looks up a localized string similar to Roslyn compiler server reports different protocol version than build task..
        /// </summary>
        internal static string MismatchedVersion {
            get {
                return ResourceManager.GetString("MismatchedVersion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing argument for &apos;/keepalive&apos; option..
        /// </summary>
        internal static string MissingKeepAlive {
            get {
                return ResourceManager.GetString("MissingKeepAlive", resourceCulture);
            }
        }
        
886 887 888 889 890 891 892 893 894
        /// <summary>
        ///   Looks up a localized string similar to The item specified is not the element of a list..
        /// </summary>
        internal static string MissingListItem {
            get {
                return ResourceManager.GetString("MissingListItem", resourceCulture);
            }
        }
        
P
Pilchie 已提交
895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912
        /// <summary>
        ///   Looks up a localized string similar to module.
        /// </summary>
        internal static string Module {
            get {
                return ResourceManager.GetString("Module", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Module copy can&apos;t be used to create an assembly metadata..
        /// </summary>
        internal static string ModuleCopyCannotBeUsedToCreateAssemblyMetadata {
            get {
                return ResourceManager.GetString("ModuleCopyCannotBeUsedToCreateAssemblyMetadata", resourceCulture);
            }
        }
        
913 914 915 916 917 918 919 920 921
        /// <summary>
        ///   Looks up a localized string similar to NOTE: Elapsed time may be less than analyzer execution time because analyzers can run concurrently..
        /// </summary>
        internal static string MultithreadedAnalyzerExecutionNote {
            get {
                return ResourceManager.GetString("MultithreadedAnalyzerExecutionNote", resourceCulture);
            }
        }
        
P
Pilchie 已提交
922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948
        /// <summary>
        ///   Looks up a localized string similar to Name cannot be empty..
        /// </summary>
        internal static string NameCannotBeEmpty {
            get {
                return ResourceManager.GetString("NameCannotBeEmpty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name cannot start with whitespace..
        /// </summary>
        internal static string NameCannotStartWithWhitespace {
            get {
                return ResourceManager.GetString("NameCannotStartWithWhitespace", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name contains invalid characters..
        /// </summary>
        internal static string NameContainsInvalidCharacter {
            get {
                return ResourceManager.GetString("NameContainsInvalidCharacter", resourceCulture);
            }
        }
        
949 950 951 952 953 954 955 956 957
        /// <summary>
        ///   Looks up a localized string similar to No analyzers found.
        /// </summary>
        internal static string NoAnalyzersFound {
            get {
                return ResourceManager.GetString("NoAnalyzersFound", resourceCulture);
            }
        }
        
958 959 960 961 962 963 964 965 966
        /// <summary>
        ///   Looks up a localized string similar to A node or token is out of sequence..
        /// </summary>
        internal static string NodeOrTokenOutOfSequence {
            get {
                return ResourceManager.GetString("NodeOrTokenOutOfSequence", resourceCulture);
            }
        }
        
T
Ty Overby 已提交
967 968 969 970 971 972 973 974 975
        /// <summary>
        ///   Looks up a localized string similar to A value in the pathMap is null..
        /// </summary>
        internal static string NullValueInPathMap {
            get {
                return ResourceManager.GetString("NullValueInPathMap", resourceCulture);
            }
        }
        
P
Pilchie 已提交
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
        /// <summary>
        ///   Looks up a localized string similar to Output kind not supported..
        /// </summary>
        internal static string OutputKindNotSupported {
            get {
                return ResourceManager.GetString("OutputKindNotSupported", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to parameter.
        /// </summary>
        internal static string Parameter {
            get {
                return ResourceManager.GetString("Parameter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Path returned by {0}.ResolveMetadataFile must be absolute: &apos;{1}&apos;.
        /// </summary>
        internal static string PathReturnedByResolveMetadataFileMustBeAbsolute {
            get {
                return ResourceManager.GetString("PathReturnedByResolveMetadataFileMustBeAbsolute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Path returned by {0}.ResolveStrongNameKeyFile must be absolute: &apos;{1}&apos;.
        /// </summary>
        internal static string PathReturnedByResolveStrongNameKeyFileMustBeAbsolute {
            get {
                return ResourceManager.GetString("PathReturnedByResolveStrongNameKeyFileMustBeAbsolute", resourceCulture);
            }
        }
        
1012 1013 1014 1015 1016 1017 1018 1019 1020
        /// <summary>
        ///   Looks up a localized string similar to PDB stream should not be given when embedding PDB into the PE stream..
        /// </summary>
        internal static string PdbStreamUnexpectedWhenEmbedding {
            get {
                return ResourceManager.GetString("PdbStreamUnexpectedWhenEmbedding", resourceCulture);
            }
        }
        
1021 1022 1023 1024 1025 1026 1027 1028 1029
        /// <summary>
        ///   Looks up a localized string similar to PE image doesn&apos;t contain managed metadata..
        /// </summary>
        internal static string PEImageDoesntContainManagedMetadata {
            get {
                return ResourceManager.GetString("PEImageDoesntContainManagedMetadata", resourceCulture);
            }
        }
        
P
Pilchie 已提交
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
        /// <summary>
        ///   Looks up a localized string similar to PE image not available..
        /// </summary>
        internal static string PEImageNotAvailable {
            get {
                return ResourceManager.GetString("PEImageNotAvailable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Previous submission has errors..
        /// </summary>
        internal static string PreviousSubmissionHasErrors {
            get {
                return ResourceManager.GetString("PreviousSubmissionHasErrors", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to property, indexer.
        /// </summary>
        internal static string Property {
            get {
                return ResourceManager.GetString("Property", resourceCulture);
            }
        }
        
1057 1058 1059 1060 1061 1062 1063 1064 1065
        /// <summary>
        ///   Looks up a localized string similar to Reference of type &apos;{0}&apos; is not valid for this compilation..
        /// </summary>
        internal static string ReferenceOfTypeIsInvalid1 {
            get {
                return ResourceManager.GetString("ReferenceOfTypeIsInvalid1", resourceCulture);
            }
        }
        
1066 1067 1068 1069 1070 1071 1072 1073 1074
        /// <summary>
        ///   Looks up a localized string similar to Reference resolver should return readable non-null stream..
        /// </summary>
        internal static string ReferenceResolverShouldReturnReadableNonNullStream {
            get {
                return ResourceManager.GetString("ReferenceResolverShouldReturnReadableNonNullStream", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1075 1076 1077 1078 1079 1080 1081 1082 1083
        /// <summary>
        ///   Looks up a localized string similar to Resource data provider should return non-null stream.
        /// </summary>
        internal static string ResourceDataProviderShouldReturnNonNullStream {
            get {
                return ResourceManager.GetString("ResourceDataProviderShouldReturnNonNullStream", resourceCulture);
            }
        }
        
1084 1085 1086 1087 1088 1089 1090 1091 1092
        /// <summary>
        ///   Looks up a localized string similar to Resource stream ended at {0} bytes, expected {1} bytes..
        /// </summary>
        internal static string ResourceStreamEndedUnexpectedly {
            get {
                return ResourceManager.GetString("ResourceStreamEndedUnexpectedly", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128
        /// <summary>
        ///   Looks up a localized string similar to Resource stream provider should return non-null stream..
        /// </summary>
        internal static string ResourceStreamProviderShouldReturnNonNullStream {
            get {
                return ResourceManager.GetString("ResourceStreamProviderShouldReturnNonNullStream", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to return.
        /// </summary>
        internal static string Return1 {
            get {
                return ResourceManager.GetString("Return1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Return type can&apos;t be a value type, pointer, by-ref or open generic type.
        /// </summary>
        internal static string ReturnTypeCannotBeValuePointerbyRefOrOpen {
            get {
                return ResourceManager.GetString("ReturnTypeCannotBeValuePointerbyRefOrOpen", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Return type can&apos;t be void, by-ref or open generic type.
        /// </summary>
        internal static string ReturnTypeCannotBeVoidByRefOrOpen {
            get {
                return ResourceManager.GetString("ReturnTypeCannotBeVoidByRefOrOpen", resourceCulture);
            }
        }
        
J
Jared Parsons 已提交
1129 1130 1131 1132 1133 1134 1135 1136 1137
        /// <summary>
        ///   Looks up a localized string similar to The attribute {0} has an invalid value of {1}..
        /// </summary>
        internal static string RuleSetBadAttributeValue {
            get {
                return ResourceManager.GetString("RuleSetBadAttributeValue", resourceCulture);
            }
        }
        
1138 1139 1140 1141 1142 1143 1144 1145 1146
        /// <summary>
        ///   Looks up a localized string similar to The rule set file has duplicate rules for &apos;{0}&apos; with differing actions &apos;{1}&apos; and &apos;{2}&apos;..
        /// </summary>
        internal static string RuleSetHasDuplicateRules {
            get {
                return ResourceManager.GetString("RuleSetHasDuplicateRules", resourceCulture);
            }
        }
        
J
Jared Parsons 已提交
1147 1148 1149 1150 1151 1152 1153 1154 1155
        /// <summary>
        ///   Looks up a localized string similar to The element {0} is missing an attribute named {1}..
        /// </summary>
        internal static string RuleSetMissingAttribute {
            get {
                return ResourceManager.GetString("RuleSetMissingAttribute", resourceCulture);
            }
        }
        
1156 1157 1158 1159 1160 1161 1162 1163 1164
        /// <summary>
        ///   Looks up a localized string similar to separator is expected.
        /// </summary>
        internal static string SeparatorIsExpected {
            get {
                return ResourceManager.GetString("SeparatorIsExpected", resourceCulture);
            }
        }
        
J
Jared Parsons 已提交
1165 1166 1167 1168 1169 1170 1171 1172 1173
        /// <summary>
        ///   Looks up a localized string similar to Value for argument &apos;/shared:&apos; must not be empty.
        /// </summary>
        internal static string SharedArgumentMissing {
            get {
                return ResourceManager.GetString("SharedArgumentMissing", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1174 1175 1176 1177 1178 1179 1180 1181 1182
        /// <summary>
        ///   Looks up a localized string similar to Size has to be positive..
        /// </summary>
        internal static string SizeHasToBePositive {
            get {
                return ResourceManager.GetString("SizeHasToBePositive", resourceCulture);
            }
        }
        
1183 1184 1185 1186 1187 1188 1189 1190 1191
        /// <summary>
        ///   Looks up a localized string similar to Source Link embedding is only supported when emitting Portable PDB..
        /// </summary>
        internal static string SourceLinkRequiresPortablePdb {
            get {
                return ResourceManager.GetString("SourceLinkRequiresPortablePdb", resourceCulture);
            }
        }
        
1192 1193 1194 1195 1196 1197 1198 1199 1200
        /// <summary>
        ///   Looks up a localized string similar to SourceText cannot be embedded. Provide encoding or canBeEmbedded=true at construction..
        /// </summary>
        internal static string SourceTextCannotBeEmbedded {
            get {
                return ResourceManager.GetString("SourceTextCannotBeEmbedded", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1201
        /// <summary>
1202
        ///   Looks up a localized string similar to The span does not include the end of a line..
P
Pilchie 已提交
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
        /// </summary>
        internal static string SpanDoesNotIncludeEndOfLine {
            get {
                return ResourceManager.GetString("SpanDoesNotIncludeEndOfLine", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The span does not include the start of a line..
        /// </summary>
        internal static string SpanDoesNotIncludeStartOfLine {
            get {
                return ResourceManager.GetString("SpanDoesNotIncludeStartOfLine", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;start&apos; must not be negative.
        /// </summary>
        internal static string StartMustNotBeNegative {
            get {
                return ResourceManager.GetString("StartMustNotBeNegative", resourceCulture);
            }
        }
        
1228 1229 1230 1231 1232 1233 1234 1235 1236
        /// <summary>
        ///   Looks up a localized string similar to Stream is too long..
        /// </summary>
        internal static string StreamIsTooLong {
            get {
                return ResourceManager.GetString("StreamIsTooLong", resourceCulture);
            }
        }
        
1237 1238 1239 1240 1241 1242 1243 1244 1245
        /// <summary>
        ///   Looks up a localized string similar to Stream must be readable..
        /// </summary>
        internal static string StreamMustSupportRead {
            get {
                return ResourceManager.GetString("StreamMustSupportRead", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1246 1247 1248 1249 1250 1251 1252 1253 1254 1255
        /// <summary>
        ///   Looks up a localized string similar to Stream must support read and seek operations..
        /// </summary>
        internal static string StreamMustSupportReadAndSeek {
            get {
                return ResourceManager.GetString("StreamMustSupportReadAndSeek", resourceCulture);
            }
        }
        
        /// <summary>
1256 1257 1258 1259 1260 1261 1262 1263 1264
        ///   Looks up a localized string similar to Stream must be writable..
        /// </summary>
        internal static string StreamMustSupportWrite {
            get {
                return ResourceManager.GetString("StreamMustSupportWrite", resourceCulture);
            }
        }
        
        /// <summary>
P
Pilchie 已提交
1265 1266 1267 1268 1269 1270 1271 1272
        ///   Looks up a localized string similar to struct.
        /// </summary>
        internal static string Struct1 {
            get {
                return ResourceManager.GetString("Struct1", resourceCulture);
            }
        }
        
1273
        /// <summary>
1274 1275 1276 1277 1278 1279 1280 1281 1282 1283
        ///   Looks up a localized string similar to Windows PDB writer is not available -- could not find Microsoft.DiaSymReader.Native.{0}.dll.
        /// </summary>
        internal static string SymWriterNotAvailable {
            get {
                return ResourceManager.GetString("SymWriterNotAvailable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Windows PDB writer doesn&apos;t support deterministic compilation -- could not find Microsoft.DiaSymReader.Native.{0}.dll.
1284 1285 1286 1287 1288 1289 1290
        /// </summary>
        internal static string SymWriterNotDeterministic {
            get {
                return ResourceManager.GetString("SymWriterNotDeterministic", resourceCulture);
            }
        }
        
M
Matt Warren 已提交
1291 1292 1293 1294 1295 1296 1297 1298 1299
        /// <summary>
        ///   Looks up a localized string similar to The type &apos;{0}&apos; is not understood by the serialization binder..
        /// </summary>
        internal static string The_type_0_is_not_understood_by_the_serialization_binder {
            get {
                return ResourceManager.GetString("The_type_0_is_not_understood_by_the_serialization_binder", resourceCulture);
            }
        }
        
1300 1301 1302 1303 1304 1305 1306 1307 1308
        /// <summary>
        ///   Looks up a localized string similar to The stream cannot be read from..
        /// </summary>
        internal static string TheStreamCannotBeReadFrom {
            get {
                return ResourceManager.GetString("TheStreamCannotBeReadFrom", resourceCulture);
            }
        }
        
1309 1310 1311 1312 1313 1314 1315 1316 1317
        /// <summary>
        ///   Looks up a localized string similar to The stream cannot be written to..
        /// </summary>
        internal static string TheStreamCannotBeWrittenTo {
            get {
                return ResourceManager.GetString("TheStreamCannotBeWrittenTo", resourceCulture);
            }
        }
        
1318 1319 1320 1321 1322 1323 1324 1325 1326
        /// <summary>
        ///   Looks up a localized string similar to If tuple element locations are specified, the number of locations must match the cardinality of the tuple..
        /// </summary>
        internal static string TupleElementLocationCountMismatch {
            get {
                return ResourceManager.GetString("TupleElementLocationCountMismatch", resourceCulture);
            }
        }
        
1327
        /// <summary>
J
Julien 已提交
1328
        ///   Looks up a localized string similar to If tuple element names are specified, the number of element names must match the cardinality of the tuple..
1329
        /// </summary>
J
Julien 已提交
1330
        internal static string TupleElementNameCountMismatch {
1331
            get {
J
Julien 已提交
1332
                return ResourceManager.GetString("TupleElementNameCountMismatch", resourceCulture);
1333 1334
            }
        }
1335
        
V
VSadov 已提交
1336 1337 1338 1339 1340 1341
        /// <summary>
        ///   Looks up a localized string similar to Tuple element name cannot be an empty string..
        /// </summary>
        internal static string TupleElementNameEmpty {
            get {
                return ResourceManager.GetString("TupleElementNameEmpty", resourceCulture);
1342 1343
            }
        }
1344
        
1345 1346 1347 1348 1349 1350 1351 1352 1353
        /// <summary>
        ///   Looks up a localized string similar to Tuples must have at least two elements..
        /// </summary>
        internal static string TuplesNeedAtLeastTwoElements {
            get {
                return ResourceManager.GetString("TuplesNeedAtLeastTwoElements", resourceCulture);
            }
        }
        
1354 1355 1356 1357 1358 1359 1360 1361 1362
        /// <summary>
        ///   Looks up a localized string similar to The underlying type for a tuple must be tuple-compatible..
        /// </summary>
        internal static string TupleUnderlyingTypeMustBeTupleCompatible {
            get {
                return ResourceManager.GetString("TupleUnderlyingTypeMustBeTupleCompatible", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389
        /// <summary>
        ///   Looks up a localized string similar to type must be a subclass of SyntaxAnnotation..
        /// </summary>
        internal static string TypeMustBeASubclassOfSyntaxAnnotation {
            get {
                return ResourceManager.GetString("TypeMustBeASubclassOfSyntaxAnnotation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type must be same as host object type of previous submission..
        /// </summary>
        internal static string TypeMustBeSameAsHostObjectTypeOfPreviousSubmission {
            get {
                return ResourceManager.GetString("TypeMustBeSameAsHostObjectTypeOfPreviousSubmission", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to type parameter.
        /// </summary>
        internal static string TypeParameter {
            get {
                return ResourceManager.GetString("TypeParameter", resourceCulture);
            }
        }
        
1390 1391 1392 1393 1394 1395 1396 1397 1398
        /// <summary>
        ///   Looks up a localized string similar to A node in the list is not of the expected type..
        /// </summary>
        internal static string UnexpectedTypeOfNodeInList {
            get {
                return ResourceManager.GetString("UnexpectedTypeOfNodeInList", resourceCulture);
            }
        }
        
1399 1400 1401 1402 1403 1404 1405 1406 1407
        /// <summary>
        ///   Looks up a localized string similar to Unrecognized resource file format..
        /// </summary>
        internal static string UnrecognizedResourceFileFormat {
            get {
                return ResourceManager.GetString("UnrecognizedResourceFileFormat", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1408 1409 1410 1411 1412 1413 1414 1415 1416
        /// <summary>
        ///   Looks up a localized string similar to Unresolved: .
        /// </summary>
        internal static string Unresolved {
            get {
                return ResourceManager.GetString("Unresolved", resourceCulture);
            }
        }
        
1417 1418 1419 1420 1421 1422 1423 1424 1425
        /// <summary>
        ///   Looks up a localized string similar to Argument contains an analyzer instance that does not belong to the &apos;Analyzers&apos; for this CompilationWithAnalyzers instance..
        /// </summary>
        internal static string UnsupportedAnalyzerInstance {
            get {
                return ResourceManager.GetString("UnsupportedAnalyzerInstance", resourceCulture);
            }
        }
        
1426 1427 1428 1429 1430 1431 1432 1433 1434
        /// <summary>
        ///   Looks up a localized string similar to Reported diagnostic with ID &apos;{0}&apos; is not supported by the analyzer..
        /// </summary>
        internal static string UnsupportedDiagnosticReported {
            get {
                return ResourceManager.GetString("UnsupportedDiagnosticReported", resourceCulture);
            }
        }
        
1435 1436 1437 1438 1439 1440 1441 1442 1443
        /// <summary>
        ///   Looks up a localized string similar to Unsupported hash algorithm..
        /// </summary>
        internal static string UnsupportedHashAlgorithm {
            get {
                return ResourceManager.GetString("UnsupportedHashAlgorithm", resourceCulture);
            }
        }
        
P
Pilchie 已提交
1444 1445 1446
        /// <summary>
        ///   Looks up a localized string similar to Value too large to be represented as a 30 bit unsigned integer..
        /// </summary>
M
Matt Warren 已提交
1447
        internal static string Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer {
P
Pilchie 已提交
1448
            get {
M
Matt Warren 已提交
1449
                return ResourceManager.GetString("Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer", resourceCulture);
P
Pilchie 已提交
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to WindowsRuntime identity can&apos;t be retargetable.
        /// </summary>
        internal static string WinRTIdentityCantBeRetargetable {
            get {
                return ResourceManager.GetString("WinRTIdentityCantBeRetargetable", resourceCulture);
            }
        }
1461 1462 1463 1464 1465 1466 1467 1468 1469
        
        /// <summary>
        ///   Looks up a localized string similar to References to XML documents are not supported..
        /// </summary>
        internal static string XmlReferencesNotSupported {
            get {
                return ResourceManager.GetString("XmlReferencesNotSupported", resourceCulture);
            }
        }
P
Pilchie 已提交
1470 1471
    }
}