4 references to changeSpan
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (4)
ParserTestUtilities.vb (4)
211''' <field cref="IncParseNode.changeSpan">OF type TextSpan. The start and length of the change</field> 259newText = oldText.WithChanges(New TextChange(node.changeSpan, node.changeText)) 263newText = oldText.WithChanges(New TextChange(node.changeSpan, "")) 265newText = oldText.WithChanges(New TextChange(node.changeSpan, node.changeText))