1 write to Attribs
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6127channelTab[value] = new ChannelInfo { Name = name, Keywords = kwd, Attribs = channelAttribute };
3 references to Attribs
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (3)
6349if (channelInfo.Attribs != null) 6351var attribs = channelInfo.Attribs; 6644if (info.Attribs.EventChannelType == EventChannelType.Admin && eventMessage == null)