8 references to GetStateSectionName
Aspire.Hosting.Azure.Sandboxes (6)
AzureSandboxContainerDeployment.cs (5)
96activeStateSectionNames.Add(GetStateSectionName(sandboxContainer)); 237GetStateSectionName(resource), 239var stateSection = await deploymentStateManager.AcquireSectionAsync(GetStateSectionName(resource), context.CancellationToken).ConfigureAwait(false); 1277GetStateSectionName(resource), 1279var 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)
2426AzureSandboxContainerDeployment.GetStateSectionName(apiSandbox), 2636AzureSandboxContainerDeployment.GetStateSectionName(apiSandbox),