3 writes to _lockOwnerThread
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (3)
119
_lockOwnerThread
= waitInfo.Thread;
150
_lockOwnerThread
= null;
197
_lockOwnerThread
= null;
2 references to _lockOwnerThread
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (2)
95
public bool IsLockOwnedByAnyThreadInThisProcess =>
_lockOwnerThread
is not null;
192
Debug.Assert(
_lockOwnerThread
is not null);