2 writes to Disposed
Microsoft.JSInterop (2)
Implementation\JSInProcessObjectReference.cs (1)
69Disposed = true;
Implementation\JSObjectReference.cs (1)
105Disposed = true;
3 references to Disposed
Microsoft.JSInterop (3)
Implementation\JSInProcessObjectReference.cs (1)
67if (!Disposed)
Implementation\JSObjectReference.cs (2)
103if (!Disposed) 114ObjectDisposedException.ThrowIf(Disposed, this);