4 references to _deploymentStateManager
Aspire.Hosting.Azure (4)
Provisioning\Internal\BaseProvisioningContextProvider.cs (3)
115
var azureStateSection = await
_deploymentStateManager
.AcquireSectionAsync("Azure", cancellationToken).ConfigureAwait(false);
207
var azureStateSection = await
_deploymentStateManager
.AcquireSectionAsync("Azure", cancellationToken).ConfigureAwait(false);
246
await
_deploymentStateManager
.SaveSectionAsync(azureStateSection, cancellationToken).ConfigureAwait(false);
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
227
var azureSection = await
_deploymentStateManager
.AcquireSectionAsync("Azure", cancellationToken).ConfigureAwait(false);