27 references to GetResourceString
dotnet-svcutil-lib (27)
artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\SRCodeDom.cs (27)
19internal static string @toStringUnknown => GetResourceString("toStringUnknown", @"(unknown)"); 21internal static string @InvalidNullEmptyArgument => GetResourceString("InvalidNullEmptyArgument", @"Argument {0} cannot be null or zero-length."); 23internal static string @InvalidElementType => GetResourceString("InvalidElementType", @"Element type {0} is not supported."); 25internal static string @InvalidIdentifier => GetResourceString("InvalidIdentifier", @"Identifier '{0}' is not valid."); 27internal static string @DuplicateFileName => GetResourceString("DuplicateFileName", @"The file name '{0}' was already in the collection."); 29internal static string @Argument_NullComment => GetResourceString("Argument_NullComment", @"The 'Comment' property of the CodeCommentStatement '{0}' cannot be null."); 31internal static string @InvalidPrimitiveType => GetResourceString("InvalidPrimitiveType", @"Invalid Primitive Type: {0}. Consider using CodeObjectCreateExpression."); 33internal 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."); 35internal 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."); 37internal static string @CodeGenReentrance => GetResourceString("CodeGenReentrance", @"This code generation API cannot be called while the generator is being used to generate something else."); 39internal 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."); 41internal static string @InvalidTypeName => GetResourceString("InvalidTypeName", @"The type name:""{0}"" on the property:""{1}"" of type:""{2}"" is not a valid language-independent type name."); 43internal static string @Empty_attribute => GetResourceString("Empty_attribute", @"The '{0}' attribute cannot be an empty string."); 45internal static string @Invalid_nonnegative_integer_attribute => GetResourceString("Invalid_nonnegative_integer_attribute", @"The '{0}' attribute must be a non-negative integer."); 47internal static string @CodeDomProvider_NotDefined => GetResourceString("CodeDomProvider_NotDefined", @"There is no CodeDom provider defined for the language."); 49internal 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."); 51internal 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."); 53internal static string @Unable_To_Locate_Type => GetResourceString("Unable_To_Locate_Type", @"The CodeDom provider type ""{0}"" could not be located."); 55internal static string @NotSupported_CodeDomAPI => GetResourceString("NotSupported_CodeDomAPI", @"This CodeDomProvider does not support this method."); 57internal static string @ArityDoesntMatch => GetResourceString("ArityDoesntMatch", @"The total arity specified in '{0}' does not match the number of TypeArguments supplied. There were '{1}' TypeArguments supplied."); 59internal static string @AutoGen_Comment_Line2 => GetResourceString("AutoGen_Comment_Line2", @"This code was generated by a tool."); 61internal static string @AutoGen_Comment_Line3 => GetResourceString("AutoGen_Comment_Line3", @"Runtime Version:"); 63internal static string @AutoGen_Comment_Line4 => GetResourceString("AutoGen_Comment_Line4", @"Changes to this file may cause incorrect behavior and will be lost if"); 65internal static string @AutoGen_Comment_Line5 => GetResourceString("AutoGen_Comment_Line5", @"the code is regenerated."); 67internal static string @InvalidPathCharsInChecksum => GetResourceString("InvalidPathCharsInChecksum", @"The CodeChecksumPragma file name '{0}' contains invalid path characters."); 69internal static string @InvalidRegion => GetResourceString("InvalidRegion", @"The region directive '{0}' contains invalid characters. RegionText cannot contain any new line characters."); 71internal 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}""");