2 writes to _compressedSize
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOExtraFieldZip64Element.cs (2)
77
_compressedSize
= reader.ReadUInt64();
250
_compressedSize
= (UInt64)value;
3 references to _compressedSize
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOExtraFieldZip64Element.cs (3)
143
writer.Write(
_compressedSize
);
243
return (long)
_compressedSize
;
314
if ((
_compressedSize
>= Int64.MaxValue) ||