3 writes to keyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
21943
this.
keyword
= keyword;
21977
this.
keyword
= keyword;
22010
this.
keyword
= keyword;
5 references to keyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
22033
public SyntaxToken Keyword => this.
keyword
;
22046
2 => this.
keyword
,
22076
=> new AccessorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.
keyword
, this.body, this.expressionBody, this.semicolonToken, diagnostics, GetAnnotations());
22079
=> new AccessorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.
keyword
, this.body, this.expressionBody, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
13825
public SyntaxToken Keyword => new SyntaxToken(this, ((InternalSyntax.AccessorDeclarationSyntax)this.Green).
keyword
, GetChildPosition(2), GetChildIndex(2));