6 references to TreeOrdinal
Microsoft.CodeAnalysis.CSharp (6)
Symbols\LexicalSortKey.cs (6)
102if (xSortKey.TreeOrdinal != ySortKey.TreeOrdinal) 104if (xSortKey.TreeOrdinal < 0) 108else if (ySortKey.TreeOrdinal < 0) 113comparison = xSortKey.TreeOrdinal - ySortKey.TreeOrdinal;