3 references to GetObjectReference
Microsoft.JSInterop (3)
Infrastructure\DotNetDispatcher.cs (2)
55targetInstance = jsRuntime.GetObjectReference(invocationInfo.DotNetObjectId); 94targetInstance = jsRuntime.GetObjectReference(invocationInfo.DotNetObjectId);
Infrastructure\DotNetObjectReferenceJsonConverter.cs (1)
51var value = (DotNetObjectReference<TValue>)JSRuntime.GetObjectReference(dotNetObjectId);