5 writes to Color
System.Collections (5)
System\Collections\Generic\SortedSet.cs (5)
460
newGrandParent.
Color
= parent.Color;
685
successor?.
Color
= match.Color;
1596
Color
= color;
1621
public void ColorBlack() =>
Color
= NodeColor.Black;
1623
public void ColorRed() =>
Color
= NodeColor.Red;
5 references to Color
System.Collections (5)
System\Collections\Generic\SortedSet.cs (5)
460
newGrandParent.Color = parent.
Color
;
685
successor?.Color = match.
Color
;
1613
public bool IsBlack =>
Color
== NodeColor.Black;
1615
public bool IsRed =>
Color
== NodeColor.Red;
1684
public Node ShallowClone() => new Node(Item,
Color
);