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