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