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