1 instantiation of EventChannelAttribute
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5446EventChannelAttribute attrib = new EventChannelAttribute();
5 references to EventChannelAttribute
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
5416public void AddChannel(string? name, int value, EventChannelAttribute? channelAttribute) 5444private static EventChannelAttribute GetDefaultChannelAttribute(EventChannel channel) 5446EventChannelAttribute attrib = new EventChannelAttribute(); 5671EventChannelAttribute attribs = channelInfo.Attribs; 6193public EventChannelAttribute? Attribs;