2 writes to _maxSubId
Microsoft.ML.Core (2)
Data\ProgressReporter.cs (2)
60
_maxSubId
= 0;
147
var newId = Interlocked.Increment(ref
_maxSubId
);
1 reference to _maxSubId
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
166
if (
_maxSubId
== 0 || _subChannels.Count == 0)