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