1 write to _syncRoot
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
271
Threading.Interlocked.CompareExchange<object?>(ref
_syncRoot
, new object(), null);
2 references to _syncRoot
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (2)
269
if (
_syncRoot
== null)
274
return
_syncRoot
;