8 references to IsDisposed
System.Net.WebSockets.Client (4)
System\Net\WebSockets\BrowserWebSockets\BrowserInterop.cs (4)
14if (webSocket == null || webSocket.IsDisposed) 25if (webSocket == null || webSocket.IsDisposed) 40if (webSocket == null || webSocket.IsDisposed) 51if (webSocket == null || webSocket.IsDisposed)
System.Runtime.InteropServices.JavaScript (4)
System\Runtime\InteropServices\JavaScript\JSObject.References.cs (1)
54ObjectDisposedException.ThrowIf(IsDisposed, this);
System\Runtime\InteropServices\JavaScript\JSProxyContext.cs (3)
464res.IsDisposed) 475if (jso.IsDisposed) 485if (jso.IsDisposed || ctx._isDisposed)