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