1 write to _jsRuntime
Microsoft.JSInterop (1)
Implementation\JSObjectReference.cs (1)
30_jsRuntime = jsRuntime;
3 references to _jsRuntime
Microsoft.JSInterop (3)
Implementation\JSObjectReference.cs (3)
40return _jsRuntime.InvokeAsync<TValue>(Id, identifier, args); 48return _jsRuntime.InvokeAsync<TValue>(Id, identifier, cancellationToken, args); 58await _jsRuntime.InvokeVoidAsync("DotNet.disposeJSObjectReferenceById", Id);