1 write to _jsRuntime
Microsoft.JSInterop (1)
Implementation\JSInProcessObjectReference.cs (1)
25
_jsRuntime
= jsRuntime;
4 references to _jsRuntime
Microsoft.JSInterop (4)
Implementation\JSInProcessObjectReference.cs (4)
34
return
_jsRuntime
.Invoke<TValue>(identifier, Id, JSCallType.FunctionCall, args);
43
return
_jsRuntime
.Invoke<IJSInProcessObjectReference>(identifier, Id, JSCallType.NewCall, args);
52
return
_jsRuntime
.Invoke<TValue>(identifier, Id, JSCallType.GetValue);
61
_jsRuntime
.Invoke<TValue>(identifier, Id, JSCallType.SetValue, value);