2 references to InvokeMethodAsync
Aspire.Hosting.RemoteHost (2)
Ats\CapabilityDispatcher.cs (2)
380
result = await
InvokeMethodAsync
(methodToInvoke, invokeTarget, methodArgs, capability.RunSyncOnBackgroundThread).ConfigureAwait(false);
466
result = await
InvokeMethodAsync
(methodToInvoke, target: null, methodArgs, capability.RunSyncOnBackgroundThread).ConfigureAwait(false);