2 references to TryReadBlockCore
System.IO.Compression (2)
System\IO\Compression\ZipBlocks.Async.cs (1)
85bool zip64eocdLocatorProper = TryReadBlockCore(blockContents, bytesRead, out Zip64EndOfCentralDirectoryLocator? zip64EOCDLocator);
System\IO\Compression\ZipBlocks.cs (1)
486bool zip64eocdLocatorProper = TryReadBlockCore(blockContents, bytesRead, out Zip64EndOfCentralDirectoryLocator? zip64EOCDLocator);