6 references to EventChannelType
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4501public EventChannelType EventChannelType { get; set; }
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (5)
151private static EventChannelType EventChannelToChannelType(EventChannel channel) 154return (EventChannelType)((int)channel - (int)EventChannel.Admin + (int)EventChannelType.Admin); 161if (attrib.EventChannelType <= EventChannelType.Operational) 655if (info.Attribs.EventChannelType == EventChannelType.Admin && eventMessage == null)