1 write to _executionContext
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
104_executionContext = executionContext;
4 references to _executionContext
aspire (4)
Projects\PrebuiltAppHostServer.cs (4)
1076var nugetOrg = _executionContext.NuGetServiceIndexOverride ?? PackageSources.NuGetOrg; 1129PackageSourceOverrideMappings.Create(packageSourceOverride, matchedChannel, _executionContext.NuGetServiceIndexOverride), 1234CliPathHelper.GetStagingNuGetPackagesDirectory(_executionContext.AspireHomeDirectory), 1448startInfo.Environment[KnownConfigNames.CliLogFilePath] = _executionContext.LogFilePath;