2 writes to _syncRoot
mscorlib (2)
system\collections\objectmodel\collection.cs (2)
164_syncRoot = c.SyncRoot; 167System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
2 references to _syncRoot
mscorlib (2)
system\collections\objectmodel\collection.cs (2)
161if( _syncRoot == null) { 170return _syncRoot;