3 writes to _uncompressedSize
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOLocalFileHeader.cs (3)
109
header.
_uncompressedSize
= reader.ReadUInt32();
347
_uncompressedSize
= UInt32.MaxValue;
356
_uncompressedSize
= (UInt32)uncompressedSize;
3 references to _uncompressedSize
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOLocalFileHeader.cs (3)
123
if (header.
_uncompressedSize
== UInt32.MaxValue)
152
writer.Write(
_uncompressedSize
);
243
return
_uncompressedSize
;