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