1 write to Keywords
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5435
channelTab[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)
5474
channelMask[item.Key] = item.Value.
Keywords
;
5617
channelKeyword = info.
Keywords
;
5658
sortedChannels.Sort((p1, p2) => -Comparer<ulong>.Default.Compare(p1.Value.
Keywords
, p2.Value.
Keywords
));