7 references to EventChannelType
mscorlib (7)
system\diagnostics\eventing\eventsource.cs (7)
5145
public
EventChannelType
EventChannelType { get; set; }
6130
private
EventChannelType
EventChannelToChannelType(EventChannel channel)
6135
return (
EventChannelType
)((int)channel - (int)EventChannel.Admin + (int)
EventChannelType
.Admin);
6141
if (attrib.EventChannelType <=
EventChannelType
.Operational)
6352
if (Enum.IsDefined(typeof(
EventChannelType
), attribs.EventChannelType))
6644
if (info.Attribs.EventChannelType ==
EventChannelType
.Admin && eventMessage == null)