1 write to _lock
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Condition.cs (1)
96_lock = @lock;
9 references to _lock
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Threading\Condition.cs (9)
35internal Lock AssociatedLock => _lock; 61Debug.Assert(_lock.IsHeldByCurrentThread); 74Debug.Assert(_lock.IsHeldByCurrentThread); 103if (!_lock.IsHeldByCurrentThread) 111uint recursionCount = _lock.ExitAll(); 124_lock.Reenter(recursionCount); 125Debug.Assert(_lock.IsHeldByCurrentThread); 149if (!_lock.IsHeldByCurrentThread) 158if (!_lock.IsHeldByCurrentThread)