1 write to _objectId
Microsoft.JSInterop (1)
DotNetObjectReferenceOfT.cs (1)
58_objectId = value;
3 references to _objectId
Microsoft.JSInterop (3)
DotNetObjectReferenceOfT.cs (3)
51Debug.Assert(_objectId != 0, "Accessing ObjectId without tracking is always incorrect."); 53return _objectId; 91_jsRuntime?.ReleaseObjectReference(_objectId);