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