3 writes to identifier
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7452
this.
identifier
= identifier;
7463
this.
identifier
= identifier;
7473
this.
identifier
= identifier;
5 references to identifier
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7478
public SyntaxToken Identifier => this.
identifier
;
7484
1 => this.
identifier
,
7511
=> new JoinIntoClauseSyntax(this.Kind, this.intoKeyword, this.
identifier
, diagnostics, GetAnnotations());
7514
=> new JoinIntoClauseSyntax(this.Kind, this.intoKeyword, this.
identifier
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4733
public SyntaxToken Identifier => new SyntaxToken(this, ((InternalSyntax.JoinIntoClauseSyntax)this.Green).
identifier
, GetChildPosition(1), GetChildIndex(1));