5 references to IsLockOwnedByCurrentThread
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (5)
135if (!IsLockOwnedByCurrentThread) 176Debug.Assert(IsLockOwnedByCurrentThread || (!abandonedThread.IsAlive && Thread.CurrentThreadIsFinalizerThread()), 285if (IsLockOwnedByCurrentThread) 348Debug.Assert(IsLockOwnedByCurrentThread); 502Debug.Assert(IsLockOwnedByCurrentThread);