3 writes to _uncompressedSize
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOLocalFileHeader.cs (3)
109header._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)
123if (header._uncompressedSize == UInt32.MaxValue) 152writer.Write(_uncompressedSize); 243return _uncompressedSize;