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