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