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