1 write to _archive
Microsoft.ML.Core (1)
Data\Repository.cs (1)
466
_archive
= new ZipArchive(stream, ZipArchiveMode.Read, true);
1 reference to _archive
Microsoft.ML.Core (1)
Data\Repository.cs (1)
474
foreach (var entry in
_archive
.Entries)