2 references to NextStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Parser\BlockContexts\ForBlockContext.vb (1)
21
s_emptyNextStatement = InternalSyntaxFactory.
NextStatement
(InternalSyntaxFactory.MissingKeyword(SyntaxKind.NextKeyword), Nothing)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
772
return InternalSyntax.SyntaxFactory.
NextStatement
(new InternalSyntax.KeywordSyntax(SyntaxKind.NextKeyword, String.Empty, Nothing, Nothing), Nothing)