2 writes to _uncompressedSize
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOExtraFieldZip64Element.cs (2)
65
_uncompressedSize
= reader.ReadUInt64();
233
_uncompressedSize
= (UInt64)value;
3 references to _uncompressedSize
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOExtraFieldZip64Element.cs (3)
138
writer.Write(
_uncompressedSize
);
226
return (long)
_uncompressedSize
;
315
(
_uncompressedSize
>= Int64.MaxValue) ||