8 references to GetStateSectionName
Aspire.Hosting.Azure.Sandboxes (6)
AzureSandboxContainerDeployment.cs (5)
96
activeStateSectionNames.Add(
GetStateSectionName
(sandboxContainer));
237
GetStateSectionName
(resource),
239
var stateSection = await deploymentStateManager.AcquireSectionAsync(
GetStateSectionName
(resource), context.CancellationToken).ConfigureAwait(false);
1277
GetStateSectionName
(resource),
1279
var stateSection = await deploymentStateManager.AcquireSectionAsync(
GetStateSectionName
(resource), context.CancellationToken).ConfigureAwait(false);
AzureSandboxEndpointPropertyValueProvider.cs (1)
62
.AcquireSectionAsync(AzureSandboxContainerDeployment.
GetStateSectionName
(_resource), cancellationToken)
Aspire.Hosting.Azure.Tests (2)
AzureSandboxesTests.cs (2)
2426
AzureSandboxContainerDeployment.
GetStateSectionName
(apiSandbox),
2636
AzureSandboxContainerDeployment.
GetStateSectionName
(apiSandbox),