3 writes to identifier
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
18482
this.
identifier
= identifier;
18506
this.
identifier
= identifier;
18529
this.
identifier
= identifier;
5 references to identifier
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
18540
public SyntaxToken Identifier => this.
identifier
;
18548
2 => this.
identifier
,
18576
=> new EnumMemberDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.
identifier
, this.equalsValue, diagnostics, GetAnnotations());
18579
=> new EnumMemberDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.
identifier
, this.equalsValue, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
11575
public SyntaxToken Identifier => new SyntaxToken(this, ((InternalSyntax.EnumMemberDeclarationSyntax)this.Green).
identifier
, GetChildPosition(2), GetChildIndex(2));