1 write to IsTenantScope
Aspire.Hosting.Azure (1)
AzureBicepResourceScope.cs (1)
43IsTenantScope = true;
8 references to IsTenantScope
Aspire.Hosting.Azure (7)
AzureBicepResource.cs (1)
289if (Scope.IsTenantScope)
AzureProvisioningResource.cs (3)
204expected.IsTenantScope == actual.IsTenantScope; 219if (scope.IsTenantScope)
AzurePublishingContext.cs (1)
271if (scope.IsTenantScope)
Provisioning\BicepUtilities.cs (1)
94if (targetScope.IsTenantScope)
Provisioning\Provisioners\BicepProvisioner.cs (1)
512var isTenantScoped = targetScope?.IsTenantScope == true;
Aspire.Hosting.Azure.Kubernetes (1)
AzureKubernetesEnvironmentResource.AksPipeline.cs (1)
589return Scope.IsTenantScope