2 references to GetTextChanges
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.cs (1)
619
return SyntaxDiffer.
GetTextChanges
(oldTree, this);
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicSyntaxTree.vb (1)
537
Return SyntaxDiffer.
GetTextChanges
(oldTree, Me)