52 references to GetResourceString
System.Resources.Extensions (52)
artifacts\obj\System.Resources.Extensions\Debug\net10.0\System.SR.cs (52)
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}."); 76internal static string @Serialization_ArrayContainedNulls => GetResourceString("Serialization_ArrayContainedNulls", @"The array contained null(s)."); 78internal static string @Serialization_InvalidValue => GetResourceString("Serialization_InvalidValue", @"Invalid value: `{0}`."); 80internal static string @Serialization_UnexpectedNullRecordCount => GetResourceString("Serialization_UnexpectedNullRecordCount", @"Unexpected Null Record count."); 82internal static string @Serialization_MaxArrayLength => GetResourceString("Serialization_MaxArrayLength", @"The serialized array length ({0}) was larger than the configured limit {1}."); 84internal static string @NotSupported_RecordType => GetResourceString("NotSupported_RecordType", @"{0} Record Type is not supported by design."); 86internal static string @Serialization_InvalidReference => GetResourceString("Serialization_InvalidReference", @"Member reference was pointing to a record of unexpected type."); 88internal static string @Serialization_InvalidTypeName => GetResourceString("Serialization_InvalidTypeName", @"Invalid type name: `{0}`."); 90internal static string @Serialization_TypeMismatch => GetResourceString("Serialization_TypeMismatch", @"Expected the array to be of type {0}, but its element type was {1}."); 92internal static string @NotSupported_NonZeroOffsets => GetResourceString("NotSupported_NonZeroOffsets", @"Only arrays with zero offsets are supported."); 94internal static string @Serialization_Cycle => GetResourceString("Serialization_Cycle", @"Unexpected parser cycle."); 96internal static string @Serialization_Incomplete => GetResourceString("Serialization_Incomplete", @"Objects could not be deserialized completely."); 98internal static string @Serialization_IObjectReferenceOnlyPrimivite => GetResourceString("Serialization_IObjectReferenceOnlyPrimivite", @"IObjectReference type '{0}' can only have primitive member data."); 100internal static string @Serialization_MissingCtor => GetResourceString("Serialization_MissingCtor", @"The constructor to deserialize an object of type '{0}' was not found."); 102internal static string @Serialization_MissingField => GetResourceString("Serialization_MissingField", @"Could not find field '{0}' data for type '{1}'."); 104internal static string @Serialization_MissingType => GetResourceString("Serialization_MissingType", @"Could not find type '{0}'."); 106internal static string @Serialization_Surrogates => GetResourceString("Serialization_Surrogates", @"Surrogate must return the same object that was provided in the 'obj' parameter."); 108internal static string @Serialization_TypeNotSerializable => GetResourceString("Serialization_TypeNotSerializable", @"Type '{0}' is not marked as serializable."); 110internal static string @Serialization_InvalidTypeOrAssemblyName => GetResourceString("Serialization_InvalidTypeOrAssemblyName", @"Invalid type or assembly name: `{0},{1}`."); 112internal static string @Argument_NonSeekableStream => GetResourceString("Argument_NonSeekableStream", @"Stream does not support seeking."); 114internal static string @Serialization_DuplicateMemberName => GetResourceString("Serialization_DuplicateMemberName", @"Duplicate member name: `{0}`."); 116internal static string @Serialization_DuplicateSerializationRecordId => GetResourceString("Serialization_DuplicateSerializationRecordId", @"Duplicate Serialization Record Id: `{0}`."); 118internal static string @Serialization_MemberTypeMismatchException => GetResourceString("Serialization_MemberTypeMismatchException", @"Specified member '{0}' was not of the expected type.");