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)
1457
if (
_integrationLibsPath
is not null)
1459
_logger.LogDebug("Setting {EnvironmentVariable} to {Path}", KnownConfigNames.IntegrationLibsPath,
_integrationLibsPath
);
1460
startInfo.Environment[KnownConfigNames.IntegrationLibsPath] =
_integrationLibsPath
;