5 writes to _compressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
146set { _compressedSize = value; UpdateSize(); } 209_compressedSize = null, 226_compressedSize = null, 277zip64Block._compressedSize = BinaryPrimitives.ReadInt64LittleEndian(data); 333_compressedSize = null,
5 references to _compressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
145get { return _compressedSize; } 162if (_compressedSize != null) 315if (zip64Block._compressedSize < 0) 380if (_compressedSize != null) 382BinaryPrimitives.WriteInt64LittleEndian(extraFieldData[startOffset..], _compressedSize.Value);