3 writes to whenKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14962
this.
whenKeyword
= whenKeyword;
14977
this.
whenKeyword
= whenKeyword;
14991
this.
whenKeyword
= whenKeyword;
5 references to whenKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15000
public SyntaxToken WhenKeyword => this.
whenKeyword
;
15008
0 => this.
whenKeyword
,
15038
=> new CatchFilterClauseSyntax(this.Kind, this.
whenKeyword
, this.openParenToken, this.filterExpression, this.closeParenToken, diagnostics, GetAnnotations());
15041
=> new CatchFilterClauseSyntax(this.Kind, this.
whenKeyword
, this.openParenToken, this.filterExpression, this.closeParenToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
9302
public SyntaxToken WhenKeyword => new SyntaxToken(this, ((InternalSyntax.CatchFilterClauseSyntax)this.Green).
whenKeyword
, Position, 0);