9 instantiations of StopAppHostResult
aspire (9)
Commands\StopCommand.cs (9)
214return new StopAppHostResult(CliExitCodes.Success, null);
218return new StopAppHostResult(CliExitCodes.FailedToFindProject, null);
227return new StopAppHostResult(CliExitCodes.Success, null);
244return new StopAppHostResult(exitCode, appHostFile);
249return new StopAppHostResult(CliExitCodes.FailedToFindProject, null);
273return new StopAppHostResult(AppHostConnectionResultHandler.DisplayFailureAsInformation(result, InteractionService), null);
290return new StopAppHostResult(exitCode, appHostFile);
313return new StopAppHostResult(CliExitCodes.Success, null);
333return new StopAppHostResult(allStopped ? CliExitCodes.Success : CliExitCodes.FailedToDotnetRunAppHost, appHostFile);
6 references to StopAppHostResult
aspire (6)