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