4 instantiations of NextStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
52 references to NextStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (33)
Generated\Syntax.xml.Syntax.Generated.vb (21)
18576Friend _nextStatement as NextStatementSyntax
18623Public ReadOnly Property NextStatement As NextStatementSyntax
18629Friend Overridable Function GetNextStatementCore() As NextStatementSyntax
18638Public Function WithNextStatement(nextStatement As NextStatementSyntax) As ForOrForEachBlockSyntax
18641Friend MustOverride Function WithNextStatementCore(nextStatement As NextStatementSyntax) As ForOrForEachBlockSyntax
18672Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), forStatement As ForStatementSyntax, statements As SyntaxNode, nextStatement As NextStatementSyntax)
18740Public Shadows ReadOnly Property NextStatement As NextStatementSyntax
18746Friend Overrides Function GetNextStatementCore() As NextStatementSyntax
18750Friend Overrides Function WithNextStatementCore(nextStatement As NextStatementSyntax) As ForOrForEachBlockSyntax
18759Public Shadows Function WithNextStatement(nextStatement as NextStatementSyntax) As ForBlockSyntax
18820Public Function Update(forStatement As ForStatementSyntax, statements As SyntaxList(of StatementSyntax), nextStatement As NextStatementSyntax) As ForBlockSyntax
18856Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), forEachStatement As ForEachStatementSyntax, statements As SyntaxNode, nextStatement As NextStatementSyntax)
18924Public Shadows ReadOnly Property NextStatement As NextStatementSyntax
18930Friend Overrides Function GetNextStatementCore() As NextStatementSyntax
18934Friend Overrides Function WithNextStatementCore(nextStatement As NextStatementSyntax) As ForOrForEachBlockSyntax
18943Public Shadows Function WithNextStatement(nextStatement as NextStatementSyntax) As ForEachBlockSyntax
19004Public Function Update(forEachStatement As ForEachStatementSyntax, statements As SyntaxList(of StatementSyntax), nextStatement As NextStatementSyntax) As ForEachBlockSyntax
19695Public Shadows Function WithNextKeyword(nextKeyword as SyntaxToken) As NextStatementSyntax
19720Public Shadows Function WithControlVariables(controlVariables as SeparatedSyntaxList(Of ExpressionSyntax)) As NextStatementSyntax
19724Public Shadows Function AddControlVariables(ParamArray items As ExpressionSyntax()) As NextStatementSyntax
19765Public Function Update(nextKeyword As SyntaxToken, controlVariables As SeparatedSyntaxList(Of ExpressionSyntax)) As NextStatementSyntax
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (4)
Microsoft.CodeAnalysis.VisualBasic.Features (9)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)