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