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