60 instantiations of IncParseNode
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (60)
IncrementalParser\IncrementalParser.vb (33)
168
IncParseAndVerify(New
IncParseNode
With {
190
IncParseAndVerify(New
IncParseNode
With {
213
IncParseAndVerify(New
IncParseNode
With {
229
IncParseAndVerify(New
IncParseNode
With {
248
IncParseAndVerify(New
IncParseNode
With {
263
IncParseAndVerify(New
IncParseNode
With {
281
IncParseAndVerify(New
IncParseNode
With {
300
IncParseAndVerify(New
IncParseNode
With {
314
IncParseAndVerify(New
IncParseNode
With {
326
IncParseAndVerify(New
IncParseNode
With {
348
IncParseAndVerify(New
IncParseNode
With {
370
IncParseAndVerify(New
IncParseNode
With {
381
IncParseAndVerify(New
IncParseNode
With {
394
IncParseAndVerify(New
IncParseNode
With {
414
IncParseAndVerify(New
IncParseNode
With {
429
IncParseAndVerify(New
IncParseNode
With {
442
IncParseAndVerify(New
IncParseNode
With {
456
IncParseAndVerify(New
IncParseNode
With {
473
IncParseAndVerify(New
IncParseNode
With {
491
IncParseAndVerify(New
IncParseNode
With {
509
IncParseAndVerify(New
IncParseNode
With {
525
IncParseAndVerify(New
IncParseNode
With {
543
IncParseAndVerify(New
IncParseNode
With {
566
IncParseAndVerify(New
IncParseNode
With {
580
IncParseAndVerify(New
IncParseNode
With {
596
IncParseAndVerify(New
IncParseNode
With {
610
IncParseAndVerify(New
IncParseNode
With {
624
IncParseAndVerify(New
IncParseNode
With {
638
IncParseAndVerify(New
IncParseNode
With {
650
IncParseAndVerify(New
IncParseNode
With {
673
IncParseAndVerify(New
IncParseNode
With {
686
IncParseAndVerify(New
IncParseNode
With {
849
IncParseAndVerify(New
IncParseNode
With {
IncrementalParser\IPEndBlockStatements.vb (27)
32
IncParseAndVerify(New
IncParseNode
With {
52
IncParseAndVerify(New
IncParseNode
With {
74
IncParseAndVerify(New
IncParseNode
With {
96
IncParseAndVerify(New
IncParseNode
With {
118
IncParseAndVerify(New
IncParseNode
With {
141
IncParseAndVerify(New
IncParseNode
With {
161
IncParseAndVerify(New
IncParseNode
With {
182
IncParseAndVerify(New
IncParseNode
With {
205
IncParseAndVerify(New
IncParseNode
With {
226
IncParseAndVerify(New
IncParseNode
With {
251
IncParseAndVerify(New
IncParseNode
With {
277
IncParseAndVerify(New
IncParseNode
With {
299
IncParseAndVerify(New
IncParseNode
With {
323
IncParseAndVerify(New
IncParseNode
With {
347
IncParseAndVerify(New
IncParseNode
With {
370
IncParseAndVerify(New
IncParseNode
With {
396
IncParseAndVerify(New
IncParseNode
With {
422
IncParseAndVerify(New
IncParseNode
With {
445
IncParseAndVerify(New
IncParseNode
With {
471
IncParseAndVerify(New
IncParseNode
With {
496
IncParseAndVerify(New
IncParseNode
With {
524
IncParseAndVerify(New
IncParseNode
With {
547
IncParseAndVerify(New
IncParseNode
With {
573
IncParseAndVerify(New
IncParseNode
With {
600
IncParseAndVerify(New
IncParseNode
With {
623
IncParseAndVerify(New
IncParseNode
With {
651
IncParseAndVerify(New
IncParseNode
With {
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>
252
Public Sub IncParseAndVerify(ParamArray IncParseNodes As
IncParseNode
())