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)
40
return
_jsRuntime
.InvokeAsync<TValue>(Id, identifier, args);
48
return
_jsRuntime
.InvokeAsync<TValue>(Id, identifier, cancellationToken, args);
58
await
_jsRuntime
.InvokeVoidAsync("DotNet.disposeJSObjectReferenceById", Id);