5 writes to Color
System.Collections (5)
System\Collections\Generic\SortedSet.cs (5)
460
newGrandParent.
Color
= parent.Color;
687
successor.
Color
= match.Color;
1599
Color
= color;
1624
public void ColorBlack() =>
Color
= NodeColor.Black;
1626
public void ColorRed() =>
Color
= NodeColor.Red;
5 references to Color
System.Collections (5)
System\Collections\Generic\SortedSet.cs (5)
460
newGrandParent.Color = parent.
Color
;
687
successor.Color = match.
Color
;
1616
public bool IsBlack =>
Color
== NodeColor.Black;
1618
public bool IsRed =>
Color
== NodeColor.Red;
1687
public Node ShallowClone() => new Node(Item,
Color
);