1 write to _environment
aspire (1)
Layout\LayoutDiscovery.cs (1)
45
_environment
= environment;
6 references to _environment
aspire (6)
Layout\LayoutDiscovery.cs (6)
57
var envLayoutPath =
_environment
.GetEnvironmentVariable(BundleDiscovery.LayoutPathEnvVar);
122
LayoutComponent.Dcp =>
_environment
.GetEnvironmentVariable(BundleDiscovery.DcpPathEnvVar),
123
LayoutComponent.Managed =>
_environment
.GetEnvironmentVariable(BundleDiscovery.ManagedPathEnvVar),
140
var useSdk =
_environment
.GetEnvironmentVariable(BundleDiscovery.UseGlobalDotNetEnvVar);
321
if (!string.IsNullOrEmpty(
_environment
.GetEnvironmentVariable(BundleDiscovery.DcpPathEnvVar)))
325
if (!string.IsNullOrEmpty(
_environment
.GetEnvironmentVariable(BundleDiscovery.ManagedPathEnvVar)))