1 write to _ectx
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
367
_ectx
= ectx;
8 references to _ectx
Microsoft.ML.Core (8)
Data\ProgressReporter.cs (8)
376
_ectx
.AssertValue(source);
377
_ectx
.AssertValueOrNull(entry);
381
_ectx
.Assert(entry == null);
406
throw
_ectx
.Except("Event sent after the calculation lifetime expired.");
411
_ectx
.Assert(entry == null);
416
_ectx
.Assert(entry != null);
417
_ectx
.Assert(kind == ProgressEvent.EventKind.Progress);
418
_ectx
.Assert(!info.IsFinished);