8 references to Success
dotnet (8)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (4)
92
if (exitCode == ExitCode.
Success
&& output.HasHandshakeFailure)
97
if (exitCode == ExitCode.
Success
&&
291
return ExitCode.
Success
;
314
return 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)
677
if (exitCode != ExitCode.
Success
)