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