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