6 references to EventChannelType
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (6)
5117public EventChannelType EventChannelType { get; set; } 5438private static EventChannelType EventChannelToChannelType(EventChannel channel) 5441return (EventChannelType)((int)channel - (int)EventChannel.Admin + (int)EventChannelType.Admin); 5448if (attrib.EventChannelType <= EventChannelType.Operational) 5942if (info.Attribs.EventChannelType == EventChannelType.Admin && eventMessage == null)