1 write to EventChannelType
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (1)
160
attrib.
EventChannelType
= EventChannelToChannelType(channel);
5 references to EventChannelType
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (5)
135
channelAttribute != null && EventChannelToChannelType(chValue) != channelAttribute.
EventChannelType
)
161
if (attrib.
EventChannelType
<= EventChannelType.Operational)
385
if (Enum.IsDefined(attribs.
EventChannelType
))
386
channelType = attribs.
EventChannelType
.ToString();
655
if (info.Attribs.
EventChannelType
== EventChannelType.Admin && eventMessage == null)