1 reference to IsBlack
System (1)
compmod\system\collections\generic\sortedset.cs (1)
711return IsBlack(node) && IsNullOrBlack(node.Left) && IsNullOrBlack(node.Right);