3 writes to identifier
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
1452
this.
identifier
= identifier;
1466
this.
identifier
= identifier;
1479
this.
identifier
= identifier;
5 references to identifier
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
1486
public SyntaxToken? Identifier => this.
identifier
;
1492
1 => this.
identifier
,
1519
=> new TupleElementSyntax(this.Kind, this.type, this.
identifier
, diagnostics, GetAnnotations());
1522
=> new TupleElementSyntax(this.Kind, this.type, this.
identifier
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
916
var slot = ((Syntax.InternalSyntax.TupleElementSyntax)this.Green).
identifier
;