3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
16439
this.
name
= name;
16450
this.
name
= name;
16460
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
16466
public IdentifierNameSyntax Name => this.
name
;
16472
0 => this.
name
,
16500
=> new NameEqualsSyntax(this.Kind, this.
name
, this.equalsToken, diagnostics, GetAnnotations());
16503
=> new NameEqualsSyntax(this.Kind, this.
name
, this.equalsToken, GetDiagnostics(), annotations);