1 write to _syncRoot
mscorlib (1)
system\collections\hashtable.cs (1)
1124
System.Threading.Interlocked.CompareExchange<Object>(ref
_syncRoot
, new Object(), null);
2 references to _syncRoot
mscorlib (2)
system\collections\hashtable.cs (2)
1123
if(
_syncRoot
== null) {
1126
return
_syncRoot
;