1 write to Keywords
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5435channelTab[value] = new ChannelInfo { Name = name, Keywords = kwd, Attribs = channelAttribute };
4 references to Keywords
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
5474channelMask[item.Key] = item.Value.Keywords; 5617channelKeyword = info.Keywords; 5658sortedChannels.Sort((p1, p2) => -Comparer<ulong>.Default.Compare(p1.Value.Keywords, p2.Value.Keywords));