1 write to _guestRuntime
aspire (1)
Projects\GuestAppHostProject.cs (1)
2063_guestRuntime = new GuestRuntime(runtimeSpec, _logger, PathLookupHelper.FindFullPathFromPath, _environment, _profilingTelemetry, _fileLoggerProvider);
14 references to _guestRuntime
aspire (14)
Projects\GuestAppHostProject.cs (14)
622if (_guestRuntime is null) 628if (_guestRuntime.CertificateBundleEnvironmentVariable is { } certificateBundleEnvironmentVariable) 636_guestRuntime.Language.Replace('/', '-'), 650if (_guestRuntime.ExtensionLaunchCapability is { } requiredCapability 658launcher = _guestRuntime.CreateDefaultLauncher(); 2047if (_guestRuntime is null) 2087if (_guestRuntime is null) 2093var (initResult, initOutput) = await _guestRuntime.InitializeAsync(directory, cancellationToken); 2114var (result, output) = await _guestRuntime.InstallDependenciesAsync(directory, cancellationToken); 2154if (_guestRuntime is null) 2160return await _guestRuntime.RunAsync(appHostFile, directory, environmentVariables, watchMode, launcher, cancellationToken, noBuild: noBuild, afterAppHostLaunchedAsync: afterAppHostLaunchedAsync, appHostLaunchOptions: appHostLaunchOptions); 2178if (_guestRuntime is null) 2184return await _guestRuntime.PublishAsync(appHostFile, directory, environmentVariables, publishArgs, _guestRuntime.CreateDefaultLauncher(), noBuild: noBuild, afterAppHostLaunchedAsync: afterAppHostLaunchedAsync, cancellationToken: cancellationToken);