2 writes to _root
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (2)
66
_root
= set._root;
196
_root
= value;
9 references to _root
System.Collections.Immutable (9)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (9)
103
get { return
_root
.ItemRef(index); }
113
return ref
_root
.ItemRef(index);
122
get { return
_root
.Max; }
131
get { return
_root
.Min; }
184
return
_root
;
194
if (
_root
!= value)
370
_root
.CopyTo(array, arrayIndex);
443
return new ReverseEnumerable(
_root
);
470
Node searchResult =
_root
.Search(equalValue, _comparer);