9 references to GetStateSectionName
Aspire.Hosting.Azure.Sandboxes (6)
AzureSandboxContainerDeployment.cs (5)
116activeStateSectionNames.Add(GetStateSectionName(sandboxContainer)); 257GetStateSectionName(resource), 259var stateSection = await deploymentStateManager.AcquireSectionAsync(GetStateSectionName(resource), context.CancellationToken).ConfigureAwait(false); 1319GetStateSectionName(resource), 1321var 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)
2728AzureSandboxContainerDeployment.GetStateSectionName(deploymentTarget), 2861AzureSandboxContainerDeployment.GetStateSectionName(apiSandbox), 3147AzureSandboxContainerDeployment.GetStateSectionName(apiSandbox),