8 references to Open
Microsoft.Arcade.Common (1)
ZipArchiveManager.cs (1)
16
=> ZipFile.
Open
(archivePath, mode);
Microsoft.DotNet.Internal.SymbolHelper (1)
SymbolUploadHelper.cs (1)
273
using ZipArchive archive = ZipFile.
Open
(packagePath, ZipArchiveMode.Read);
Microsoft.DotNet.SignCheckLibrary (4)
Verification\Jar\JarFile.cs (1)
177
using (ZipArchive archive = ZipFile.
Open
(ArchivePath, ZipArchiveMode.Read))
Verification\Jar\JarManifestFile.cs (1)
41
using (ZipArchive archive = ZipFile.
Open
(ArchivePath, ZipArchiveMode.Read))
Verification\Jar\JarManifestFileBase.cs (1)
93
using (ZipArchive archive = ZipFile.
Open
(ArchivePath, ZipArchiveMode.Read))
Verification\Jar\JarUtils.cs (1)
25
using (ZipArchive archive = ZipFile.
Open
(archivePath, ZipArchiveMode.Read))
Microsoft.DotNet.SignTool (1)
src\SignTool.cs (1)
93
using (var archive = ZipFile.
Open
(zipFilePath, ZipArchiveMode.Create))
System.IO.Compression.ZipFile (1)
System\IO\Compression\ZipFile.Create.cs (1)
31
public static ZipArchive OpenRead(string archiveFileName) =>
Open
(archiveFileName, ZipArchiveMode.Read);