8 references to Property
Aspire.Hosting (4)
ApplicationModel\EndpointReference.cs (3)
165Endpoint.GetExpression(Property); 173public 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)
182EndpointReferenceExpression ep when sourceIsContainer => new ResolvedValue(await EvalEndpointAsync(ep.Endpoint, ep.Property).ConfigureAwait(false), false),
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppContext.cs (1)
550var val = GetValue(mapping, epExpr.Property);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
156var val = GetValue(mapping, epExpr.Property);
Aspire.Hosting.Docker (1)
DockerComposeServiceResourceExtensions.cs (1)
54var val = GetValue(mapping, epExpr.Property);
Aspire.Hosting.Kubernetes (1)
KubernetesServiceResourceExtensions.cs (1)
60var val = GetEndpointValue(mapping, epExpr.Property);