2 references to GetSyntaxTreeOrdinal
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\LexicalSortKey.vb (2)
85Me.New(embeddedKind, If(tree Is Nothing OrElse embeddedKind <> SyntaxTreeKind.None, -1, compilation.GetSyntaxTreeOrdinal(tree)), location) 126Me._treeOrdinal = If(tree Is Nothing, -1, compilation.GetSyntaxTreeOrdinal(tree))