1 write to _lock
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (1)
41_lock = new object();
13 references to _lock
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (13)
75lock (_lock) 99lock (_lock) 123lock (_lock) 150lock (_lock) 168lock (_lock) 177lock (_lock) 321lock (_lock) 362lock (_lock) 400Debug.Assert(Monitor.IsEntered(table._lock), "Must hold the _lock lock to construct the enumerator"); 430lock (table._lock) 449lock (table._lock) 500Debug.Assert(Monitor.IsEntered(_lock)); 923lock (_parent._lock)