6 references to Success
dotnet (6)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
61if (exitCode == ExitCode.Success && output.HasHandshakeFailure) 66if (exitCode == 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)
623if (exitCode != ExitCode.Success)