3 references to ZipArchive
Microsoft.DotNet.VersionTools (1)
Dependencies\Submodule\IndicatorPackageSubmoduleUpdater.cs (1)
99
return new
ZipArchive
(nupkgStream);
Microsoft.ML.Ensemble (2)
EntryPoints\CreateEnsemble.cs (2)
333
var zip = new
ZipArchive
(ms);
381
var zip = new
ZipArchive
(ms);