2 writes to _root
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (2)
62
_root
= set._root;
192
_root
= value;
9 references to _root
System.Collections.Immutable (9)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (9)
99
get { return
_root
.ItemRef(index); }
109
return ref
_root
.ItemRef(index);
118
get { return
_root
.Max; }
127
get { return
_root
.Min; }
180
return
_root
;
190
if (
_root
!= value)
366
_root
.CopyTo(array, arrayIndex);
439
return new ReverseEnumerable(
_root
);
466
Node searchResult =
_root
.Search(equalValue, _comparer);