1 write to _syncRoot
mscorlib (1)
system\collections\generic\dictionary.cs (1)
594System.Threading.Interlocked.CompareExchange<Object>(ref _syncRoot, new Object(), null);
2 references to _syncRoot
mscorlib (2)
system\collections\generic\dictionary.cs (2)
593if( _syncRoot == null) { 596return _syncRoot;