3 references to ThenKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Syntax.Generated.vb (3)
14758return Update(ifKeyword, Me.Condition, Me.ThenKeyword) 14776return Update(Me.IfKeyword, condition, Me.ThenKeyword) 14845If ifKeyword <> Me.IfKeyword OrElse condition IsNot Me.Condition OrElse thenKeyword <> Me.ThenKeyword Then