1 write to matchAnyKeyword
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4133this.matchAnyKeyword = matchAnyKeyword;
4 references to matchAnyKeyword
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
2704EnableEventForDispatcher(commandArgs.dispatcher, commandArgs.eventProviderType, eventID, IsEnabledByDefault(eventID, commandArgs.enable, commandArgs.level, commandArgs.matchAnyKeyword)); 2712m_matchAnyKeyword = commandArgs.matchAnyKeyword; 2719if (commandArgs.matchAnyKeyword == 0) 2722m_matchAnyKeyword = unchecked(m_matchAnyKeyword | commandArgs.matchAnyKeyword);