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