src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
510eventSource.SendCommand(null, EventProviderType.ETW, 0, command, true, EventLevel.LogAlways, EventKeywords.None, commandArguments);
2485_eventSourceFactory()?.SendCommand(listener, _eventProviderType, perEventSourceSessionId,
4225eventSource.SendCommand(this, EventProviderType.None, 0, EventCommand.Update, true, level, matchAnyKeyword, arguments);
4243eventSource.SendCommand(this, EventProviderType.None, 0, EventCommand.Update, false, EventLevel.LogAlways, EventKeywords.None, null);