2 writes to _integrationLibsPath
aspire (2)
Projects\PrebuiltAppHostServer.cs (2)
164_integrationLibsPath = null; 209_integrationLibsPath = _selectedProjectLayout.IntegrationLibsPath;
3 references to _integrationLibsPath
aspire (3)
Projects\PrebuiltAppHostServer.cs (3)
1457if (_integrationLibsPath is not null) 1459_logger.LogDebug("Setting {EnvironmentVariable} to {Path}", KnownConfigNames.IntegrationLibsPath, _integrationLibsPath); 1460startInfo.Environment[KnownConfigNames.IntegrationLibsPath] = _integrationLibsPath;