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