22 references to GetResourceString
System.CodeDom (22)
artifacts\obj\System.CodeDom\Debug\net10.0\System.SR.cs (22)
16internal static string @CodeDomProvider_NotDefined => GetResourceString("CodeDomProvider_NotDefined", @"There is no CodeDom provider defined for the language."); 18internal static string @NotSupported_CodeDomAPI => GetResourceString("NotSupported_CodeDomAPI", @"This CodeDomProvider does not support this method."); 20internal 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."); 22internal static string @CodeGenReentrance => GetResourceString("CodeGenReentrance", @"This code generation API cannot be called while the generator is being used to generate something else."); 24internal static string @InvalidElementType => GetResourceString("InvalidElementType", @"Element type {0} is not supported."); 26internal static string @Argument_NullComment => GetResourceString("Argument_NullComment", @"The 'Comment' property of the CodeCommentStatement '{0}' cannot be null."); 28internal static string @InvalidPrimitiveType => GetResourceString("InvalidPrimitiveType", @"Invalid Primitive Type: {0}. Consider using CodeObjectCreateExpression."); 30internal static string @InvalidIdentifier => GetResourceString("InvalidIdentifier", @"Identifier '{0}' is not valid."); 32internal static string @ArityDoesntMatch => GetResourceString("ArityDoesntMatch", @"The total arity specified in '{0}' does not match the number of TypeArguments supplied. There were '{1}' TypeArguments supplied."); 34internal static string @InvalidNullEmptyArgument => GetResourceString("InvalidNullEmptyArgument", @"Argument {0} cannot be null or zero-length."); 36internal static string @DuplicateFileName => GetResourceString("DuplicateFileName", @"The file name '{0}' was already in the collection."); 38internal static string @InvalidTypeName => GetResourceString("InvalidTypeName", @"The type name:""{0}"" on the property:""{1}"" of type:""{2}"" is not a valid language-independent type name."); 40internal static string @InvalidRegion => GetResourceString("InvalidRegion", @"The region directive '{0}' contains invalid characters. RegionText cannot contain any new line characters."); 42internal static string @InvalidPathCharsInChecksum => GetResourceString("InvalidPathCharsInChecksum", @"The CodeChecksumPragma file name '{0}' contains invalid path characters."); 44internal static string @ExecTimeout => GetResourceString("ExecTimeout", @"Timed out waiting for a program to execute. The command being executed was {0}."); 46internal 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}""."); 48internal 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."); 50internal static string @toStringUnknown => GetResourceString("toStringUnknown", @"{unknown}"); 52internal static string @AutoGen_Comment_Line1 => GetResourceString("AutoGen_Comment_Line1", @"auto-generated>"); 54internal static string @AutoGen_Comment_Line2 => GetResourceString("AutoGen_Comment_Line2", @"This code was generated by a tool."); 56internal static string @AutoGen_Comment_Line4 => GetResourceString("AutoGen_Comment_Line4", @"Changes to this file may cause incorrect behavior and will be lost if"); 58internal static string @AutoGen_Comment_Line5 => GetResourceString("AutoGen_Comment_Line5", @"the code is regenerated.");