6 references to WhileBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Syntax.Generated.vb (5)
12740
Public Shadows Function WithWhileStatement(whileStatement as WhileStatementSyntax) As
WhileBlockSyntax
12762
Public Shadows Function WithStatements(statements as SyntaxList(Of StatementSyntax)) As
WhileBlockSyntax
12766
Public Shadows Function AddStatements(ParamArray items As StatementSyntax()) As
WhileBlockSyntax
12784
Public Shadows Function WithEndWhileStatement(endWhileStatement as EndBlockStatementSyntax) As
WhileBlockSyntax
12836
Public Function Update(whileStatement As WhileStatementSyntax, statements As SyntaxList(of StatementSyntax), endWhileStatement As EndBlockStatementSyntax) As
WhileBlockSyntax
Syntax\SyntaxNormalizer.vb (1)
978
Public Overrides Function VisitWhileBlock(node As
WhileBlockSyntax
) As SyntaxNode