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