1 instantiation of CtrlCCancellationManager
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
51using var ctrlC = new CtrlCCancellationManager(output.StartCancelling);
4 references to CtrlCCancellationManager
dotnet (4)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
51using var ctrlC = new CtrlCCancellationManager(output.StartCancelling);
Commands\Test\MTP\TestApplication.cs (1)
43public async Task<int> RunAsync(CtrlCCancellationManager ctrlC)
Commands\Test\MTP\TestApplicationActionQueue.cs (2)
20public TestApplicationActionQueue(int degreeOfParallelism, BuildOptions buildOptions, TestOptions testOptions, TerminalTestReporter output, Action<CommandLineOptionMessages> onHelpRequested, CtrlCCancellationManager ctrlC) 51private async Task Read(BuildOptions buildOptions, TestOptions testOptions, TerminalTestReporter output, Action<CommandLineOptionMessages> onHelpRequested, CtrlCCancellationManager ctrlC)