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