7 references to WhileBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
29024
Public Overridable Function VisitWhileBlock(ByVal node As
WhileBlockSyntax
) As VisualBasicSyntaxNode
31054
Public Overrides Function VisitWhileBlock(ByVal node As
WhileBlockSyntax
) As VisualBasicSyntaxNode
37642
Friend Shared Function WhileBlock(whileStatement As WhileStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endWhileStatement As EndBlockStatementSyntax) As
WhileBlockSyntax
37649
Return DirectCast(cached,
WhileBlockSyntax
)
49708
Friend Function WhileBlock(whileStatement As WhileStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endWhileStatement As EndBlockStatementSyntax) As
WhileBlockSyntax
49715
Return DirectCast(cached,
WhileBlockSyntax
)
Parser\BlockContexts\BlockContext.vb (1)
547
Return UseSyntax(node, newContext, DirectCast(node,
WhileBlockSyntax
).EndWhileStatement.IsMissing)