3 writes to eventKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19815
this.
eventKeyword
= eventKeyword;
19838
this.
eventKeyword
= eventKeyword;
19860
this.
eventKeyword
= eventKeyword;
5 references to eventKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19869
public SyntaxToken EventKeyword => this.
eventKeyword
;
19878
2 => this.
eventKeyword
,
19907
=> new EventFieldDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.
eventKeyword
, this.declaration, this.semicolonToken, diagnostics, GetAnnotations());
19910
=> new EventFieldDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.
eventKeyword
, this.declaration, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
12438
public SyntaxToken EventKeyword => new SyntaxToken(this, ((InternalSyntax.EventFieldDeclarationSyntax)this.Green).
eventKeyword
, GetChildPosition(2), GetChildIndex(2));