2 references to IsOffsetTooLarge
System.IO.Compression (2)
System\IO\Compression\ZipArchiveEntry.cs (2)
520
if (
IsOffsetTooLarge
899
private bool ShouldUseZIP64 => AreSizesTooLarge ||
IsOffsetTooLarge
;