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)
115
Contracts.Assert(
_subChannels
.Count == 0);
154
_subChannels
.TryRemove(id, out channel);
160
var res =
_subChannels
.GetOrAdd(id, channel);
166
if (_maxSubId == 0 ||
_subChannels
.Count == 0)
183
foreach (var subChannel in
_subChannels
.Values.ToArray().OrderBy(x => x.Level))