4 references to Enable
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)
45
if (command.Command == EventCommand.
Enable
)