4 instantiations of LaunchResult
aspire (4)
Commands\AppHostLauncher.cs (4)
235return new LaunchResult(null, null, null, false, 0); 251return new LaunchResult(childProcess, null, null, true, exitCode); 269return new LaunchResult(childProcess, connection, dashboardUrls, false, 0); 282return new LaunchResult(childProcess, null, null, false, 0);
4 references to LaunchResult
aspire (4)
Commands\AppHostLauncher.cs (4)
133var launchResult = await interactionService.ShowStatusAsync( 217private async Task<LaunchResult> LaunchAndWaitForBackchannelAsync( 285private int HandleLaunchFailure(LaunchResult result, string childLogFile) 323LaunchResult result,