File: artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\SRCodeDom.cs
Project: src\src\dotnet-svcutil\lib\src\dotnet-svcutil-lib.csproj (dotnet-svcutil-lib)
// <auto-generated>
using System.Reflection;
 
namespace Microsoft.Tools.ServiceModel.Svcutil.FrameworkFork.Microsoft.CodeDom
{
    internal static class SRCodeDom { }
}
 
internal static partial class SRCodeDom
{
    private static global::System.Resources.ResourceManager s_resourceManager;
    internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Microsoft.Tools.ServiceModel.Svcutil.FrameworkFork.Microsoft.CodeDom.SRCodeDom)));
    internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
    [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
    internal static string GetResourceString(string resourceKey, string defaultValue = null) =>  ResourceManager.GetString(resourceKey, Culture);
    /// <summary>(unknown)</summary>
    internal static string @toStringUnknown => GetResourceString("toStringUnknown", @"(unknown)");
    /// <summary>Argument {0} cannot be null or zero-length.</summary>
    internal static string @InvalidNullEmptyArgument => GetResourceString("InvalidNullEmptyArgument", @"Argument {0} cannot be null or zero-length.");
    /// <summary>Element type {0} is not supported.</summary>
    internal static string @InvalidElementType => GetResourceString("InvalidElementType", @"Element type {0} is not supported.");
    /// <summary>Identifier '{0}' is not valid.</summary>
    internal static string @InvalidIdentifier => GetResourceString("InvalidIdentifier", @"Identifier '{0}' is not valid.");
    /// <summary>The file name '{0}' was already in the collection.</summary>
    internal static string @DuplicateFileName => GetResourceString("DuplicateFileName", @"The file name '{0}' was already in the collection.");
    /// <summary>The 'Comment' property of the CodeCommentStatement '{0}' cannot be null.</summary>
    internal static string @Argument_NullComment => GetResourceString("Argument_NullComment", @"The 'Comment' property of the CodeCommentStatement '{0}' cannot be null.");
    /// <summary>Invalid Primitive Type: {0}. Consider using CodeObjectCreateExpression.</summary>
    internal static string @InvalidPrimitiveType => GetResourceString("InvalidPrimitiveType", @"Invalid Primitive Type: {0}. Consider using CodeObjectCreateExpression.");
    /// <summary>Cannot specify both the '{0}' and '{1}' CodeDom provider options to choose a compiler. Please remove one of them.</summary>
    internal static string @Cannot_Specify_Both_Compiler_Path_And_Version => GetResourceString("Cannot_Specify_Both_Compiler_Path_And_Version", @"Cannot specify both the '{0}' and '{1}' CodeDom provider options to choose a compiler. Please remove one of them.");
    /// <summary>The output writer for code generation and the writer supplied don't match and cannot be used. This is generally caused by a bad implementation of a CodeGenerator derived class.</summary>
    internal static string @CodeGenOutputWriter => GetResourceString("CodeGenOutputWriter", @"The output writer for code generation and the writer supplied don't match and cannot be used. This is generally caused by a bad implementation of a CodeGenerator derived class.");
    /// <summary>This code generation API cannot be called while the generator is being used to generate something else.</summary>
    internal static string @CodeGenReentrance => GetResourceString("CodeGenReentrance", @"This code generation API cannot be called while the generator is being used to generate something else.");
    /// <summary>The identifier:"{0}" on the property:"{1}" of type:"{2}" is not a valid language-independent identifier name. Check to see if CodeGenerator.IsValidLanguageIndependentIdentifier allows the identifier name.</summary>
    internal static string @InvalidLanguageIdentifier => GetResourceString("InvalidLanguageIdentifier", @"The identifier:""{0}"" on the property:""{1}"" of type:""{2}"" is not a valid language-independent identifier name. Check to see if CodeGenerator.IsValidLanguageIndependentIdentifier allows the identifier name.");
    /// <summary>The type name:"{0}" on the property:"{1}" of type:"{2}" is not a valid language-independent type name.</summary>
    internal static string @InvalidTypeName => GetResourceString("InvalidTypeName", @"The type name:""{0}"" on the property:""{1}"" of type:""{2}"" is not a valid language-independent type name.");
    /// <summary>The '{0}' attribute cannot be an empty string.</summary>
    internal static string @Empty_attribute => GetResourceString("Empty_attribute", @"The '{0}' attribute cannot be an empty string.");
    /// <summary>The '{0}' attribute must be a non-negative integer.</summary>
    internal static string @Invalid_nonnegative_integer_attribute => GetResourceString("Invalid_nonnegative_integer_attribute", @"The '{0}' attribute must be a non-negative integer.");
    /// <summary>There is no CodeDom provider defined for the language.</summary>
    internal static string @CodeDomProvider_NotDefined => GetResourceString("CodeDomProvider_NotDefined", @"There is no CodeDom provider defined for the language.");
    /// <summary>You need to specify a non-empty String for a language name in the CodeDom configuration section.</summary>
    internal static string @Language_Names_Cannot_Be_Empty => GetResourceString("Language_Names_Cannot_Be_Empty", @"You need to specify a non-empty String for a language name in the CodeDom configuration section.");
    /// <summary>An extension name in the CodeDom configuration section must be a non-empty string which starts with a period.</summary>
    internal static string @Extension_Names_Cannot_Be_Empty_Or_Non_Period_Based => GetResourceString("Extension_Names_Cannot_Be_Empty_Or_Non_Period_Based", @"An extension name in the CodeDom configuration section must be a non-empty string which starts with a period.");
    /// <summary>The CodeDom provider type "{0}" could not be located.</summary>
    internal static string @Unable_To_Locate_Type => GetResourceString("Unable_To_Locate_Type", @"The CodeDom provider type ""{0}"" could not be located.");
    /// <summary>This CodeDomProvider does not support this method.</summary>
    internal static string @NotSupported_CodeDomAPI => GetResourceString("NotSupported_CodeDomAPI", @"This CodeDomProvider does not support this method.");
    /// <summary>The total arity specified in '{0}' does not match the number of TypeArguments supplied.  There were '{1}' TypeArguments supplied.</summary>
    internal static string @ArityDoesntMatch => GetResourceString("ArityDoesntMatch", @"The total arity specified in '{0}' does not match the number of TypeArguments supplied.  There were '{1}' TypeArguments supplied.");
    /// <summary>This code was generated by a tool.</summary>
    internal static string @AutoGen_Comment_Line2 => GetResourceString("AutoGen_Comment_Line2", @"This code was generated by a tool.");
    /// <summary>Runtime Version:</summary>
    internal static string @AutoGen_Comment_Line3 => GetResourceString("AutoGen_Comment_Line3", @"Runtime Version:");
    /// <summary>Changes to this file may cause incorrect behavior and will be lost if</summary>
    internal static string @AutoGen_Comment_Line4 => GetResourceString("AutoGen_Comment_Line4", @"Changes to this file may cause incorrect behavior and will be lost if");
    /// <summary>the code is regenerated.</summary>
    internal static string @AutoGen_Comment_Line5 => GetResourceString("AutoGen_Comment_Line5", @"the code is regenerated.");
    /// <summary>The CodeChecksumPragma file name '{0}' contains invalid path characters.</summary>
    internal static string @InvalidPathCharsInChecksum => GetResourceString("InvalidPathCharsInChecksum", @"The CodeChecksumPragma file name '{0}' contains invalid path characters.");
    /// <summary>The region directive '{0}' contains invalid characters.  RegionText cannot contain any new line characters.</summary>
    internal static string @InvalidRegion => GetResourceString("InvalidRegion", @"The region directive '{0}' contains invalid characters.  RegionText cannot contain any new line characters.");
    /// <summary>This CodeDomProvider type does not have a constructor that takes providerOptions - "{0}"</summary>
    internal static string @Provider_does_not_support_options => GetResourceString("Provider_does_not_support_options", @"This CodeDomProvider type does not have a constructor that takes providerOptions - ""{0}""");
 
}