3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
392
this.
name
= name;
405
this.
name
= name;
417
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
425
public SimpleNameSyntax Name => this.
name
;
432
2 => this.
name
,
459
=> new AliasQualifiedNameSyntax(this.Kind, this.alias, this.colonColonToken, this.
name
, diagnostics, GetAnnotations());
462
=> new AliasQualifiedNameSyntax(this.Kind, this.alias, this.colonColonToken, this.
name
, GetDiagnostics(), annotations);