5 references to BlockConstantSectionSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.Async.cs (2)
108byte[] blockContents = new byte[BlockConstantSectionSize]; 123byte[] blockContents = new byte[BlockConstantSectionSize];
System\IO\Compression\ZipBlocks.cs (3)
535if (bytesRead < BlockConstantSectionSize) 563Span<byte> blockContents = stackalloc byte[BlockConstantSectionSize]; 595Span<byte> blockContents = stackalloc byte[BlockConstantSectionSize];