3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
23057
this.
name
= name;
23071
this.
name
= name;
23084
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
23092
public TypeSyntax Name => this.
name
;
23098
0 => this.
name
,
23126
=> new NameMemberCrefSyntax(this.Kind, this.
name
, this.parameters, diagnostics, GetAnnotations());
23129
=> new NameMemberCrefSyntax(this.Kind, this.
name
, this.parameters, GetDiagnostics(), annotations);