3 writes to keyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
3797
this.
keyword
= keyword;
3812
this.
keyword
= keyword;
3826
this.
keyword
= keyword;
5 references to keyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
3836
public SyntaxToken Keyword => this.
keyword
;
3847
0 => this.
keyword
,
3877
=> new DefaultExpressionSyntax(this.Kind, this.
keyword
, this.openParenToken, this.type, this.closeParenToken, diagnostics, GetAnnotations());
3880
=> new DefaultExpressionSyntax(this.Kind, this.
keyword
, this.openParenToken, this.type, this.closeParenToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
2381
public SyntaxToken Keyword => new SyntaxToken(this, ((InternalSyntax.DefaultExpressionSyntax)this.Green).
keyword
, Position, 0);