1 write to matchAnyKeyword
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
4719this.matchAnyKeyword = matchAnyKeyword;
4 references to matchAnyKeyword
mscorlib (4)
system\diagnostics\eventing\eventsource.cs (4)
2633EnableEventForDispatcher(commandArgs.dispatcher, i, IsEnabledByDefault(i, commandArgs.enable, commandArgs.level, commandArgs.matchAnyKeyword)); 2641m_matchAnyKeyword = commandArgs.matchAnyKeyword; 2648if (commandArgs.matchAnyKeyword == 0) 2651m_matchAnyKeyword = unchecked(m_matchAnyKeyword | commandArgs.matchAnyKeyword);