2 references to Size
System.IO.Compression (2)
System\IO\Compression\ZipBlocks.cs (1)
15private const int SizeOfHeader = FieldLengths.Tag + FieldLengths.Size;
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
12public const int DynamicData = Size + FieldLengths.Size;