3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24711
this.
name
= name;
24728
this.
name
= name;
24744
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
24755
public override XmlNameSyntax Name => this.
name
;
24764
0 => this.
name
,
24795
=> new XmlNameAttributeSyntax(this.Kind, this.
name
, this.equalsToken, this.startQuoteToken, this.identifier, this.endQuoteToken, diagnostics, GetAnnotations());
24798
=> new XmlNameAttributeSyntax(this.Kind, this.
name
, this.equalsToken, this.startQuoteToken, this.identifier, this.endQuoteToken, GetDiagnostics(), annotations);