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