1 write to _syncRoot
System.Core (1)
Microsoft\Scripting\Utils\ReadOnlyCollectionBuilder.cs (1)
369
System.Threading.Interlocked.CompareExchange<Object>(ref
_syncRoot
, new Object(), null);
2 references to _syncRoot
System.Core (2)
Microsoft\Scripting\Utils\ReadOnlyCollectionBuilder.cs (2)
368
if (
_syncRoot
== null) {
371
return
_syncRoot
;