3 writes to _uncompressedSize
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryFileHeader.cs (3)
69
header.
_uncompressedSize
= reader.ReadUInt32();
362
_uncompressedSize
= UInt32.MaxValue;
372
_uncompressedSize
= checked((UInt32)uncompressedSize);
3 references to _uncompressedSize
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryFileHeader.cs (3)
88
if (header.
_uncompressedSize
== UInt32.MaxValue)
127
writer.Write(
_uncompressedSize
);
250
return
_uncompressedSize
;