1 instantiation of EventChannelAttribute
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (1)
159EventChannelAttribute attrib = new EventChannelAttribute();
5 references to EventChannelAttribute
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (5)
129public void AddChannel(string? name, int value, EventChannelAttribute? channelAttribute) 157private static EventChannelAttribute GetDefaultChannelAttribute(EventChannel channel) 159EventChannelAttribute attrib = new EventChannelAttribute(); 384EventChannelAttribute attribs = channelInfo.Attribs; 906public EventChannelAttribute? Attribs;