1 write to _executionContext
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
108_executionContext = executionContext;
4 references to _executionContext
aspire (4)
Projects\PrebuiltAppHostServer.cs (4)
1117var nugetOrg = _executionContext.NuGetServiceIndexOverride ?? PackageSources.NuGetOrg; 1170PackageSourceOverrideMappings.Create(packageSourceOverride, matchedChannel, _executionContext.NuGetServiceIndexOverride), 1275CliPathHelper.GetStagingNuGetPackagesDirectory(_executionContext.AspireHomeDirectory), 1489startInfo.Environment[KnownConfigNames.CliLogFilePath] = _executionContext.LogFilePath;