3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24496
this.
name
= name;
24516
this.
name
= name;
24535
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
24549
public override XmlNameSyntax Name => this.
name
;
24558
0 => this.
name
,
24589
=> new XmlTextAttributeSyntax(this.Kind, this.
name
, this.equalsToken, this.startQuoteToken, this.textTokens, this.endQuoteToken, diagnostics, GetAnnotations());
24592
=> new XmlTextAttributeSyntax(this.Kind, this.
name
, this.equalsToken, this.startQuoteToken, this.textTokens, this.endQuoteToken, GetDiagnostics(), annotations);