5 instantiations of LaunchResult
aspire (5)
Commands\AppHostLauncher.cs (5)
470return new LaunchResult(null, null, null, false, 0); 585return new LaunchResult(childProcess, connection, dashboardUrls, false, 0, childStartedAt); 590return new LaunchResult(childProcess, connection, dashboardUrls, false, 0, childStartedAt); 627return new LaunchResult(childProcess, null, dashboardUrls, false, 0, childStartedAt); 747return new LaunchResult(childProcess, null, null, true, exitCode, ChildStartedAt: childStartedAt);
6 references to LaunchResult
aspire (6)
Commands\AppHostLauncher.cs (6)
223LaunchResult launchResult; 269private async Task StopLaunchedAppHostAsync(LaunchResult result, TimeSpan delay, CancellationToken cancellationToken) 429private async Task<LaunchResult> LaunchAndWaitForBackchannelAsync( 732private LaunchResult CreateChildExitedLaunchResult(IProcessExecution childProcess, ProfilingTelemetry.ActivityScope waitForBackchannelActivity, DateTimeOffset? childStartedAt) 865private CommandResult HandleLaunchFailure(LaunchResult result, string childLogFile, int timeoutSeconds) 954LaunchResult result,