3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19070
this.
name
= name;
19088
this.
name
= name;
19105
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19117
public IdentifierNameSyntax Name => this.
name
;
19127
1 => this.
name
,
19156
=> new TypeParameterConstraintClauseSyntax(this.Kind, this.whereKeyword, this.
name
, this.colonToken, this.constraints, diagnostics, GetAnnotations());
19159
=> new TypeParameterConstraintClauseSyntax(this.Kind, this.whereKeyword, this.
name
, this.colonToken, this.constraints, GetDiagnostics(), annotations);