2 references to Declaration
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
14825
if (catchKeyword != this.CatchKeyword || declaration != this.
Declaration
|| filter != this.Filter || block != this.Block)
28369
=> node.Update((SyntaxToken)Visit(node.CatchKeyword), (CatchDeclarationSyntax)Visit(node.
Declaration
), (CatchFilterClauseSyntax)Visit(node.Filter), (BlockSyntax)Visit(node.Block));