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