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