2 references to TargetBlockSize
System.IO.Compression (2)
System\IO\Compression\Zstandard\ZstandardEncoder.cs (2)
171if (compressionOptions.TargetBlockSize != 0) 173SetParameter(_context, Interop.Zstd.ZstdCParameter.ZSTD_c_targetCBlockSize, compressionOptions.TargetBlockSize);