2 references to IsNullOrBlack
System.Collections (2)
System\Collections\Generic\SortedSet.cs (2)
1620
public bool Is2Node => IsBlack &&
IsNullOrBlack
(Left) &&
IsNullOrBlack
(Right);