1 write to _jsRuntime
Microsoft.JSInterop (1)
Implementation\JSInProcessObjectReference.cs (1)
24
_jsRuntime
= jsRuntime;
1 reference to _jsRuntime
Microsoft.JSInterop (1)
Implementation\JSInProcessObjectReference.cs (1)
33
return
_jsRuntime
.Invoke<TValue>(identifier, Id, args);