3 references to Format
System.IO.Compression (3)
System\IO\Compression\ZipArchive.Async.cs (1)
224
throw new InvalidDataException(SR.
Format
(SR.CentralDirectoryInvalid, ex));
System\IO\Compression\ZipArchive.cs (1)
586
throw new InvalidDataException(SR.
Format
(SR.CentralDirectoryInvalid, ex));
System\IO\Compression\ZipArchiveEntry.cs (1)
866
CompressionMethodValues.BZip2 or CompressionMethodValues.LZMA => SR.
Format
(SR.UnsupportedCompressionMethod, CompressionMethod.ToString()),