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