4 references to ElseIfStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
13441
Return new
ElseIfStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _elseIfKeyword, _condition, _thenKeyword)
13445
Return new
ElseIfStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _elseIfKeyword, _condition, _thenKeyword)
39266
Return New
ElseIfStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newElseIfKeyword, newCondition, newThenKeyword)
Generated\Syntax.xml.Syntax.Generated.vb (1)
15004
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
ElseIfStatementSyntax
(kind, errors, annotations, elseIfKeyword, DirectCast(condition.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax), thenKeyword), Nothing, 0)