6 references to CatchKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Main.Generated.vb (2)
3097Dim newCatchKeyword = DirectCast(VisitToken(node.CatchKeyword).Node, InternalSyntax.KeywordSyntax) 3098If node.CatchKeyword.Node IsNot newCatchKeyword Then anyChanges = True
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