2 references to ChangeRangeWithText
Microsoft.CodeAnalysis (2)
Syntax\SyntaxDiffer.cs (2)
781
textChanges.Add(new
ChangeRangeWithText
(range, _computeNewText ? newText.ToString() : null));
787
textChanges.Add(new
ChangeRangeWithText
(cr.Range, _computeNewText ? GetText(cr.NewNodes) : null));