3 writes to keyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
3599
this.
keyword
= keyword;
3614
this.
keyword
= keyword;
3628
this.
keyword
= keyword;
5 references to keyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
3638
public SyntaxToken Keyword => this.
keyword
;
3649
0 => this.
keyword
,
3679
=> new CheckedExpressionSyntax(this.Kind, this.
keyword
, this.openParenToken, this.expression, this.closeParenToken, diagnostics, GetAnnotations());
3682
=> new CheckedExpressionSyntax(this.Kind, this.
keyword
, this.openParenToken, this.expression, this.closeParenToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
2273
public SyntaxToken Keyword => new SyntaxToken(this, ((InternalSyntax.CheckedExpressionSyntax)this.Green).
keyword
, Position, 0);