ApplicationModel\ExpressionResolver.cs (6)
72await EvalEndpointAsync(endpointReference, EndpointProperty.Host).ConfigureAwait(false),
73await EvalEndpointAsync(endpointReference, EndpointProperty.Port).ConfigureAwait(false)),
75await EvalEndpointAsync(endpointReference, EndpointProperty.Host).ConfigureAwait(false),
76await EvalEndpointAsync(endpointReference, EndpointProperty.Port).ConfigureAwait(false)),
181EndpointReference endpointReference when sourceIsContainer => new ResolvedValue(await EvalEndpointAsync(endpointReference, EndpointProperty.Url).ConfigureAwait(false), false),
182EndpointReferenceExpression ep when sourceIsContainer => new ResolvedValue(await EvalEndpointAsync(ep.Endpoint, ep.Property).ConfigureAwait(false), false),