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