3 writes to enumKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
18100
this.
enumKeyword
= enumKeyword;
18146
this.
enumKeyword
= enumKeyword;
18191
this.
enumKeyword
= enumKeyword;
5 references to enumKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
18224
public SyntaxToken EnumKeyword => this.
enumKeyword
;
18239
2 => this.
enumKeyword
,
18272
=> new EnumDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.
enumKeyword
, this.identifier, this.baseList, this.openBraceToken, this.members, this.closeBraceToken, this.semicolonToken, diagnostics, GetAnnotations());
18275
=> new EnumDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.
enumKeyword
, this.identifier, this.baseList, this.openBraceToken, this.members, this.closeBraceToken, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
11327
public SyntaxToken EnumKeyword => new SyntaxToken(this, ((InternalSyntax.EnumDeclarationSyntax)this.Green).
enumKeyword
, GetChildPosition(2), GetChildIndex(2));