3 writes to catches
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14629
this.
catches
= catches;
14655
this.
catches
= catches;
14680
this.
catches
= catches;
4 references to catches
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14692
public CoreSyntax.SyntaxList<CatchClauseSyntax> Catches => new CoreSyntax.SyntaxList<CatchClauseSyntax>(this.
catches
);
14701
3 => this.
catches
,
14729
=> new TryStatementSyntax(this.Kind, this.attributeLists, this.tryKeyword, this.block, this.
catches
, this.@finally, diagnostics, GetAnnotations());
14732
=> new TryStatementSyntax(this.Kind, this.attributeLists, this.tryKeyword, this.block, this.
catches
, this.@finally, GetDiagnostics(), annotations);