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