1 write to Id
Microsoft.JSInterop (1)
Implementation\JSObjectReference.cs (1)
32
Id
= id;
6 references to Id
Microsoft.JSInterop (6)
Implementation\JSInProcessObjectReference.cs (2)
33
return _jsRuntime.Invoke<TValue>(identifier,
Id
, args);
43
DisposeJSObjectReferenceById(
Id
);
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
);
Implementation\JSObjectReferenceJsonWorker.cs (1)
63
writer.WriteNumber(JSObjectIdKey, objectReference.
Id
);