2 writes to _integrationLibsPath
aspire (2)
Projects\PrebuiltAppHostServer.cs (2)
125_integrationLibsPath = await BuildIntegrationProjectAsync( 131_integrationLibsPath = await RestoreNuGetPackagesAsync(
5 references to _integrationLibsPath
aspire (5)
Projects\PrebuiltAppHostServer.cs (5)
137var projectRefAssemblyNames = _integrationLibsPath is not null 138? await ReadProjectRefAssemblyNamesAsync(_integrationLibsPath, cancellationToken) 441if (_integrationLibsPath is not null) 443_logger.LogDebug("Setting ASPIRE_INTEGRATION_LIBS_PATH to {Path}", _integrationLibsPath); 444startInfo.Environment["ASPIRE_INTEGRATION_LIBS_PATH"] = _integrationLibsPath;