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\Zstandard\ZstandardDictionary.cs (1)
99
throw new ArgumentException(SR.
Format
(SR.ZstandardDictionary_Train_MinimumSampleCount, 5), nameof(sampleLengths));
System\IO\Compression\Zstandard\ZstandardUtils.cs (1)
82
return new IOException(SR.
Format
(SR.Zstd_InternalError, GetErrorMessage(error)));