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