2 writes to _headerAndAction
Microsoft.ML.Core (2)
Data\ProgressReporter.cs (2)
246_headerAndAction = Tuple.Create<ProgressHeader, Action<IProgressEntry>>(new ProgressHeader(null), null); 262_headerAndAction = Tuple.Create(header, fillAction);
1 reference to _headerAndAction
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
228var cache = _headerAndAction;