2 references to GetPossiblyDifferentTextSpans
Microsoft.CodeAnalysis (1)
Syntax\SyntaxDiffer.cs (1)
89return GetPossiblyDifferentTextSpans(before.GetRoot(), after.GetRoot());
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicSyntaxTree.vb (1)
524Return SyntaxDiffer.GetPossiblyDifferentTextSpans(oldTree.GetRoot(), Me.GetRoot())