1 write to EventChannelType
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5447attrib.EventChannelType = EventChannelToChannelType(channel);
5 references to EventChannelType
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
5422channelAttribute != null && EventChannelToChannelType(chValue) != channelAttribute.EventChannelType) 5448if (attrib.EventChannelType <= EventChannelType.Operational) 5672if (Enum.IsDefined(attribs.EventChannelType)) 5673channelType = attribs.EventChannelType.ToString(); 5942if (info.Attribs.EventChannelType == EventChannelType.Admin && eventMessage == null)