9 references to GlobalListsLock
System (9)
sys\system\collections\concurrent\ConcurrentBag.cs (9)
305lock (GlobalListsLock) 345Contract.Assert(Monitor.IsEntered(GlobalListsLock)); 764Contract.Assert(!Monitor.IsEntered(GlobalListsLock)); 767Monitor.Enter(GlobalListsLock, ref lockTaken); 789Monitor.Exit(GlobalListsLock); 798Contract.Assert(Monitor.IsEntered(GlobalListsLock)); 844Contract.Assert(Monitor.IsEntered(GlobalListsLock)); 867Contract.Assert(Monitor.IsEntered(GlobalListsLock)); 889Contract.Assert(Monitor.IsEntered(GlobalListsLock));