3 references to NextStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\BlockContexts\BlockContext.vb (1)
698endStmt = SyntaxFactory.NextStatement(InternalSyntaxFactory.MissingKeyword(SyntaxKind.NextKeyword), Nothing)
Parser\ParseStatement.vb (2)
717Return SyntaxFactory.NextStatement(nextKeyword, Nothing) 757Dim statement = SyntaxFactory.NextStatement(nextKeyword, variables.ToList)