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