3 references to ElseIfKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Syntax.Generated.vb (3)
15040
return Update(Me.
ElseIfKeyword
, condition, Me.ThenKeyword)
15065
return Update(Me.
ElseIfKeyword
, Me.Condition, thenKeyword)
15109
If elseIfKeyword <> Me.
ElseIfKeyword
OrElse condition IsNot Me.Condition OrElse thenKeyword <> Me.ThenKeyword Then