1 write to _syncRoot
System (1)
compmod\system\collections\generic\linkedlist.cs (1)
391
System.Threading.Interlocked.CompareExchange<Object>(ref
_syncRoot
, new Object(), null);
2 references to _syncRoot
System (2)
compmod\system\collections\generic\linkedlist.cs (2)
390
if(
_syncRoot
== null) {
393
return
_syncRoot
;