2 writes to Command
mscorlib (2)
system\diagnostics\eventing\eventsource.cs (2)
2670commandArgs.Command = bSessionEnable ? EventCommand.Enable : EventCommand.Disable; 4711this.Command = command;
8 references to Command
mscorlib (8)
system\diagnostics\eventing\eventsource.cs (6)
2629if (commandArgs.Command == EventCommand.Update) 2811if (commandArgs.Command == EventCommand.SendManifest) 4689if (Command != EventCommand.Enable && Command != EventCommand.Disable) 4701if (Command != EventCommand.Enable && Command != EventCommand.Disable)
system\threading\Tasks\TPLETWProvider.cs (2)
45if (command.Command == EventCommand.Enable) 47else if (command.Command == EventCommand.Disable)