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); 406throw _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);