3 writes to equalsToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24610
this.
equalsToken
= equalsToken;
24627
this.
equalsToken
= equalsToken;
24643
this.
equalsToken
= equalsToken;
5 references to equalsToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
24653
public override SyntaxToken EqualsToken => this.
equalsToken
;
24662
1 => this.
equalsToken
,
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);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
15515
public override SyntaxToken EqualsToken => new SyntaxToken(this, ((InternalSyntax.XmlCrefAttributeSyntax)this.Green).
equalsToken
, GetChildPosition(1), GetChildIndex(1));