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)