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