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