7 references to IsRed
System (7)
compmod\system\collections\generic\sortedset.cs (7)
394if (IsRed(parent)) { 715return IsRed(node.Left) && IsRed(node.Right); 731Debug.Assert(IsRed(parent), "parent must be be red"); 881Debug.Assert(IsRed(sibling.Left) || IsRed(sibling.Right), "sibling must have at least one red child"); 882if (IsRed(sibling.Left)) {