17 references to NextStatement
Microsoft.CodeAnalysis.VisualBasic (17)
Binding\Binder_Statements.vb (1)
156
Case SyntaxKind.
NextStatement
,
Binding\MemberSemanticModel.vb (1)
358
SyntaxKind.
NextStatement
,
Compilation\SyntaxTreeSemanticModel.vb (1)
1628
Case SyntaxKind.
NextStatement
Generated\Syntax.xml.Internal.Generated.vb (4)
40417
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
NextStatement
, nextKeyword, controlVariables.Node, hash)
40422
Dim result = New NextStatementSyntax(SyntaxKind.
NextStatement
, nextKeyword, controlVariables.Node)
52483
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
NextStatement
, nextKeyword, controlVariables.Node, _factoryContext, hash)
52488
Dim result = New NextStatementSyntax(SyntaxKind.
NextStatement
, nextKeyword, controlVariables.Node, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (4)
20022
Return New NextStatementSyntax(SyntaxKind.
NextStatement
, Nothing, Nothing, DirectCast(nextKeyword.Node, InternalSyntax.KeywordSyntax), controlVariables.Node)
35917
SyntaxKind.
NextStatement
,
36211
SyntaxKind.
NextStatement
,
36513
SyntaxKind.
NextStatement
,
Generated\Syntax.xml.Syntax.Generated.vb (1)
19663
''' <item><description><see cref="SyntaxKind.
NextStatement
"/></description></item>
Parser\BlockContexts\BlockContext.vb (2)
584
Case SyntaxKind.
NextStatement
797
Return SyntaxKind.
NextStatement
Parser\BlockContexts\DeclarationContext.vb (1)
384
Case SyntaxKind.
NextStatement
Parser\Parser.vb (1)
1745
Return SyntaxKind.
NextStatement
Syntax\SyntaxKindFacts.vb (1)
585
SyntaxKind.
NextStatement
,