2 references to VersionNeededToExtract
System.IO.Compression (2)
System\IO\Compression\ZipArchiveEntry.cs (1)
1094const int MetadataBufferLength = ZipLocalFileHeader.FieldLengths.VersionNeededToExtract + ZipLocalFileHeader.FieldLengths.GeneralPurposeBitFlags;
System\IO\Compression\ZipBlocks.FieldLocations.cs (1)
63public static readonly int GeneralPurposeBitFlags = VersionNeededToExtract + FieldLengths.VersionNeededToExtract;