1 write to EventChannelType
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5438
attrib.
EventChannelType
= EventChannelToChannelType(channel);
5 references to EventChannelType
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
5413
channelAttribute != null && EventChannelToChannelType(chValue) != channelAttribute.
EventChannelType
)
5439
if (attrib.
EventChannelType
<= EventChannelType.Operational)
5663
if (Enum.IsDefined(attribs.
EventChannelType
))
5664
channelType = attribs.
EventChannelType
.ToString();
5933
if (info.Attribs.
EventChannelType
== EventChannelType.Admin && eventMessage == null)