2 references to UnwrapAsyncResultAsync
Aspire.Hosting.RemoteHost (2)
Ats\CapabilityDispatcher.cs (2)
311
result = await
UnwrapAsyncResultAsync
(result, methodToInvoke.ReturnType).ConfigureAwait(false);
373
result = await
UnwrapAsyncResultAsync
(result, methodToInvoke.ReturnType).ConfigureAwait(false);