7 references to HasRemoteDeploymentState
Aspire.Hosting.Azure.Sandboxes (5)
AzureSandboxContainerDeployment.cs (5)
1323if (!HasRemoteDeploymentState(stateSection)) 1416if (!HasRemoteDeploymentState(stateSection)) 1972HasRemoteDeploymentState(stateSection)) 2063if (!HasRemoteDeploymentState(previousStateSection)) 2108if (!HasRemoteDeploymentState(stateSection))
Aspire.Hosting.Azure.Tests (2)
AzureSandboxesTests.cs (2)
796Assert.True(AzureSandboxContainerDeployment.HasRemoteDeploymentState(ownerOnlyState)); 797Assert.False(AzureSandboxContainerDeployment.HasRemoteDeploymentState(emptyState));