2 references to WithChanges
Microsoft.CodeAnalysis.VisualBasic (2)
Syntax\VisualBasicSyntaxTree.vb (2)
104
Return Me.
WithChanges
(newText, newText.GetChangeRanges(oldText).ToArray())
108
Return Me.
WithChanges
(newText, {New TextChangeRange(New TextSpan(0, Me.Length), newText.Length)})