2 writes to _root
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (2)
71
_root
= map._root;
392
_root
= value;
4 references to _root
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (4)
380
return
_root
;
390
if (
_root
!= value)
461
return new Enumerator(
_root
, this);
508
return _immutable ??= ImmutableDictionary<TKey, TValue>.Wrap(
_root
, _comparers, _count);