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