3 writes to _uncompressedSize
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryFileHeader.cs (3)
69header._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)
88if (header._uncompressedSize == UInt32.MaxValue) 127writer.Write(_uncompressedSize); 250return _uncompressedSize;