3 writes to channelTab
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
5416
channelTab
??= new Dictionary<int, ChannelInfo>(4);
5583
channelTab
??= new Dictionary<int, ChannelInfo>(4);
5909
channelTab
??= new Dictionary<int, ChannelInfo>(4);
11 references to channelTab
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (11)
5417
channelTab
[value] = new ChannelInfo { Name = name, Keywords = kwd, Attribs = channelAttribute };
5437
if (this.
channelTab
== null)
5445
foreach (int item in this.
channelTab
.Keys)
5454
foreach (KeyValuePair<int, ChannelInfo> item in this.
channelTab
)
5585
if (
channelTab
.Count == MaxCountChannels)
5588
if (!
channelTab
.TryGetValue((int)channel, out ChannelInfo? info))
5635
if (
channelTab
!= null)
5639
foreach (KeyValuePair<int, ChannelInfo> p in
channelTab
) { sortedChannels.Add(p); }
5902
if (
channelTab
== null || !
channelTab
.TryGetValue((int)channel, out ChannelInfo? info))
5916
if (!
channelTab
.TryGetValue((int)channel, out info))