Implemented interface member:
method
GetValueAsync
Aspire.Hosting.ApplicationModel.IValueProvider.GetValueAsync(Aspire.Hosting.ApplicationModel.ValueProviderContext, System.Threading.CancellationToken)
5 references to GetValueAsync
Aspire.Hosting (3)
ApplicationModel\IResourceWithConnectionString.cs (1)
24
ConnectionStringExpression.
GetValueAsync
(context, cancellationToken);
ApplicationModel\ReferenceExpression.cs (2)
195
return await branch.
GetValueAsync
(context, cancellationToken).ConfigureAwait(false);
227
return this.
GetValueAsync
(new(), cancellationToken);
Aspire.Hosting.Tests (2)
ConditionalReferenceExpressionTests.cs (2)
64
var valueBefore = await expression.
GetValueAsync
(new(), default);
69
var valueAfter = await expression.
GetValueAsync
(new(), default);