4 references to Condition
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Syntax.Generated.vb (4)
15022
return Update(elseIfKeyword, Me.
Condition
, Me.ThenKeyword)
15065
return Update(Me.ElseIfKeyword, Me.
Condition
, thenKeyword)
15080
Return Me.
Condition
15109
If elseIfKeyword <> Me.ElseIfKeyword OrElse condition IsNot Me.
Condition
OrElse thenKeyword <> Me.ThenKeyword Then