1 write to EventChannelType
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6140
attrib.
EventChannelType
= EventChannelToChannelType(channel);
5 references to EventChannelType
mscorlib (5)
system\diagnostics\eventing\eventsource.cs (5)
6113
channelAttribute != null && EventChannelToChannelType(chValue) != channelAttribute.
EventChannelType
)
6141
if (attrib.
EventChannelType
<= EventChannelType.Operational)
6352
if (Enum.IsDefined(typeof(EventChannelType), attribs.
EventChannelType
))
6353
channelType = attribs.
EventChannelType
.ToString();
6644
if (info.Attribs.
EventChannelType
== EventChannelType.Admin && eventMessage == null)