2 references to InvokeSynchronously
Microsoft.JSInterop (2)
Infrastructure\DotNetDispatcher.cs (2)
58
var syncResult =
InvokeSynchronously
(jsRuntime, invocationInfo, targetInstance, argsJson);
97
syncResult =
InvokeSynchronously
(jsRuntime, invocationInfo, targetInstance, argsJson);