5 writes to _uncompressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
178set { _uncompressedSize = value; UpdateSize(); } 247_uncompressedSize = null, 264_uncompressedSize = null, 309zip64Block._uncompressedSize = BinaryPrimitives.ReadInt64LittleEndian(data); 379_uncompressedSize = null,
5 references to _uncompressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
177get { return _uncompressedSize; } 195if (_uncompressedSize != null) 310if (zip64Block._uncompressedSize < 0) 419if (_uncompressedSize != null) 421BinaryPrimitives.WriteInt64LittleEndian(extraFieldData[startOffset..], _uncompressedSize.Value);