1 write to matchAnyKeyword
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4740this.matchAnyKeyword = matchAnyKeyword;
4 references to matchAnyKeyword
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
2693EnableEventForDispatcher(commandArgs.dispatcher, commandArgs.eventProviderType, eventID, IsEnabledByDefault(eventID, commandArgs.enable, commandArgs.level, commandArgs.matchAnyKeyword)); 2701m_matchAnyKeyword = commandArgs.matchAnyKeyword; 2708if (commandArgs.matchAnyKeyword == 0) 2711m_matchAnyKeyword = unchecked(m_matchAnyKeyword | commandArgs.matchAnyKeyword);