2 writes to Disposed
Microsoft.JSInterop (2)
Implementation\JSInProcessObjectReference.cs (1)
41Disposed = true;
Implementation\JSObjectReference.cs (1)
56Disposed = true;
3 references to Disposed
Microsoft.JSInterop (3)
Implementation\JSInProcessObjectReference.cs (1)
39if (!Disposed)
Implementation\JSObjectReference.cs (2)
54if (!Disposed) 65ObjectDisposedException.ThrowIf(Disposed, this);