9 references to ControllerCommand
mscorlib (9)
system\diagnostics\eventing\eventprovider.cs (8)
282ControllerCommand command = ControllerCommand.Update; 343command = ControllerCommand.SendManifest; 359protected virtual void OnControllerCommand(ControllerCommand command, IDictionary<string, string> arguments, int sessionId, int etwSessionId) { } 528UnsafeNativeMethods.ManifestEtw.EVENT_FILTER_DESCRIPTOR* filterData, out ControllerCommand command, out byte[] data, out int dataStart) 549command = ControllerCommand.Update; 561command = (ControllerCommand) filterData->Type; 565command = ControllerCommand.Update;
system\diagnostics\eventing\eventsource.cs (1)
2509protected override void OnControllerCommand(ControllerCommand command, IDictionary<string, string> arguments,