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