5 references to BlockConstantSectionSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.Async.cs (2)
87byte[] blockContents = new byte[BlockConstantSectionSize]; 102byte[] blockContents = new byte[BlockConstantSectionSize];
System\IO\Compression\ZipBlocks.cs (3)
490if (bytesRead < BlockConstantSectionSize) 518Span<byte> blockContents = stackalloc byte[BlockConstantSectionSize]; 550Span<byte> blockContents = stackalloc byte[BlockConstantSectionSize];