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)
35
internal Lock AssociatedLock =>
_lock
;
61
Debug.Assert(
_lock
.IsHeldByCurrentThread);
74
Debug.Assert(
_lock
.IsHeldByCurrentThread);
103
if (!
_lock
.IsHeldByCurrentThread)
111
uint recursionCount =
_lock
.ExitAll();
124
_lock
.Reenter(recursionCount);
125
Debug.Assert(
_lock
.IsHeldByCurrentThread);
149
if (!
_lock
.IsHeldByCurrentThread)
158
if (!
_lock
.IsHeldByCurrentThread)