14 writes to root
System (14)
compmod\system\collections\generic\sortedset.cs (14)
125
root
= null;
135
root
= myCurrent;
173
root
= ConstructRootFromSortedArray(els.ToArray(), 0, els.Count - 1, null);
359
root
= new Node(item, false);
568
root
= null;
748
root
= newChild;
998
this.
root
= dummy.root;
1037
root
= null;
1040
root
= SortedSet<T>.ConstructRootFromSortedArray(merged, 0, c - 1, null);
1165
root
= null;
1167
root
= SortedSet<T>.ConstructRootFromSortedArray(merged, 0, c - 1, null);
1752
root
= underlying.FindRange(min, max, lBoundActive, uBoundActive); // root is first element within range
1829
root
= null;
1955
this.
root
= underlying.FindRange(min, max, lBoundActive, uBoundActive);
23 references to root
System (23)
compmod\system\collections\generic\sortedset.cs (23)
133
Node theirCurrent = baseSortedSet.
root
;
227
if (
root
== null) {
236
Node current =
root
;
265
if (
root
== null) {
270
processQueue.Add(
root
);
358
if (
root
== null) { // empty tree
370
Node current =
root
;
386
root
.IsRed = false;
419
root
.IsRed = false;
435
if (
root
== null) {
452
Node current =
root
;
561
if (
root
!= null) {
562
root
.IsRed = false;
782
Node current =
root
;
799
Node current =
root
;
819
Node current =
root
;
998
this.root = dummy.
root
;
1851
if (
root
== null) {
1858
Node current =
root
;
1894
if (
root
== null) {
1899
processQueue.Add(
root
);
2085
if (
root
!= null) {
2264
SortedSet<T>.Node node = tree.
root
;