3 writes to keyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
3896
this.
keyword
= keyword;
3911
this.
keyword
= keyword;
3925
this.
keyword
= keyword;
5 references to keyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
3935
public SyntaxToken Keyword => this.
keyword
;
3946
0 => this.
keyword
,
3976
=> new TypeOfExpressionSyntax(this.Kind, this.
keyword
, this.openParenToken, this.type, this.closeParenToken, diagnostics, GetAnnotations());
3979
=> new TypeOfExpressionSyntax(this.Kind, this.
keyword
, this.openParenToken, this.type, this.closeParenToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
2434
public SyntaxToken Keyword => new SyntaxToken(this, ((InternalSyntax.TypeOfExpressionSyntax)this.Green).
keyword
, Position, 0);