ApplicationModel\ExpressionResolver.cs (6)
26await EvalEndpointAsync(endpointReference, EndpointProperty.Host).ConfigureAwait(false),
27await EvalEndpointAsync(endpointReference, EndpointProperty.Port).ConfigureAwait(false)),
29await EvalEndpointAsync(endpointReference, EndpointProperty.Host).ConfigureAwait(false),
30await EvalEndpointAsync(endpointReference, EndpointProperty.Port).ConfigureAwait(false)),
135EndpointReference endpointReference when sourceIsContainer => new ResolvedValue(await EvalEndpointAsync(endpointReference, EndpointProperty.Url).ConfigureAwait(false), false),
136EndpointReferenceExpression ep when sourceIsContainer => new ResolvedValue(await EvalEndpointAsync(ep.Endpoint, ep.Property).ConfigureAwait(false), false),