3 references to Format
System.IO.Compression (3)
src\libraries\Common\src\System\IO\Compression\ZLibNative.cs (1)
285
_ => SR.
Format
(SR.ZLibErrorUnexpected, (int)zlibErrorCode)
System\IO\Compression\ZipArchive.Async.cs (1)
233
throw new InvalidDataException(SR.
Format
(SR.CentralDirectoryInvalid, ex));
System\IO\Compression\ZipArchive.cs (1)
586
throw new InvalidDataException(SR.
Format
(SR.CentralDirectoryInvalid, ex));