3 references to JSInProcessRuntime
Microsoft.JSInterop (3)
Implementation\JSInProcessObjectReference.cs (3)
16private readonly JSInProcessRuntime _jsRuntime; 21/// <param name="jsRuntime">The <see cref="JSInProcessRuntime"/> used for invoking JS interop calls.</param> 23protected internal JSInProcessObjectReference(JSInProcessRuntime jsRuntime, long id) : base(jsRuntime, id)