3 writes to identifier
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7085
this.
identifier
= identifier;
7105
this.
identifier
= identifier;
7124
this.
identifier
= identifier;
5 references to identifier
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7134
public SyntaxToken Identifier => this.
identifier
;
7143
2 => this.
identifier
,
7172
=> new FromClauseSyntax(this.Kind, this.fromKeyword, this.type, this.
identifier
, this.inKeyword, this.expression, diagnostics, GetAnnotations());
7175
=> new FromClauseSyntax(this.Kind, this.fromKeyword, this.type, this.
identifier
, this.inKeyword, this.expression, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4534
public SyntaxToken Identifier => new SyntaxToken(this, ((InternalSyntax.FromClauseSyntax)this.Green).
identifier
, GetChildPosition(2), GetChildIndex(2));