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