1 write to Keywords
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6127channelTab[value] = new ChannelInfo { Name = name, Keywords = kwd, Attribs = channelAttribute };
4 references to Keywords
mscorlib (4)
system\diagnostics\eventing\eventsource.cs (4)
6167channelMask[item.Key] = item.Value.Keywords; 6295channelKeyword = info.Keywords; 6335sortedChannels.Sort((p1, p2) => -Comparer<ulong>.Default.Compare(p1.Value.Keywords, p2.Value.Keywords));