15 references to OpenRead
aspire (1)
Utils\ArchiveHelper.cs (1)
40
using var archive = ZipFile.
OpenRead
(archivePath);
Aspire.Cli.Tests (7)
Commands\ExportCommandTests.cs (7)
68
using var archive = ZipFile.
OpenRead
(outputPath);
288
using var archive = ZipFile.
OpenRead
(outputPath);
351
using var archive = ZipFile.
OpenRead
(outputPath);
470
using var archive = ZipFile.
OpenRead
(outputPath);
529
using var archive = ZipFile.
OpenRead
(outputPath);
590
using var archive = ZipFile.
OpenRead
(outputPath);
664
using var archive = ZipFile.
OpenRead
(outputPath);
Microsoft.AspNetCore.App.UnitTests (2)
SharedFxTests.cs (1)
330
ZipArchive archive = ZipFile.
OpenRead
(sharedFxPath);
TargetingPackTests.cs (1)
389
ZipArchive archive = ZipFile.
OpenRead
(targetingPackPath);
Microsoft.DotNet.Internal.SymbolHelper (1)
SymbolUploadHelperFactory.cs (1)
139
using ZipArchive archive = ZipFile.
OpenRead
(toolZipPath);
Microsoft.DotNet.SignCheckLibrary (2)
Verification\Jar\JarFile.cs (1)
97
using (ZipArchive jarArchive = ZipFile.
OpenRead
(ArchivePath))
Verification\SignatureVerificationManager.cs (1)
254
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))