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