5 references to Channel
mscorlib (5)
system\diagnostics\eventing\eventsource.cs (5)
3502
if (eventAttribute.
Channel
!= EventChannel.None)
3506
eventAttribute.Keywords |= (EventKeywords)manifest.GetChannelKeyword(eventAttribute.
Channel
);
3651
(byte)eventAttribute.
Channel
,
6200
if (eventAttribute.
Channel
!= 0)
6202
events.Append(" channel=\"").Append(GetChannelName(eventAttribute.
Channel
, eventName, eventAttribute.Message)).Append("\"");