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