9 references to GetStateSectionName
Aspire.Hosting.Azure.Sandboxes (6)
AzureSandboxContainerDeployment.cs (5)
116
activeStateSectionNames.Add(
GetStateSectionName
(sandboxContainer));
257
GetStateSectionName
(resource),
259
var stateSection = await deploymentStateManager.AcquireSectionAsync(
GetStateSectionName
(resource), context.CancellationToken).ConfigureAwait(false);
1319
GetStateSectionName
(resource),
1321
var stateSection = await deploymentStateManager.AcquireSectionAsync(
GetStateSectionName
(resource), context.CancellationToken).ConfigureAwait(false);
AzureSandboxEndpointPropertyValueProvider.cs (1)
67
.AcquireSectionAsync(AzureSandboxContainerDeployment.
GetStateSectionName
(_resource), cancellationToken)
Aspire.Hosting.Azure.Tests (3)
AzureSandboxesTests.cs (3)
2728
AzureSandboxContainerDeployment.
GetStateSectionName
(deploymentTarget),
2861
AzureSandboxContainerDeployment.
GetStateSectionName
(apiSandbox),
3147
AzureSandboxContainerDeployment.
GetStateSectionName
(apiSandbox),