9 references to WhileStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\Syntax.xml.Syntax.Generated.vb (8)
12712
Friend _whileStatement as
WhileStatementSyntax
12722
Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), whileStatement As
WhileStatementSyntax
, statements As SyntaxNode, endWhileStatement As EndBlockStatementSyntax)
12729
Public ReadOnly Property WhileStatement As
WhileStatementSyntax
12740
Public Shadows Function WithWhileStatement(whileStatement as
WhileStatementSyntax
) As WhileBlockSyntax
12836
Public Function Update(whileStatement As
WhileStatementSyntax
, statements As SyntaxList(of StatementSyntax), endWhileStatement As EndBlockStatementSyntax) As WhileBlockSyntax
18496
Public Shadows Function WithWhileKeyword(whileKeyword as SyntaxToken) As
WhileStatementSyntax
18514
Public Shadows Function WithCondition(condition as ExpressionSyntax) As
WhileStatementSyntax
18555
Public Function Update(whileKeyword As SyntaxToken, condition As ExpressionSyntax) As
WhileStatementSyntax
Syntax\SyntaxNormalizer.vb (1)
1320
Public Overrides Function VisitWhileStatement(node As
WhileStatementSyntax
) As SyntaxNode