1 write to Attribs
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5415
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\EventSource.cs (4)
5649
if (channelInfo.
Attribs
!= null)
5651
EventChannelAttribute attribs = channelInfo.
Attribs
;
5921
Debug.Assert(info!.
Attribs
!= null);
5922
if (info.
Attribs
.EventChannelType == EventChannelType.Admin && eventMessage == null)