File: src\runtime\artifacts\obj\System.CodeDom\Release\net11.0\System.SR.cs
Project: src\runtime\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");
        /// <summary>This CodeDomProvider does not support this method.</summary>
        internal static string @NotSupported_CodeDomAPI => GetResourceString("NotSupported_CodeDomAPI");
        /// <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");
        /// <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");
        /// <summary>Element type {0} is not supported.</summary>
        internal static string @InvalidElementType => GetResourceString("InvalidElementType");
        /// <summary>The 'Comment' property of the CodeCommentStatement '{0}' cannot be null.</summary>
        internal static string @Argument_NullComment => GetResourceString("Argument_NullComment");
        /// <summary>Invalid Primitive Type: {0}. Consider using CodeObjectCreateExpression.</summary>
        internal static string @InvalidPrimitiveType => GetResourceString("InvalidPrimitiveType");
        /// <summary>Identifier '{0}' is not valid.</summary>
        internal static string @InvalidIdentifier => GetResourceString("InvalidIdentifier");
        /// <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");
        /// <summary>Argument {0} cannot be null or zero-length.</summary>
        internal static string @InvalidNullEmptyArgument => GetResourceString("InvalidNullEmptyArgument");
        /// <summary>The file name '{0}' was already in the collection.</summary>
        internal static string @DuplicateFileName => GetResourceString("DuplicateFileName");
        /// <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");
        /// <summary>The region directive '{0}' contains invalid characters.  RegionText cannot contain any new line characters.</summary>
        internal static string @InvalidRegion => GetResourceString("InvalidRegion");
        /// <summary>The CodeChecksumPragma file name '{0}' contains invalid path characters.</summary>
        internal static string @InvalidPathCharsInChecksum => GetResourceString("InvalidPathCharsInChecksum");
        /// <summary>Timed out waiting for a program to execute. The command being executed was {0}.</summary>
        internal static string @ExecTimeout => GetResourceString("ExecTimeout");
        /// <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");
        /// <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");
        /// <summary>{unknown}</summary>
        internal static string @toStringUnknown => GetResourceString("toStringUnknown");
        /// <summary>auto-generated&gt;</summary>
        internal static string @AutoGen_Comment_Line1 => GetResourceString("AutoGen_Comment_Line1");
        /// <summary>This code was generated by a tool.</summary>
        internal static string @AutoGen_Comment_Line2 => GetResourceString("AutoGen_Comment_Line2");
        /// <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");
        /// <summary>the code is regenerated.</summary>
        internal static string @AutoGen_Comment_Line5 => GetResourceString("AutoGen_Comment_Line5");

    }
}