1 write to Attribs
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5415channelTab[value] = new ChannelInfo { Name = name, Keywords = kwd, Attribs = channelAttribute };
4 references to Attribs
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
5649if (channelInfo.Attribs != null) 5651EventChannelAttribute attribs = channelInfo.Attribs; 5921Debug.Assert(info!.Attribs != null); 5922if (info.Attribs.EventChannelType == EventChannelType.Admin && eventMessage == null)