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