1 write to _syncRoot
System (1)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (1)
525
System.Threading.Interlocked.CompareExchange(ref
_syncRoot
, new Object(), null);
2 references to _syncRoot
System (2)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (2)
524
if(
_syncRoot
== null) {
527
return
_syncRoot
;