3 writes to filter
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14756
this.
filter
= filter;
14777
this.
filter
= filter;
14797
this.
filter
= filter;
4 references to filter
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14805
public CatchFilterClauseSyntax? Filter => this.
filter
;
14813
2 => this.
filter
,
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);