2 instantiations of WhileStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
40216
Dim result = New
WhileStatementSyntax
(SyntaxKind.WhileStatement, whileKeyword, condition)
52282
Dim result = New
WhileStatementSyntax
(SyntaxKind.WhileStatement, whileKeyword, condition, _factoryContext)
17 references to WhileStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (17)
Generated\Syntax.xml.Internal.Generated.vb (14)
8639
Friend ReadOnly _whileStatement as
WhileStatementSyntax
8643
Friend Sub New(ByVal kind As SyntaxKind, whileStatement As
WhileStatementSyntax
, statements As GreenNode, endWhileStatement As EndBlockStatementSyntax)
8658
Friend Sub New(ByVal kind As SyntaxKind, whileStatement As
WhileStatementSyntax
, statements As GreenNode, endWhileStatement As EndBlockStatementSyntax, context As ISyntaxFactoryContext)
8674
Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), whileStatement As
WhileStatementSyntax
, statements As GreenNode, endWhileStatement As EndBlockStatementSyntax)
8696
Friend ReadOnly Property WhileStatement As InternalSyntax.
WhileStatementSyntax
29204
Public Overridable Function VisitWhileStatement(ByVal node As
WhileStatementSyntax
) As VisualBasicSyntaxNode
31057
Dim newWhileStatement = DirectCast(Visit(node._whileStatement),
WhileStatementSyntax
)
31754
Public Overrides Function VisitWhileStatement(ByVal node As
WhileStatementSyntax
) 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
40206
Friend Shared Function WhileStatement(whileKeyword As KeywordSyntax, condition As ExpressionSyntax) As
WhileStatementSyntax
40213
Return DirectCast(cached,
WhileStatementSyntax
)
49708
Friend Function WhileBlock(whileStatement As
WhileStatementSyntax
, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endWhileStatement As EndBlockStatementSyntax) As WhileBlockSyntax
52272
Friend Function WhileStatement(whileKeyword As KeywordSyntax, condition As ExpressionSyntax) As
WhileStatementSyntax
52279
Return DirectCast(cached,
WhileStatementSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (2)
12723
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.WhileBlockSyntax(kind, errors, annotations, DirectCast(whileStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
WhileStatementSyntax
), if(statements IsNot Nothing, statements.Green, Nothing), DirectCast(endWhileStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndBlockStatementSyntax)), Nothing, 0)
18487
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
WhileStatementSyntax
)._whileKeyword, Me.Position, 0)
Parser\BlockContexts\StatementBlockContext.vb (1)
26
Dim beginStmt As
WhileStatementSyntax
= Nothing