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