8 references to s_globalLock
System (8)
net\System\Net\NetworkInformation\NetworkAddressChange.cs (8)
92lock (s_globalLock) { 110Debug.Assert(!Monitor.IsEntered(s_globalLock), "Should not invoke user callback while holding globalLock"); 132lock(s_globalLock) { 148lock (s_globalLock) { 176lock (s_globalLock) { 212Debug.Assert(!Monitor.IsEntered(s_globalLock), "Should not invoke user callback while holding globalLock"); 250lock (s_globalLock) { 353lock(s_globalLock) {