5 writes to _compressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
183set { _compressedSize = value; UpdateSize(); } 246_compressedSize = null, 263_compressedSize = null, 328zip64Block._compressedSize = BinaryPrimitives.ReadInt64LittleEndian(data); 378_compressedSize = null,
5 references to _compressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
182get { return _compressedSize; } 199if (_compressedSize != null) 329if (zip64Block._compressedSize < 0) 425if (_compressedSize != null) 427BinaryPrimitives.WriteInt64LittleEndian(extraFieldData[startOffset..], _compressedSize.Value);