4 references to CatchKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Syntax.Generated.vb (4)
15819return Update(Me.CatchKeyword, identifierName, Me.AsClause, Me.WhenClause) 15840return Update(Me.CatchKeyword, Me.IdentifierName, asClause, Me.WhenClause) 15861return Update(Me.CatchKeyword, Me.IdentifierName, Me.AsClause, whenClause) 15916If catchKeyword <> Me.CatchKeyword OrElse identifierName IsNot Me.IdentifierName OrElse asClause IsNot Me.AsClause OrElse whenClause IsNot Me.WhenClause Then