5 instantiations of LaunchResult
aspire (5)
Commands\AppHostLauncher.cs (5)
519return new LaunchResult(null, null, null, false, 0);
622return new LaunchResult(childProcess, connection, dashboardUrls, false, 0, childStartedAt);
627return new LaunchResult(childProcess, connection, dashboardUrls, false, 0, childStartedAt);
664return new LaunchResult(childProcess, null, dashboardUrls, false, 0, childStartedAt);
708return new LaunchResult(childProcess, null, null, true, exitCode, ChildStartedAt: childStartedAt);
6 references to LaunchResult
aspire (6)