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