6 references to None
WindowsBase (6)
Base\MS\Internal\IO\Zip\ZipArchive.cs (1)
194deflateOption > DeflateOptionEnum.SuperFast && deflateOption != DeflateOptionEnum.None))
Base\MS\Internal\IO\Zip\ZipIOLocalFileHeader.cs (3)
74Debug.Assert(deflateOption != DeflateOptionEnum.None); //this should be ensured by the higher levels 297return DeflateOptionEnum.None; 304Debug.Assert(value != DeflateOptionEnum.None);
Base\System\IO\Packaging\ZipPackage.cs (2)
500deflateOption = DeflateOptionEnum.None; 620case DeflateOptionEnum.None: