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> 256newText = oldText.WithChanges(New TextChange(node.changeSpan, node.changeText)) 258newText = oldText.WithChanges(New TextChange(New TextSpan(0, 0), node.changeText)) 262newText = oldText.WithChanges(New TextChange(node.changeSpan, node.changeText))