3 references to Property
Aspire.Hosting (3)
ApplicationModel\ExpressionResolver.cs (2)
69(EndpointProperty.Port, true, true) => await endpointReference.Property(EndpointProperty.TargetPort).GetValueAsync(cancellationToken).ConfigureAwait(false), 76_ => await endpointReference.Property(property).GetValueAsync(cancellationToken).ConfigureAwait(false)
ResourceBuilderExtensions.cs (1)
544context.EnvironmentVariables[env] = endpointReference.Property(EndpointProperty.TargetPort);