1 write to Attribs
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ManifestBuilder.cs (1)
148channelTab[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\ManifestBuilder.cs (4)
382if (channelInfo.Attribs != null) 384EventChannelAttribute attribs = channelInfo.Attribs; 654Debug.Assert(info!.Attribs != null); 655if (info.Attribs.EventChannelType == EventChannelType.Admin && eventMessage == null)