3 writes to keyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
489
this.
keyword
= keyword;
498
this.
keyword
= keyword;
506
this.
keyword
= keyword;
5 references to keyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
510
public SyntaxToken Keyword => this.
keyword
;
513
=> index == 0 ? this.
keyword
: null;
538
=> new PredefinedTypeSyntax(this.Kind, this.
keyword
, diagnostics, GetAnnotations());
541
=> new PredefinedTypeSyntax(this.Kind, this.
keyword
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
333
public SyntaxToken Keyword => new SyntaxToken(this, ((InternalSyntax.PredefinedTypeSyntax)this.Green).
keyword
, Position, 0);