1 write to matchAnyKeyword
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4731this.matchAnyKeyword = matchAnyKeyword;
4 references to matchAnyKeyword
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
2684EnableEventForDispatcher(commandArgs.dispatcher, commandArgs.eventProviderType, eventID, IsEnabledByDefault(eventID, commandArgs.enable, commandArgs.level, commandArgs.matchAnyKeyword)); 2692m_matchAnyKeyword = commandArgs.matchAnyKeyword; 2699if (commandArgs.matchAnyKeyword == 0) 2702m_matchAnyKeyword = unchecked(m_matchAnyKeyword | commandArgs.matchAnyKeyword);