1 write to _syncRoot
System (1)
compmod\system\collections\generic\sortedlist.cs (1)
365
System.Threading.Interlocked.CompareExchange(ref
_syncRoot
, new Object(), null);
2 references to _syncRoot
System (2)
compmod\system\collections\generic\sortedlist.cs (2)
364
if(
_syncRoot
== null) {
367
return
_syncRoot
;