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