3 writes to localName
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24316
this.
localName
= localName;
24330
this.
localName
= localName;
24343
this.
localName
= localName;
5 references to localName
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
24347
public SyntaxToken LocalName => this.
localName
;
24353
1 => this.
localName
,
24380
=> new XmlNameSyntax(this.Kind, this.prefix, this.
localName
, diagnostics, GetAnnotations());
24383
=> new XmlNameSyntax(this.Kind, this.prefix, this.
localName
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
15343
public SyntaxToken LocalName => new SyntaxToken(this, ((InternalSyntax.XmlNameSyntax)this.Green).
localName
, GetChildPosition(1), GetChildIndex(1));