9 references to OpenRead
Microsoft.AspNetCore.App.UnitTests (2)
SharedFxTests.cs (1)
330
ZipArchive archive = ZipFile.
OpenRead
(sharedFxPath);
TargetingPackTests.cs (1)
372
ZipArchive archive = ZipFile.
OpenRead
(targetingPackPath);
Microsoft.Build.CommandLine.UnitTests (1)
XMake_Tests.cs (1)
2542
using ZipArchive archive = ZipFile.
OpenRead
($"{binLogLocation}/replay.ProjectImports.zip");
Microsoft.DotNet.Internal.SymbolHelper (1)
SymbolUploadHelperFactory.cs (1)
139
using ZipArchive archive = ZipFile.
OpenRead
(toolZipPath);
Microsoft.DotNet.SignCheckLibrary (3)
Verification\ArchiveVerifier.cs (1)
28
using (ZipArchive zipArchive = ZipFile.
OpenRead
(svr.FullPath))
Verification\Jar\JarFile.cs (1)
97
using (ZipArchive jarArchive = ZipFile.
OpenRead
(ArchivePath))
Verification\SignatureVerificationManager.cs (1)
232
using (ZipArchive zipArchive = ZipFile.
OpenRead
(path))
Microsoft.ML.Core (1)
ComponentModel\AssemblyLoadingUtils.cs (1)
51
zip = ZipFile.
OpenRead
(path);
Microsoft.ML.IntegrationTests (1)
ModelFiles.cs (1)
61
using (ZipArchive archive = ZipFile.
OpenRead
(modelPath))