3 references to AsCallbackAnnotation
Aspire.Hosting (3)
ApplicationModel\ArgumentsExecutionConfigurationGatherer.cs (1)
75
var launchToolArgs = await launchToolAnnotation.
AsCallbackAnnotation
().EvaluateOnceAsync(launchToolContext).ConfigureAwait(false);
ApplicationModel\ResourceExtensions.cs (2)
318
return annotation.
AsCallbackAnnotation
().TryGetCachedResult(out var cachedTask) && cachedTask!.IsCompletedSuccessfully
331
return await annotation.
AsCallbackAnnotation
().EvaluateOnceAsync(context).ConfigureAwait(false);