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