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