3 references to ZipArchive
WindowsBase (3)
Base\MS\Internal\IO\Packaging\PieceDirectory.cs (1)
188_zipArchive = sortedPieceInfoList[0].ZipFileInfo.ZipArchive;
Base\System\IO\Packaging\ZipPackage.cs (1)
633ZipArchive zipArchive = sortedPieceInfoList[0].ZipFileInfo.ZipArchive;
Base\System\IO\Packaging\ZipPackagePart.cs (1)
120_zipArchive = zipFileInfo.ZipArchive;