3 writes to eventKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
21481
this.
eventKeyword
= eventKeyword;
21519
this.
eventKeyword
= eventKeyword;
21556
this.
eventKeyword
= eventKeyword;
5 references to eventKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
21580
public SyntaxToken EventKeyword => this.
eventKeyword
;
21593
2 => this.
eventKeyword
,
21625
=> new EventDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.
eventKeyword
, this.type, this.explicitInterfaceSpecifier, this.identifier, this.accessorList, this.semicolonToken, diagnostics, GetAnnotations());
21628
=> new EventDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.
eventKeyword
, this.type, this.explicitInterfaceSpecifier, this.identifier, this.accessorList, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
13541
public SyntaxToken EventKeyword => new SyntaxToken(this, ((InternalSyntax.EventDeclarationSyntax)this.Green).
eventKeyword
, GetChildPosition(2), GetChildIndex(2));