1 write to _size
System.IO.Compression (1)
System\IO\Compression\ZipBlocks.cs (1)
44
field.
_size
= reader.ReadUInt16();
3 references to _size
System.IO.Compression (3)
System\IO\Compression\ZipBlocks.cs (3)
22
public ushort Size =>
_size
;
47
if (endExtraField - reader.BaseStream.Position < field.
_size
)
50
field._data = reader.ReadBytes(field.
_size
);