3 writes to keyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13268
this.
keyword
= keyword;
13284
this.
keyword
= keyword;
13299
this.
keyword
= keyword;
5 references to keyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13305
public SyntaxToken Keyword => this.
keyword
;
13312
1 => this.
keyword
,
13340
=> new CheckedStatementSyntax(this.Kind, this.attributeLists, this.
keyword
, this.block, diagnostics, GetAnnotations());
13343
=> new CheckedStatementSyntax(this.Kind, this.attributeLists, this.
keyword
, this.block, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
8250
public SyntaxToken Keyword => new SyntaxToken(this, ((InternalSyntax.CheckedStatementSyntax)this.Green).
keyword
, GetChildPosition(1), GetChildIndex(1));