7 references to s_lock
System.Private.CoreLib (7)
System\Threading\ObjectHeader.cs (1)
221Debug.Assert(SyncTable.s_lock.IsHeldByCurrentThread);
System\Threading\SyncTable.cs (6)
109using (s_lock.EnterScope()) 175Debug.Assert(s_lock.IsHeldByCurrentThread); 245using (s_lock.EnterScope()) 263Debug.Assert(s_lock.IsHeldByCurrentThread); 274Debug.Assert(s_lock.IsHeldByCurrentThread); 308using (s_lock.EnterScope())