4 references to EndpointReferenceExpression
Aspire.Hosting (3)
ApplicationModel\EndpointReference.cs (2)
68
/// <returns>An <see cref="
EndpointReferenceExpression
"/> representing the specified <see cref="EndpointProperty"/>.</returns>
69
public
EndpointReferenceExpression
Property(EndpointProperty property)
ApplicationModel\ExpressionResolver.cs (1)
146
EndpointReferenceExpression
ep => await EvalEndpointAsync(ep.Endpoint, ep.Property).ConfigureAwait(false),
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppsInfrastructure.cs (1)
668
if (value is
EndpointReferenceExpression
epExpr)