2 writes to _archive
Microsoft.ML.Core (2)
Data\Repository.cs (2)
310
_archive
= new ZipArchive(stream, ZipArchiveMode.Create, leaveOpen: true);
376
_archive
= null;
4 references to _archive
Microsoft.ML.Core (4)
Data\Repository.cs (4)
367
if (
_archive
!= null)
371
_archive
.Dispose();
388
ExceptionContext.AssertValue(
_archive
);
400
var ae =
_archive
.CreateEntry(kvp.Key);