3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
15792
this.
name
= name;
15830
this.
name
= name;
15867
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15890
public override NameSyntax Name => this.
name
;
15902
3 => this.
name
,
15933
=> new FileScopedNamespaceDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.namespaceKeyword, this.
name
, this.semicolonToken, this.externs, this.usings, this.members, diagnostics, GetAnnotations());
15936
=> new FileScopedNamespaceDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.namespaceKeyword, this.
name
, this.semicolonToken, this.externs, this.usings, this.members, GetDiagnostics(), annotations);