1 instantiation of LaunchResult
aspire (1)
Commands\AppHostLauncher.cs (1)
275
return new
LaunchResult
(childProcess, backchannel, childExitedEarly, childExitCode);
4 references to LaunchResult
aspire (4)
Commands\AppHostLauncher.cs (4)
125
var
launchResult = await LaunchAndWaitForBackchannelAsync(executablePath, childArgs, expectedHash, cancellationToken);
208
private async Task<
LaunchResult
> LaunchAndWaitForBackchannelAsync(
278
private int HandleLaunchFailure(
LaunchResult
result, string childLogFile)
316
LaunchResult
result,