5 writes to _uncompressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
141set { _uncompressedSize = value; UpdateSize(); } 210_uncompressedSize = null, 227_uncompressedSize = null, 262zip64Block._uncompressedSize = BinaryPrimitives.ReadInt64LittleEndian(data); 334_uncompressedSize = null,
5 references to _uncompressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
140get { return _uncompressedSize; } 158if (_uncompressedSize != null) 311if (zip64Block._uncompressedSize < 0) 374if (_uncompressedSize != null) 376BinaryPrimitives.WriteInt64LittleEndian(extraFieldData[startOffset..], _uncompressedSize.Value);