3 writes to identifier
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25994
this.
identifier
= identifier;
26008
this.
identifier
= identifier;
26021
this.
identifier
= identifier;
5 references to identifier
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26028
public SyntaxToken Identifier => this.
identifier
;
26036
1 => this.
identifier
,
26064
=> new BadDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
identifier
, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26067
=> new BadDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
identifier
, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16321
public SyntaxToken Identifier => new SyntaxToken(this, ((InternalSyntax.BadDirectiveTriviaSyntax)this.Green).
identifier
, GetChildPosition(1), GetChildIndex(1));