8 instantiations of WhileBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
10988
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
WhileBlockSyntax
(o)
10999
ObjectBinder.RegisterTypeReader(GetType(WhileBlockSyntax), Function(r) New
WhileBlockSyntax
(r))
11052
Return new
WhileBlockSyntax
(Me.Kind, newErrors, GetAnnotations, _whileStatement, _statements, _endWhileStatement)
11056
Return new
WhileBlockSyntax
(Me.Kind, GetDiagnostics, annotations, _whileStatement, _statements, _endWhileStatement)
38993
Return New
WhileBlockSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newWhileStatement, newStatements.Node, newEndWhileStatement)
45592
Dim result = New
WhileBlockSyntax
(SyntaxKind.WhileBlock, whileStatement, statements.Node, endWhileStatement)
57670
Dim result = New
WhileBlockSyntax
(SyntaxKind.WhileBlock, whileStatement, statements.Node, endWhileStatement, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
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)
9 references to WhileBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
10999
ObjectBinder.RegisterTypeReader(GetType(
WhileBlockSyntax
), Function(r) New WhileBlockSyntax(r))
36952
Public Overridable Function VisitWhileBlock(ByVal node As
WhileBlockSyntax
) As VisualBasicSyntaxNode
38982
Public Overrides Function VisitWhileBlock(ByVal node As
WhileBlockSyntax
) As VisualBasicSyntaxNode
45582
Friend Shared Function WhileBlock(whileStatement As WhileStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endWhileStatement As EndBlockStatementSyntax) As
WhileBlockSyntax
45589
Return DirectCast(cached,
WhileBlockSyntax
)
57660
Friend Function WhileBlock(whileStatement As WhileStatementSyntax, statements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endWhileStatement As EndBlockStatementSyntax) As
WhileBlockSyntax
57667
Return DirectCast(cached,
WhileBlockSyntax
)
Parser\BlockContexts\BlockContext.vb (1)
546
Return UseSyntax(node, newContext, DirectCast(node,
WhileBlockSyntax
).EndWhileStatement.IsMissing)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
439
Private Shared Function GenerateGreenWhileBlock() As InternalSyntax.
WhileBlockSyntax