30 references to GetResourceString
System.Resources.Extensions (30)
artifacts\obj\System.Resources.Extensions\Debug\net9.0\System.SR.cs (30)
16internal static string @ArgumentOutOfRange_StreamLength => GetResourceString("ArgumentOutOfRange_StreamLength", @"Stream length must be non-negative and less than 2^31 - 1 - origin."); 18internal static string @Argument_StreamNotReadable => GetResourceString("Argument_StreamNotReadable", @"Stream was not readable"); 20internal static string @Argument_StreamNotWritable => GetResourceString("Argument_StreamNotWritable", @"Stream was not writable."); 22internal static string @Arg_ResourceFileUnsupportedVersion => GetResourceString("Arg_ResourceFileUnsupportedVersion", @"The ResourceReader class does not know how to read this version of .resources files. Expected version: {0} This file: {1}"); 24internal static string @BadImageFormat_InvalidType => GetResourceString("BadImageFormat_InvalidType", @"Corrupt .resources file. The specified type doesn't exist."); 26internal static string @BadImageFormat_NegativeStringLength => GetResourceString("BadImageFormat_NegativeStringLength", @"Corrupt .resources file. String length must be non-negative."); 28internal static string @BadImageFormat_ResourceDataLengthInvalid => GetResourceString("BadImageFormat_ResourceDataLengthInvalid", @"Corrupt .resources file. The specified data length '{0}' is not a valid position in the stream."); 30internal static string @BadImageFormat_ResourceNameCorrupted => GetResourceString("BadImageFormat_ResourceNameCorrupted", @"Corrupt .resources file. A resource name extends past the end of the stream."); 32internal static string @BadImageFormat_ResourceNameCorrupted_NameIndex => GetResourceString("BadImageFormat_ResourceNameCorrupted_NameIndex", @"Corrupt .resources file. The resource name for name index {0} extends past the end of the stream."); 34internal static string @BadImageFormat_ResourcesDataInvalidOffset => GetResourceString("BadImageFormat_ResourcesDataInvalidOffset", @"Corrupt .resources file. Invalid offset '{0}' into data section."); 36internal static string @BadImageFormat_ResourcesHeaderCorrupted => GetResourceString("BadImageFormat_ResourcesHeaderCorrupted", @"Corrupt .resources file. Unable to read resources from this file because of invalid header information. Try regenerating the .resources file."); 38internal static string @BadImageFormat_ResourcesIndexTooLong => GetResourceString("BadImageFormat_ResourcesIndexTooLong", @"Corrupt .resources file. String for name index '{0}' extends past the end of the file."); 40internal static string @BadImageFormat_ResourcesNameInvalidOffset => GetResourceString("BadImageFormat_ResourcesNameInvalidOffset", @"Corrupt .resources file. Invalid offset '{0}' into name section."); 42internal static string @BadImageFormat_ResourcesNameTooLong => GetResourceString("BadImageFormat_ResourcesNameTooLong", @"Corrupt .resources file. Resource name extends past the end of the file."); 44internal static string @BadImageFormat_ResType_SerBlobMismatch => GetResourceString("BadImageFormat_ResType_SerBlobMismatch", @"The type serialized in the .resources file was not the same type that the .resources file said it contained. Expected '{0}' but read '{1}'."); 46internal static string @BadImageFormat_TypeMismatch => GetResourceString("BadImageFormat_TypeMismatch", @"Corrupt .resources file. The specified type doesn't match the available data in the stream."); 48internal static string @Format_Bad7BitInt32 => GetResourceString("Format_Bad7BitInt32", @"Too many bytes in what should have been a 7 bit encoded Int32."); 50internal static string @InvalidOperation_EnumEnded => GetResourceString("InvalidOperation_EnumEnded", @"Enumeration already finished."); 52internal static string @InvalidOperation_EnumNotStarted => GetResourceString("InvalidOperation_EnumNotStarted", @"Enumeration has not started. Call MoveNext."); 54internal static string @InvalidOperation_ResourceNotString_Type => GetResourceString("InvalidOperation_ResourceNotString_Type", @"Resource was of type '{0}' instead of String - call GetObject instead."); 56internal static string @InvalidOperation_ResourceWriterSaved => GetResourceString("InvalidOperation_ResourceWriterSaved", @"The resource writer has already been closed and cannot be edited."); 58internal static string @NotSupported_BinarySerializedResources => GetResourceString("NotSupported_BinarySerializedResources", @"This platform does not support binary serialized resources."); 60internal static string @NotSupported_ResourceObjectSerialization => GetResourceString("NotSupported_ResourceObjectSerialization", @"Cannot read resources that depend on serialization."); 62internal static string @NotSupported_UnseekableStream => GetResourceString("NotSupported_UnseekableStream", @"Stream does not support seeking."); 64internal static string @NotSupported_WrongResourceReader_Type => GetResourceString("NotSupported_WrongResourceReader_Type", @"This .resources file should not be read with this reader. The resource reader type is ""{0}""."); 66internal static string @ObjectDisposed_ResourceSet => GetResourceString("ObjectDisposed_ResourceSet", @"Cannot access a closed resource set."); 68internal static string @ResourceManager_ReflectionNotAllowed => GetResourceString("ResourceManager_ReflectionNotAllowed", @"Use of ResourceManager for custom types is disabled. Set the MSBuild Property CustomResourceTypesSupport to true in order to enable it."); 70internal static string @ResourceReaderIsClosed => GetResourceString("ResourceReaderIsClosed", @"ResourceReader is closed."); 72internal static string @Resources_StreamNotValid => GetResourceString("Resources_StreamNotValid", @"Stream is not a valid resource file."); 74internal static string @TypeLoadException_CannotLoadConverter => GetResourceString("TypeLoadException_CannotLoadConverter", @"Could not load a converter for type {0}.");