1 write to _environment
Aspire.Hosting.Radius (1)
Publishing\RadiusInfrastructureBuilder.cs (1)
99
_environment
= environment;
25 references to _environment
Aspire.Hosting.Radius (25)
Publishing\RadiusInfrastructureBuilder.cs (25)
122
var envIdentifier = BicepPostProcessor.SanitizeIdentifier(
_environment
.Name);
171
var secretStoresAnnotation =
_environment
.Annotations
377
foreach (var existing in
_environment
.Annotations.OfType<RadiusDeployParametersAnnotation>().ToList())
379
_environment
.Annotations.Remove(existing);
393
_environment
.Annotations.Add(new RadiusDeployParametersAnnotation(deployParameters));
704
var targetComputeEnvironment =
_environment
.OwningComputeEnvironment ??
_environment
;
734
construct.EnvironmentName =
_environment
.Name;
735
construct.KubernetesNamespace =
_environment
.Namespace;
743
var annotation =
_environment
.Annotations
770
var annotation =
_environment
.Annotations
901
construct.EnvironmentName =
_environment
.Name;
903
construct.ComputeNamespace =
_environment
.Namespace;
1388
ResolveHostExpression(((IComputeEnvironmentResource)
_environment
).GetEndpointPropertyExpression(endpointReference.Property(EndpointProperty.Url)));
1391
ResolveHostExpression(((IComputeEnvironmentResource)
_environment
).GetEndpointPropertyExpression(endpointReferenceExpression));
1428
var callbacks =
_environment
.Annotations
1660
var annotation =
_environment
.Annotations
1865
var providers =
_environment
.Annotations
1884
new($"A recipe parameter on Radius environment '{
_environment
.Name}' references {cloud} provider " +
1893
var annotation =
_environment
.Annotations
1910
resourceType,
_environment
.Name);
1927
(s.Scope == RadiusSecretStoreScope.Environment && ReferenceEquals(s.OwningEnvironment,
_environment
))
1985
var annotation =
_environment
.Annotations
2070
$"Environment '{
_environment
.Name}' references secret store '{store.Name}', but that store is not " +
2140
var defaultNamespace = store.OwningEnvironment?.Namespace ??
_environment
.Namespace;