4 references to changeText
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (4)
ParserTestUtilities.vb (4)
210
''' <field cref="IncParseNode.
changeText
">The new text that is added/removed/replaced</field>
259
newText = oldText.WithChanges(New TextChange(node.changeSpan, node.
changeText
))
261
newText = oldText.WithChanges(New TextChange(New TextSpan(0, 0), node.
changeText
))
265
newText = oldText.WithChanges(New TextChange(node.changeSpan, node.
changeText
))