3 references to Format
System.Resources.Extensions (3)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
846
throw new ArgumentException(SR.
Format
(SR.Arg_ResourceFileUnsupportedVersion, CurrentVersion, version));
System\Resources\Extensions\BinaryFormat\Deserializer\ClassRecordFieldInfoDeserializer.cs (1)
65
throw new SerializationException(SR.
Format
(SR.Serialization_MissingField, field.Name, field.DeclaringType!.Name));
System\Resources\Extensions\DeserializingResourceReader.cs (1)
231
throw new BadImageFormatException(SR.
Format
(SR.BadImageFormat_ResType_SerBlobMismatch, type.FullName, value.GetType().FullName));