1 write to _infos
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
370
_infos
= new List<CalculationInfo>();
4 references to _infos
Microsoft.ML.Core (4)
Data\ProgressReporter.cs (4)
394
_infos
.Add(newInfo);
404
info =
_infos
.FirstOrDefault(x => x.Channel == source);
450
unseen =
_infos
.Where(x => !seen.Contains(x.Index)).ToArray();
451
_infos
.RemoveAll(x => x.IsFinished);