1 write to matchAnyKeyword
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4749
this.
matchAnyKeyword
= matchAnyKeyword;
4 references to matchAnyKeyword
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
2683
EnableEventForDispatcher(commandArgs.dispatcher, commandArgs.eventProviderType, i, IsEnabledByDefault(i, commandArgs.enable, commandArgs.level, commandArgs.
matchAnyKeyword
));
2691
m_matchAnyKeyword = commandArgs.
matchAnyKeyword
;
2698
if (commandArgs.
matchAnyKeyword
== 0)
2701
m_matchAnyKeyword = unchecked(m_matchAnyKeyword | commandArgs.
matchAnyKeyword
);