1 instantiation of AzureContextState
Aspire.Hosting.Azure (1)
AzureProvisioningController.cs (1)
3370return new AzureContextState(
16 references to AzureContextState
Aspire.Hosting.Azure (16)
AzureProvisioningController.cs (16)
387var currentContext = await controller.GetCurrentAzureContextAsync(context.CancellationToken).ConfigureAwait(false); 415var currentContext = await controller.GetCurrentAzureContextAsync(context.CancellationToken).ConfigureAwait(false); 448var currentContext = await controller.GetCurrentAzureContextAsync(context.CancellationToken).ConfigureAwait(false); 477var currentContext = await controller.GetCurrentAzureContextAsync(context.CancellationToken).ConfigureAwait(false); 1759var currentContext = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 1942var currentContext = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 2122var currentContext = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 2166var context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 2492var context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 2507private async Task<JsonObject> CreateCachedDeploymentStateInfoAsync(AzureBicepResource resource, AzureContextState context, CancellationToken cancellationToken) 2550private async Task<JsonObject> CreateLiveResourceInfoAsync(string? resourceId, AzureContextState context, CancellationToken cancellationToken) 2671var context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 3364private async Task<AzureContextState> GetCurrentAzureContextAsync(CancellationToken cancellationToken) 3434var context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 3543var context = await GetCurrentAzureContextAsync(cancellationToken).ConfigureAwait(false); 4194private static ImmutableArray<ResourcePropertySnapshot> BuildAzureEnvironmentProperties(AzureContextState context)