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