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