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