4 writes to m_matchAnyKeyword
mscorlib (4)
system\diagnostics\eventing\eventsource.cs (4)
2641m_matchAnyKeyword = commandArgs.matchAnyKeyword; 2649m_matchAnyKeyword = 0; 2651m_matchAnyKeyword = unchecked(m_matchAnyKeyword | commandArgs.matchAnyKeyword); 2801m_matchAnyKeyword = 0;
4 references to m_matchAnyKeyword
mscorlib (4)
system\diagnostics\eventing\eventsource.cs (4)
296if (!IsEnabledCommon(m_eventSourceEnabled, m_level, m_matchAnyKeyword, level, keywords, channel)) 2650else if (m_matchAnyKeyword != 0) 2651m_matchAnyKeyword = unchecked(m_matchAnyKeyword | commandArgs.matchAnyKeyword); 2950ulong gKeywords = unchecked((ulong)m_matchAnyKeyword);