2 writes to _integrationLibsPath
aspire (2)
Projects\PrebuiltAppHostServer.cs (2)
199_integrationLibsPath = null; 245_integrationLibsPath = _selectedProjectLayout.IntegrationLibsPath;
5 references to _integrationLibsPath
aspire (5)
Projects\PrebuiltAppHostServer.cs (5)
158var assemblyPath = hostingAssembly?.Path ?? (_integrationLibsPath is not null ? Path.Combine(_integrationLibsPath, "Aspire.Hosting.dll") : null); 1498if (_integrationLibsPath is not null) 1500_logger.LogDebug("Setting {EnvironmentVariable} to {Path}", KnownConfigNames.IntegrationLibsPath, _integrationLibsPath); 1501startInfo.Environment[KnownConfigNames.IntegrationLibsPath] = _integrationLibsPath;