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