3 writes to catchKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14747
this.
catchKeyword
= catchKeyword;
14768
this.
catchKeyword
= catchKeyword;
14788
this.
catchKeyword
= catchKeyword;
5 references to catchKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14803
public SyntaxToken CatchKeyword => this.
catchKeyword
;
14811
0 => this.
catchKeyword
,
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);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
9182
public SyntaxToken CatchKeyword => new SyntaxToken(this, ((InternalSyntax.CatchClauseSyntax)this.Green).
catchKeyword
, Position, 0);