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