3 writes to identifier
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
16626
this.
identifier
= identifier;
16645
this.
identifier
= identifier;
16663
this.
identifier
= identifier;
5 references to identifier
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
16670
public SyntaxToken Identifier => this.
identifier
;
16677
2 => this.
identifier
,
16704
=> new TypeParameterSyntax(this.Kind, this.attributeLists, this.varianceKeyword, this.
identifier
, diagnostics, GetAnnotations());
16707
=> new TypeParameterSyntax(this.Kind, this.attributeLists, this.varianceKeyword, this.
identifier
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
10332
public SyntaxToken Identifier => new SyntaxToken(this, ((InternalSyntax.TypeParameterSyntax)this.Green).
identifier
, GetChildPosition(2), GetChildIndex(2));