3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19923
this.
name
= name;
19934
this.
name
= name;
19944
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19949
public NameSyntax Name => this.
name
;
19955
0 => this.
name
,
19983
=> new ExplicitInterfaceSpecifierSyntax(this.Kind, this.
name
, this.dotToken, diagnostics, GetAnnotations());
19986
=> new ExplicitInterfaceSpecifierSyntax(this.Kind, this.
name
, this.dotToken, GetDiagnostics(), annotations);