2 references to ProcessValueAsync
Aspire.Hosting.Docker (2)
DockerComposeServiceResourceExtensions.cs (2)
67
return (await resource.
ProcessValueAsync
(context, executionContext, expr.ValueProviders[0]).ConfigureAwait(false)).ToString() ?? string.Empty;
75
var val = await resource.
ProcessValueAsync
(context, executionContext, vp).ConfigureAwait(false);