1 write to Name
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6127
channelTab[value] = new ChannelInfo {
Name
= name, Keywords = kwd, Attribs = channelAttribute };
5 references to Name
mscorlib (5)
system\diagnostics\eventing\eventsource.cs (5)
6367
fullName = providerName + "/" + channelInfo.
Name
;
6370
sb.Append(" chid=\"").Append(channelInfo.
Name
).Append("\"");
6374
WriteMessageAttrib(sb, "channel", channelInfo.
Name
, null);
6645
ManifestError(Environment.GetResourceString("EventSource_EventWithAdminChannelMustHaveMessage", eventName, info.
Name
));
6646
return info.
Name
;