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