3 writes to declaration
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14751
this.
declaration
= declaration;
14772
this.
declaration
= declaration;
14792
this.
declaration
= declaration;
4 references to declaration
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14804
public CatchDeclarationSyntax? Declaration => this.
declaration
;
14812
1 => this.
declaration
,
14841
=> new CatchClauseSyntax(this.Kind, this.catchKeyword, this.
declaration
, this.filter, this.block, diagnostics, GetAnnotations());
14844
=> new CatchClauseSyntax(this.Kind, this.catchKeyword, this.
declaration
, this.filter, this.block, GetDiagnostics(), annotations);