1 write to _syncRoot
mscorlib (1)
system\collections\listdictionaryinternal.cs (1)
125System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
2 references to _syncRoot
mscorlib (2)
system\collections\listdictionaryinternal.cs (2)
124if( _syncRoot == null) { 127return _syncRoot;