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