4 references to Canceled
dotnet-aot (4)
parent\dotnet\Commands\Test\MTP\Terminal\TerminalTestReporter.cs (3)
745case TestOutcome.Canceled: 802TestOutcome.Error or TestOutcome.Fail or TestOutcome.Canceled or TestOutcome.Timeout => TerminalColor.DarkRed, 811TestOutcome.Canceled or TestOutcome.Timeout => $"{CliCommandStrings.FailedLowercase} ({CliCommandStrings.CancelledLowercase})",
parent\dotnet\Commands\Test\MTP\TestApplicationHandler.cs (1)
649TestStates.Cancelled => TestOutcome.Canceled,