2 references to TryReadBlockInitialize
System.IO.Compression (2)
System\IO\Compression\ZipBlocks.Async.cs (1)
250if (!TryReadBlockInitialize(stream, blockContents, bytesRead, out ZipEndOfCentralDirectoryBlock? eocdBlock, out bool readComment))
System\IO\Compression\ZipBlocks.cs (1)
964if (!TryReadBlockInitialize(stream, blockContents, bytesRead, out ZipEndOfCentralDirectoryBlock? eocdBlock, out bool readComment))