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