8 references to EndpointReferenceExpression
Aspire.Hosting (3)
ApplicationModel\EndpointReference.cs (2)
69
/// <returns>An <see cref="
EndpointReferenceExpression
"/> representing the specified <see cref="EndpointProperty"/>.</returns>
70
public
EndpointReferenceExpression
Property(EndpointProperty property)
ApplicationModel\ExpressionResolver.cs (1)
182
EndpointReferenceExpression
ep when sourceIsContainer => new ResolvedValue(await EvalEndpointAsync(ep.Endpoint, ep.Property).ConfigureAwait(false), false),
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
365
if (value is string or EndpointReference or ParameterResource or
EndpointReferenceExpression
or HostUrl)
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppContext.cs (1)
559
if (value is
EndpointReferenceExpression
epExpr)
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
152
if (value is
EndpointReferenceExpression
epExpr)
Aspire.Hosting.Docker (1)
DockerComposeServiceResourceExtensions.cs (1)
48
if (value is
EndpointReferenceExpression
epExpr)
Aspire.Hosting.Kubernetes (1)
KubernetesServiceResourceExtensions.cs (1)
52
if (value is
EndpointReferenceExpression
epExpr)