1 write to _subChannels
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
59_subChannels = new ConcurrentDictionary<int, SubChannel>();
5 references to _subChannels
Microsoft.ML.Core (5)
Data\ProgressReporter.cs (5)
115Contracts.Assert(_subChannels.Count == 0); 154_subChannels.TryRemove(id, out channel); 160var res = _subChannels.GetOrAdd(id, channel); 166if (_maxSubId == 0 || _subChannels.Count == 0) 183foreach (var subChannel in _subChannels.Values.ToArray().OrderBy(x => x.Level))