1 write to _integrationLibsPath
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
115_integrationLibsPath = await _nugetService.RestorePackagesAsync(
3 references to _integrationLibsPath
aspire (3)
Projects\PrebuiltAppHostServer.cs (3)
252if (_integrationLibsPath is not null) 254_logger.LogDebug("Setting ASPIRE_INTEGRATION_LIBS_PATH to {Path}", _integrationLibsPath); 255startInfo.Environment["ASPIRE_INTEGRATION_LIBS_PATH"] = _integrationLibsPath;