1 write to m_channelData
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
3528source.m_channelData = manifest.GetChannelData();
3 references to m_channelData
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (3)
2403if (eventChannel != EventChannel.None && this.m_channelData != null && this.m_channelData.Length > (int)eventChannel) 2405EventKeywords channel_keywords = unchecked((EventKeywords)(m_channelData[(int)eventChannel] | (ulong)eventKeywords));