8 references to Property
Aspire.Hosting (4)
ApplicationModel\EndpointReference.cs (3)
165
Endpoint.GetExpression(
Property
);
173
public ValueTask<string?> GetValueAsync(CancellationToken cancellationToken) =>
Property
switch
182
_ => throw new InvalidOperationException($"The property '{
Property
}' is not supported for the endpoint '{Endpoint.EndpointName}'.")
ApplicationModel\ExpressionResolver.cs (1)
182
EndpointReferenceExpression ep when sourceIsContainer => new ResolvedValue(await EvalEndpointAsync(ep.Endpoint, ep.
Property
).ConfigureAwait(false), false),
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppContext.cs (1)
550
var val = GetValue(mapping, epExpr.
Property
);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
156
var val = GetValue(mapping, epExpr.
Property
);
Aspire.Hosting.Docker (1)
DockerComposeServiceResourceExtensions.cs (1)
54
var val = GetValue(mapping, epExpr.
Property
);
Aspire.Hosting.Kubernetes (1)
KubernetesServiceResourceExtensions.cs (1)
60
var val = GetEndpointValue(mapping, epExpr.
Property
);