1 write to Attribs
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6127
channelTab[value] = new ChannelInfo { Name = name, Keywords = kwd,
Attribs
= channelAttribute };
3 references to Attribs
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (3)
6349
if (channelInfo.
Attribs
!= null)
6351
var attribs = channelInfo.
Attribs
;
6644
if (info.
Attribs
.EventChannelType == EventChannelType.Admin && eventMessage == null)