1 override of OnControllerCommand
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
2481
internal override void
OnControllerCommand
(ControllerCommand command, IDictionary<string, string?>? arguments,
2 references to OnControllerCommand
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventProvider.cs (1)
58
target.
OnControllerCommand
(command, args, bEnabling ? (int)SessionMask.MAX : -1);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventProvider.cs (1)
1301
target.
OnControllerCommand
(command, null, 0);