3 references to TryGetCachedDeploymentId
Aspire.Hosting.Azure (3)
AzureProvisioningController.cs (3)
2803
if (
TryGetCachedDeploymentId
(section) is not { } deploymentId ||
2840
if (
TryGetCachedDeploymentId
(section) is not { } currentDeploymentId ||
2924
if (
TryGetCachedDeploymentId
(section) is not { } deploymentId)