6 references to Success
dotnet (6)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
61
if (exitCode == ExitCode.
Success
&& output.HasHandshakeFailure)
66
if (exitCode == ExitCode.
Success
&&
Commands\Test\MTP\TestApplicationActionQueue.cs (3)
78
if (result == ExitCode.
Success
&& testApp.HasFailureDuringDispose)
93
if (_aggregateExitCode == ExitCode.
Success
)
99
else if (result != ExitCode.
Success
)
Commands\Test\MTP\TestApplicationHandler.cs (1)
623
if (exitCode != ExitCode.
Success
)