2 references to Invoke
Microsoft.JSInterop (2)
Implementation\JSInProcessObjectReference.cs (1)
33return _jsRuntime.Invoke<TValue>(identifier, Id, args);
JSInProcessRuntime.cs (1)
46=> Invoke<TValue>(identifier, 0, args);