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