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