5 writes to _uncompressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
141
set {
_uncompressedSize
= value; UpdateSize(); }
210
_uncompressedSize
= null,
227
_uncompressedSize
= null,
262
zip64Block.
_uncompressedSize
= BinaryPrimitives.ReadInt64LittleEndian(data);
334
_uncompressedSize
= null,
5 references to _uncompressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
140
get { return
_uncompressedSize
; }
158
if (
_uncompressedSize
!= null)
311
if (zip64Block.
_uncompressedSize
< 0)
374
if (
_uncompressedSize
!= null)
376
BinaryPrimitives.WriteInt64LittleEndian(extraFieldData[startOffset..],
_uncompressedSize
.Value);