7 references to EventChannelType
mscorlib (7)
system\diagnostics\eventing\eventsource.cs (7)
5145public EventChannelType EventChannelType { get; set; } 6130private EventChannelType EventChannelToChannelType(EventChannel channel) 6135return (EventChannelType)((int)channel - (int)EventChannel.Admin + (int)EventChannelType.Admin); 6141if (attrib.EventChannelType <= EventChannelType.Operational) 6352if (Enum.IsDefined(typeof(EventChannelType), attribs.EventChannelType)) 6644if (info.Attribs.EventChannelType == EventChannelType.Admin && eventMessage == null)