8 references to Success
dotnet (8)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (4)
92if (exitCode == ExitCode.Success && output.HasHandshakeFailure) 97if (exitCode == ExitCode.Success && 291return ExitCode.Success; 314return ExitCode.Success;
Commands\Test\MTP\TestApplicationActionQueue.cs (3)
78if (result == ExitCode.Success && testApp.HasFailureDuringDispose) 93if (_aggregateExitCode == ExitCode.Success) 99else if (result != ExitCode.Success)
Commands\Test\MTP\TestApplicationHandler.cs (1)
677if (exitCode != ExitCode.Success)