2 references to MaxSizeOfDataDescriptor
System.IO.Compression (2)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
399
byte[] dataDescriptor = new byte[
MaxSizeOfDataDescriptor
];
System\IO\Compression\ZipArchiveEntry.cs (1)
1290
Span<byte> dataDescriptor = stackalloc byte[
MaxSizeOfDataDescriptor
];