3 references to AsCallbackAnnotation
Aspire.Hosting (3)
ApplicationModel\ArgumentsExecutionConfigurationGatherer.cs (1)
29args = await ann.AsCallbackAnnotation().EvaluateOnceAsync(callbackContext).ConfigureAwait(false);
ApplicationModel\ResourceExtensions.cs (2)
1690if (ann.AsCallbackAnnotation().TryGetCachedResult(out var cachedTask) && 1709var resultingArgs = await ann.AsCallbackAnnotation().EvaluateOnceAsync(context).ConfigureAwait(false);