14 instantiations of LoopStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (14)
Generated\Syntax.xml.Internal.Generated.vb (13)
16810
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
LoopStatementSyntax
(o)
16820
ObjectBinder.RegisterTypeReader(GetType(LoopStatementSyntax), Function(r) New
LoopStatementSyntax
(r))
16863
Return new
LoopStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _loopKeyword, _whileOrUntilClause)
16867
Return new
LoopStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _loopKeyword, _whileOrUntilClause)
39661
Return New
LoopStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newLoopKeyword, newWhileOrUntilClause)
47942
Dim result = New
LoopStatementSyntax
(SyntaxKind.SimpleLoopStatement, loopKeyword, whileOrUntilClause)
47970
Dim result = New
LoopStatementSyntax
(SyntaxKind.LoopWhileStatement, loopKeyword, whileOrUntilClause)
47998
Dim result = New
LoopStatementSyntax
(SyntaxKind.LoopUntilStatement, loopKeyword, whileOrUntilClause)
48032
Dim result = New
LoopStatementSyntax
(kind, loopKeyword, whileOrUntilClause)
60020
Dim result = New
LoopStatementSyntax
(SyntaxKind.SimpleLoopStatement, loopKeyword, whileOrUntilClause, _factoryContext)
60048
Dim result = New
LoopStatementSyntax
(SyntaxKind.LoopWhileStatement, loopKeyword, whileOrUntilClause, _factoryContext)
60076
Dim result = New
LoopStatementSyntax
(SyntaxKind.LoopUntilStatement, loopKeyword, whileOrUntilClause, _factoryContext)
60110
Dim result = New
LoopStatementSyntax
(kind, loopKeyword, whileOrUntilClause, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
18243
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
LoopStatementSyntax
(kind, errors, annotations, loopKeyword, if(whileOrUntilClause IsNot Nothing, DirectCast(whileOrUntilClause.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.WhileOrUntilClauseSyntax), Nothing)), Nothing, 0)
47 references to LoopStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (44)
Generated\Syntax.xml.Internal.Generated.vb (38)
16474
Friend ReadOnly _loopStatement as
LoopStatementSyntax
16476
Friend Sub New(ByVal kind As SyntaxKind, doStatement As DoStatementSyntax, statements As GreenNode, loopStatement As
LoopStatementSyntax
)
16491
Friend Sub New(ByVal kind As SyntaxKind, doStatement As DoStatementSyntax, statements As GreenNode, loopStatement As
LoopStatementSyntax
, context As ISyntaxFactoryContext)
16507
Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), doStatement As DoStatementSyntax, statements As GreenNode, loopStatement As
LoopStatementSyntax
)
16535
Dim _loopStatement = DirectCast(reader.ReadValue(),
LoopStatementSyntax
)
16583
Friend ReadOnly Property LoopStatement As InternalSyntax.
LoopStatementSyntax
16820
ObjectBinder.RegisterTypeReader(GetType(
LoopStatementSyntax
), Function(r) New LoopStatementSyntax(r))
37124
Public Overridable Function VisitLoopStatement(ByVal node As
LoopStatementSyntax
) As VisualBasicSyntaxNode
39627
Dim newLoopStatement = DirectCast(Visit(node._loopStatement),
LoopStatementSyntax
)
39652
Public Overrides Function VisitLoopStatement(ByVal node As
LoopStatementSyntax
) As VisualBasicSyntaxNode
47621
Friend Shared Function SimpleDoLoopBlock(doStatement As DoStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), loopStatement As
LoopStatementSyntax
) As DoLoopBlockSyntax
47653
Friend Shared Function DoWhileLoopBlock(doStatement As DoStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), loopStatement As
LoopStatementSyntax
) As DoLoopBlockSyntax
47685
Friend Shared Function DoUntilLoopBlock(doStatement As DoStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), loopStatement As
LoopStatementSyntax
) As DoLoopBlockSyntax
47717
Friend Shared Function DoLoopWhileBlock(doStatement As DoStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), loopStatement As
LoopStatementSyntax
) As DoLoopBlockSyntax
47749
Friend Shared Function DoLoopUntilBlock(doStatement As DoStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), loopStatement As
LoopStatementSyntax
) As DoLoopBlockSyntax
47786
Friend Shared Function DoLoopBlock(kind As SyntaxKind, doStatement As DoStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), loopStatement As
LoopStatementSyntax
) As DoLoopBlockSyntax
47933
Friend Shared Function SimpleLoopStatement(loopKeyword As KeywordSyntax, whileOrUntilClause As WhileOrUntilClauseSyntax) As
LoopStatementSyntax
47939
Return DirectCast(cached,
LoopStatementSyntax
)
47961
Friend Shared Function LoopWhileStatement(loopKeyword As KeywordSyntax, whileOrUntilClause As WhileOrUntilClauseSyntax) As
LoopStatementSyntax
47967
Return DirectCast(cached,
LoopStatementSyntax
)
47989
Friend Shared Function LoopUntilStatement(loopKeyword As KeywordSyntax, whileOrUntilClause As WhileOrUntilClauseSyntax) As
LoopStatementSyntax
47995
Return DirectCast(cached,
LoopStatementSyntax
)
48022
Friend Shared Function LoopStatement(kind As SyntaxKind, loopKeyword As KeywordSyntax, whileOrUntilClause As WhileOrUntilClauseSyntax) As
LoopStatementSyntax
48029
Return DirectCast(cached,
LoopStatementSyntax
)
59699
Friend Function SimpleDoLoopBlock(doStatement As DoStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), loopStatement As
LoopStatementSyntax
) As DoLoopBlockSyntax
59731
Friend Function DoWhileLoopBlock(doStatement As DoStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), loopStatement As
LoopStatementSyntax
) As DoLoopBlockSyntax
59763
Friend Function DoUntilLoopBlock(doStatement As DoStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), loopStatement As
LoopStatementSyntax
) As DoLoopBlockSyntax
59795
Friend Function DoLoopWhileBlock(doStatement As DoStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), loopStatement As
LoopStatementSyntax
) As DoLoopBlockSyntax
59827
Friend Function DoLoopUntilBlock(doStatement As DoStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), loopStatement As
LoopStatementSyntax
) As DoLoopBlockSyntax
59864
Friend Function DoLoopBlock(kind As SyntaxKind, doStatement As DoStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), loopStatement As
LoopStatementSyntax
) As DoLoopBlockSyntax
60011
Friend Function SimpleLoopStatement(loopKeyword As KeywordSyntax, whileOrUntilClause As WhileOrUntilClauseSyntax) As
LoopStatementSyntax
60017
Return DirectCast(cached,
LoopStatementSyntax
)
60039
Friend Function LoopWhileStatement(loopKeyword As KeywordSyntax, whileOrUntilClause As WhileOrUntilClauseSyntax) As
LoopStatementSyntax
60045
Return DirectCast(cached,
LoopStatementSyntax
)
60067
Friend Function LoopUntilStatement(loopKeyword As KeywordSyntax, whileOrUntilClause As WhileOrUntilClauseSyntax) As
LoopStatementSyntax
60073
Return DirectCast(cached,
LoopStatementSyntax
)
60100
Friend Function LoopStatement(kind As SyntaxKind, loopKeyword As KeywordSyntax, whileOrUntilClause As WhileOrUntilClauseSyntax) As
LoopStatementSyntax
60107
Return DirectCast(cached,
LoopStatementSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (2)
17970
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DoLoopBlockSyntax(kind, errors, annotations, DirectCast(doStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DoStatementSyntax), if(statements IsNot Nothing, statements.Green, Nothing), DirectCast(loopStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
LoopStatementSyntax
)), Nothing, 0)
18251
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
LoopStatementSyntax
)._loopKeyword, Me.Position, 0)
Parser\BlockContexts\DoLoopBlockContext.vb (2)
27
Dim loopStmt As
LoopStatementSyntax
= DirectCast(statement,
LoopStatementSyntax
)
Parser\ParseStatement.vb (2)
552
Private Function ParseLoopStatement() As
LoopStatementSyntax
573
Dim statement As
LoopStatementSyntax
= SyntaxFactory.LoopStatement(kind, loopKeyword, optionalWhileOrUntilClause)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.vb (3)
727
Private Shared Function GenerateGreenSimpleLoopStatement() As InternalSyntax.
LoopStatementSyntax
731
Private Shared Function GenerateGreenLoopWhileStatement() As InternalSyntax.
LoopStatementSyntax
735
Private Shared Function GenerateGreenLoopUntilStatement() As InternalSyntax.
LoopStatementSyntax