3 writes to keyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
3995
this.
keyword
= keyword;
4010
this.
keyword
= keyword;
4024
this.
keyword
= keyword;
5 references to keyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
4034
public SyntaxToken Keyword => this.
keyword
;
4045
0 => this.
keyword
,
4075
=> new SizeOfExpressionSyntax(this.Kind, this.
keyword
, this.openParenToken, this.type, this.closeParenToken, diagnostics, GetAnnotations());
4078
=> new SizeOfExpressionSyntax(this.Kind, this.
keyword
, this.openParenToken, this.type, this.closeParenToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
2487
public SyntaxToken Keyword => new SyntaxToken(this, ((InternalSyntax.SizeOfExpressionSyntax)this.Green).
keyword
, Position, 0);