3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24608
this.
name
= name;
24625
this.
name
= name;
24641
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
24652
public override XmlNameSyntax Name => this.
name
;
24661
0 => this.
name
,
24692
=> new XmlCrefAttributeSyntax(this.Kind, this.
name
, this.equalsToken, this.startQuoteToken, this.cref, this.endQuoteToken, diagnostics, GetAnnotations());
24695
=> new XmlCrefAttributeSyntax(this.Kind, this.
name
, this.equalsToken, this.startQuoteToken, this.cref, this.endQuoteToken, GetDiagnostics(), annotations);