3 writes to identifier
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
16067
this.
identifier
= identifier;
16078
this.
identifier
= identifier;
16088
this.
identifier
= identifier;
5 references to identifier
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
16094
public SyntaxToken Identifier => this.
identifier
;
16101
0 => this.
identifier
,
16129
=> new AttributeTargetSpecifierSyntax(this.Kind, this.
identifier
, this.colonToken, diagnostics, GetAnnotations());
16132
=> new AttributeTargetSpecifierSyntax(this.Kind, this.
identifier
, this.colonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
9989
public SyntaxToken Identifier => new SyntaxToken(this, ((InternalSyntax.AttributeTargetSpecifierSyntax)this.Green).
identifier
, Position, 0);