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