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