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