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