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)
24ConnectionStringExpression.GetValueAsync(context, cancellationToken);
ApplicationModel\ReferenceExpression.cs (2)
195return await branch.GetValueAsync(context, cancellationToken).ConfigureAwait(false); 227return this.GetValueAsync(new(), cancellationToken);
Aspire.Hosting.Tests (2)
ConditionalReferenceExpressionTests.cs (2)
64var valueBefore = await expression.GetValueAsync(new(), default); 69var valueAfter = await expression.GetValueAsync(new(), default);