File: artifacts\obj\System.CodeDom\Debug\net10.0\System.SR.cs
Project: src\src\libraries\System.CodeDom\src\System.CodeDom.csproj (System.CodeDom)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.CodeDom
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        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(FxResources.System.CodeDom.SR)));
 
        /// <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>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 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>Element type {0} is not supported.</summary>
        internal static string @InvalidElementType => GetResourceString("InvalidElementType", @"Element type {0} is not supported.");
        /// <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>Identifier '{0}' is not valid.</summary>
        internal static string @InvalidIdentifier => GetResourceString("InvalidIdentifier", @"Identifier '{0}' is not valid.");
        /// <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>Argument {0} cannot be null or zero-length.</summary>
        internal static string @InvalidNullEmptyArgument => GetResourceString("InvalidNullEmptyArgument", @"Argument {0} cannot be null or zero-length.");
        /// <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 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 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>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>Timed out waiting for a program to execute. The command being executed was {0}.</summary>
        internal static string @ExecTimeout => GetResourceString("ExecTimeout", @"Timed out waiting for a program to execute. The command being executed was {0}.");
        /// <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}"".");
        /// <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>{unknown}</summary>
        internal static string @toStringUnknown => GetResourceString("toStringUnknown", @"{unknown}");
        /// <summary>auto-generated&gt;</summary>
        internal static string @AutoGen_Comment_Line1 => GetResourceString("AutoGen_Comment_Line1", @"auto-generated>");
        /// <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>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.");
 
    }
}