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