5 writes to _uncompressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
178
set {
_uncompressedSize
= value; UpdateSize(); }
247
_uncompressedSize
= null,
264
_uncompressedSize
= null,
309
zip64Block.
_uncompressedSize
= BinaryPrimitives.ReadInt64LittleEndian(data);
379
_uncompressedSize
= null,
5 references to _uncompressedSize
System.IO.Compression (5)
System\IO\Compression\ZipBlocks.cs (5)
177
get { return
_uncompressedSize
; }
195
if (
_uncompressedSize
!= null)
310
if (zip64Block.
_uncompressedSize
< 0)
419
if (
_uncompressedSize
!= null)
421
BinaryPrimitives.WriteInt64LittleEndian(extraFieldData[startOffset..],
_uncompressedSize
.Value);