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)
183internal virtual void OnControllerCommand(ControllerCommand command, IDictionary<string, string?>? arguments, int sessionId) { } 1287ControllerCommand command = ControllerCommand.Update; 1294command = ControllerCommand.SendManifest; 1347protected unsafe bool MarshalFilterData(Interop.Advapi32.EVENT_FILTER_DESCRIPTOR* filterData, out ControllerCommand command, out byte[]? data) 1360command = (ControllerCommand)filterData->Type;
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
2481internal override void OnControllerCommand(ControllerCommand command, IDictionary<string, string?>? arguments,