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