3 writes to identifier
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
21003
this.
identifier
= identifier;
21041
this.
identifier
= identifier;
21078
this.
identifier
= identifier;
5 references to identifier
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
21103
public SyntaxToken Identifier => this.
identifier
;
21116
3 => this.
identifier
,
21147
=> new DestructorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.tildeToken, this.
identifier
, this.parameterList, this.body, this.expressionBody, this.semicolonToken, diagnostics, GetAnnotations());
21150
=> new DestructorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.tildeToken, this.
identifier
, this.parameterList, this.body, this.expressionBody, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
13229
public SyntaxToken Identifier => new SyntaxToken(this, ((InternalSyntax.DestructorDeclarationSyntax)this.Green).
identifier
, GetChildPosition(3), GetChildIndex(3));