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