5 references to ThenKeyword
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Syntax.Generated.vb (5)
14217return Update(ifKeyword, Me.Condition, Me.ThenKeyword, Me.Statements, Me.ElseClause) 14235return Update(Me.IfKeyword, condition, Me.ThenKeyword, Me.Statements, Me.ElseClause) 14276return Update(Me.IfKeyword, Me.Condition, Me.ThenKeyword, statements, Me.ElseClause) 14301return Update(Me.IfKeyword, Me.Condition, Me.ThenKeyword, Me.Statements, elseClause) 14364If ifKeyword <> Me.IfKeyword OrElse condition IsNot Me.Condition OrElse thenKeyword <> Me.ThenKeyword OrElse statements <> Me.Statements OrElse elseClause IsNot Me.ElseClause Then