6 references to Success
dotnet (6)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
46if (exitCode == ExitCode.Success && output.HasHandshakeFailure) 51if (exitCode == ExitCode.Success &&
Commands\Test\MTP\TestApplicationActionQueue.cs (3)
74if (result == ExitCode.Success && testApp.HasFailureDuringDispose) 89if (_aggregateExitCode == ExitCode.Success) 95else if (result != ExitCode.Success)
Commands\Test\MTP\TestApplicationHandler.cs (1)
394if (exitCode != ExitCode.Success)