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