7 references to HasRemoteDeploymentState
Aspire.Hosting.Azure.Sandboxes (5)
AzureSandboxContainerDeployment.cs (5)
1281if (!HasRemoteDeploymentState(stateSection)) 1374if (!HasRemoteDeploymentState(stateSection)) 1893HasRemoteDeploymentState(stateSection)) 1984if (!HasRemoteDeploymentState(previousStateSection)) 2029if (!HasRemoteDeploymentState(stateSection))
Aspire.Hosting.Azure.Tests (2)
AzureSandboxesTests.cs (2)
685Assert.True(AzureSandboxContainerDeployment.HasRemoteDeploymentState(ownerOnlyState)); 686Assert.False(AzureSandboxContainerDeployment.HasRemoteDeploymentState(emptyState));