19 references to EventCommand
mscorlib (19)
system\diagnostics\eventing\eventsource.cs (17)
498public static void SendCommand(EventSource eventSource, EventCommand command, IDictionary<string, string> commandArguments) 504if ((int)command <= (int)EventCommand.Update && (int)command != (int)EventCommand.SendManifest) 2515(EventCommand)command, IsEnabled(), Level, MatchAnyKeyword, arguments); 2576EventCommand command, bool enable, 2629if (commandArgs.Command == EventCommand.Update) 2670commandArgs.Command = bSessionEnable ? EventCommand.Enable : EventCommand.Disable; 2811if (commandArgs.Command == EventCommand.SendManifest) 4327eventSource.SendCommand(this, 0, 0, EventCommand.Update, true, level, matchAnyKeyword, arguments); 4342eventSource.SendCommand(this, 0, 0, EventCommand.Update, false, EventLevel.LogAlways, EventKeywords.None, null); 4675public EventCommand Command { get; internal set; } 4689if (Command != EventCommand.Enable && Command != EventCommand.Disable) 4701if (Command != EventCommand.Enable && Command != EventCommand.Disable) 4708internal EventCommandEventArgs(EventCommand command, IDictionary<string, string> arguments, EventSource eventSource,
system\threading\Tasks\TPLETWProvider.cs (2)
45if (command.Command == EventCommand.Enable) 47else if (command.Command == EventCommand.Disable)