3 references to BlockConstantSectionSize
System.IO.Compression (3)
System\IO\Compression\ZipBlocks.cs (3)
451
Span<byte> blockContents = stackalloc byte[
BlockConstantSectionSize
];
457
if (bytesRead <
BlockConstantSectionSize
)
482
Span<byte> blockContents = stackalloc byte[
BlockConstantSectionSize
];