3 writes to keyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
3282
this.
keyword
= keyword;
3297
this.
keyword
= keyword;
3311
this.
keyword
= keyword;
5 references to keyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
3321
public SyntaxToken Keyword => this.
keyword
;
3332
0 => this.
keyword
,
3362
=> new MakeRefExpressionSyntax(this.Kind, this.
keyword
, this.openParenToken, this.expression, this.closeParenToken, diagnostics, GetAnnotations());
3365
=> new MakeRefExpressionSyntax(this.Kind, this.
keyword
, this.openParenToken, this.expression, this.closeParenToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
2092
public SyntaxToken Keyword => new SyntaxToken(this, ((InternalSyntax.MakeRefExpressionSyntax)this.Green).
keyword
, Position, 0);