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)
34return _jsRuntime.Invoke<TValue>(identifier, Id, JSCallType.FunctionCall, args); 43return _jsRuntime.Invoke<IJSInProcessObjectReference>(identifier, Id, JSCallType.NewCall, args); 52return _jsRuntime.Invoke<TValue>(identifier, Id, JSCallType.GetValue); 61_jsRuntime.Invoke<TValue>(identifier, Id, JSCallType.SetValue, value);