4 references to Enable
mscorlib (4)
system\diagnostics\eventing\eventsource.cs (3)
2670commandArgs.Command = bSessionEnable ? EventCommand.Enable : EventCommand.Disable; 4689if (Command != EventCommand.Enable && Command != EventCommand.Disable) 4701if (Command != EventCommand.Enable && Command != EventCommand.Disable)
system\threading\Tasks\TPLETWProvider.cs (1)
45if (command.Command == EventCommand.Enable)