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