2 references to GetKnownValueWithoutDeploymentState
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxEndpointPropertyValueProvider.cs (2)
45
return new(
GetKnownValueWithoutDeploymentState
() ?? throw CreateUnresolvedEndpointException());
50
if (
GetKnownValueWithoutDeploymentState
() is { } knownValue)