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