2 writes to _archive
Microsoft.ML.Core (2)
Data\Repository.cs (2)
306
_archive
= new ZipArchive(stream, ZipArchiveMode.Create, leaveOpen: true);
372
_archive
= null;
4 references to _archive
Microsoft.ML.Core (4)
Data\Repository.cs (4)
363
if (
_archive
!= null)
367
_archive
.Dispose();
384
ExceptionContext.AssertValue(
_archive
);
396
var ae =
_archive
.CreateEntry(kvp.Key);