Implemented interface member:
method
GetValueAsync
Aspire.Hosting.ApplicationModel.IValueProvider.GetValueAsync(System.Threading.CancellationToken)
2 references to GetValueAsync
Aspire.Hosting (2)
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)