5 writes to _compressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
122set { _compressedSize = value; UpdateSize(); } 185zip64Field._compressedSize = null; 201zip64Block._compressedSize = null; 251zip64Block._compressedSize = BinaryPrimitives.ReadInt64LittleEndian(data); 307zip64Field._compressedSize = null;
5 references to _compressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
121get { return _compressedSize; } 138if (_compressedSize != null) 289if (zip64Block._compressedSize < 0) 354if (_compressedSize != null) 356BinaryPrimitives.WriteInt64LittleEndian(extraFieldData[startOffset..], _compressedSize.Value);