3 writes to identifier
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24717
this.
identifier
= identifier;
24734
this.
identifier
= identifier;
24750
this.
identifier
= identifier;
4 references to identifier
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
24758
public IdentifierNameSyntax Identifier => this.
identifier
;
24767
3 => this.
identifier
,
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);