5 references to IncParseNode
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (5)
ParserTestUtilities.vb (5)
206''' <field cref="IncParseNode.oldText">Old text on which the incremental parse is applied</field> 207''' <field cref="IncParseNode.changeText">The new text that is added/removed/replaced</field> 208''' <field cref="IncParseNode.changeSpan">OF type TextSpan. The start and length of the change</field> 209''' <field cref="IncParseNode.changeType">Whether text was added, removed or replaced</field> 249Public Sub IncParseAndVerify(ParamArray IncParseNodes As IncParseNode())