3 references to IsDisposed
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\ManualResetEventSlim.cs (3)
82
ObjectDisposedException.ThrowIf(
IsDisposed
, this);
325
ObjectDisposedException.ThrowIf(
IsDisposed
, this);
487
ObjectDisposedException.ThrowIf(
IsDisposed
, this);