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