1 write to _size
System.IO.Compression (1)
System\IO\Compression\ZipBlocks.cs (1)
57
field.
_size
= BinaryPrimitives.ReadUInt16LittleEndian(bytes[FieldLocations.Size..]);
4 references to _size
System.IO.Compression (4)
System\IO\Compression\ZipBlocks.cs (4)
27
public ushort Size =>
_size
;
41
BinaryPrimitives.WriteUInt16LittleEndian(extraFieldHeader[FieldLocations.Size..],
_size
);
60
if ((bytes.Length - SizeOfHeader) < field.
_size
)
65
field._data = bytes.Slice(FieldLocations.DynamicData, field.
_size
).ToArray();