15 references to SetScopeAsync
Aspire.Hosting.Azure (3)
Provisioning\BicepUtilities.cs (2)
153await SetScopeAsync(scope, resource, cancellationToken).ConfigureAwait(false); 195await SetScopeAsync(scope, resource, cancellationToken).ConfigureAwait(false);
Provisioning\Provisioners\BicepProvisioner.cs (1)
572await BicepUtilities.SetScopeAsync(scope, resource, cancellationToken: cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Azure.Tests (12)
AzureBicepProvisionerTests.cs (1)
1846await BicepUtilities.SetScopeAsync(scope, resource);
BicepUtilitiesTests.cs (11)
163await BicepUtilities.SetScopeAsync(scope0, bicep0.Resource); 169await BicepUtilities.SetScopeAsync(scope1, bicep1.Resource); 191await BicepUtilities.SetScopeAsync(scope0, bicep0.Resource); 197await BicepUtilities.SetScopeAsync(scope1, bicep1.Resource); 340await BicepUtilities.SetScopeAsync(scope, bicep); 355await BicepUtilities.SetScopeAsync(scope, bicep); 371await BicepUtilities.SetScopeAsync(scope, bicep); 390await BicepUtilities.SetScopeAsync(scope, bicep); 405await BicepUtilities.SetScopeAsync(scope, bicep); 419await BicepUtilities.SetScopeAsync(scope, bicep); 506await BicepUtilities.SetScopeAsync(currentScope, bicep);