1 write to _exitAction
dotnet (1)
Commands\Test\MTP\CtrlCCancellationManager.cs (1)
42
_exitAction
= exitAction ?? Environment.Exit;
1 reference to _exitAction
dotnet (1)
Commands\Test\MTP\CtrlCCancellationManager.cs (1)
140
_exitAction
(ExitCode.TestSessionAborted);