9 references to ControllerCommand
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventProvider.cs (2)
40ControllerCommand command = ControllerCommand.Update;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventProvider.cs (6)
184internal virtual void OnControllerCommand(ControllerCommand command, IDictionary<string, string?>? arguments, int sessionId) { } 1272ControllerCommand command = ControllerCommand.Update; 1279command = ControllerCommand.SendManifest; 1332protected unsafe bool MarshalFilterData(Interop.Advapi32.EVENT_FILTER_DESCRIPTOR* filterData, out ControllerCommand command, out byte[]? data) 1345command = (ControllerCommand)filterData->Type;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
2502internal override void OnControllerCommand(ControllerCommand command, IDictionary<string, string?>? arguments,