3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
4663
this.
name
= name;
4674
this.
name
= name;
4684
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
4690
public IdentifierNameSyntax Name => this.
name
;
4697
0 => this.
name
,
4725
=> new NameColonSyntax(this.Kind, this.
name
, this.colonToken, diagnostics, GetAnnotations());
4728
=> new NameColonSyntax(this.Kind, this.
name
, this.colonToken, GetDiagnostics(), annotations);