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