1 instantiation of EventChannelAttribute
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6139EventChannelAttribute attrib = new EventChannelAttribute();
5 references to EventChannelAttribute
mscorlib (5)
system\diagnostics\eventing\eventsource.cs (5)
6107public void AddChannel(string name, int value, EventChannelAttribute channelAttribute) 6137private EventChannelAttribute GetDefaultChannelAttribute(EventChannel channel) 6139EventChannelAttribute attrib = new EventChannelAttribute(); 6351var attribs = channelInfo.Attribs; 6884public EventChannelAttribute Attribs;