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