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