4 references to IsBlocking
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (1)
463if (handle.IsBlocking)
src\libraries\System.Private.CoreLib\src\System\Threading\RegisteredWaitHandle.Portable.cs (3)
118if (IsBlocking) 272Debug.Assert(IsBlocking); 282Debug.Assert(!IsBlocking);