5 references to GetNextDirective
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\DirectiveTriviaSyntax.vb (1)
85
d = d.
GetNextDirective
()
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (4)
TestSyntaxNodes.vb (4)
2079
Dim fDir1 = fDir.
GetNextDirective
2083
Dim lDir1 = fDir.
GetNextDirective
2086
Dim fDir2 = fDir1.
GetNextDirective
(Function(d) d.ToString = "#const y = 3")
2088
fDir2 = fDir1.
GetNextDirective
(Function(d) d.ToString = "#const y = 42")