3 references to IsDisposed
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\ManualResetEventSlim.cs (3)
81
ObjectDisposedException.ThrowIf(
IsDisposed
, this);
324
ObjectDisposedException.ThrowIf(
IsDisposed
, this);
489
ObjectDisposedException.ThrowIf(
IsDisposed
, this);