6 references to EventChannelType
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (6)
5117
public
EventChannelType
EventChannelType { get; set; }
5438
private static
EventChannelType
EventChannelToChannelType(EventChannel channel)
5441
return (
EventChannelType
)((int)channel - (int)EventChannel.Admin + (int)
EventChannelType
.Admin);
5448
if (attrib.EventChannelType <=
EventChannelType
.Operational)
5942
if (info.Attribs.EventChannelType ==
EventChannelType
.Admin && eventMessage == null)