2 references to NormalSize
System.IO.Compression (2)
System\IO\Compression\ZipBlocks.cs (2)
520
public const long TotalSize = (long)
NormalSize
+ 12; // total size of the entire block
576
BinaryPrimitives.WriteUInt64LittleEndian(blockContents[FieldLocations.SizeOfThisRecord..],
NormalSize
);