3 writes to textToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
9722
this.
textToken
= textToken;
9731
this.
textToken
= textToken;
9739
this.
textToken
= textToken;
5 references to textToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
9743
public SyntaxToken TextToken => this.
textToken
;
9746
=> index == 0 ? this.
textToken
: null;
9771
=> new InterpolatedStringTextSyntax(this.Kind, this.
textToken
, diagnostics, GetAnnotations());
9774
=> new InterpolatedStringTextSyntax(this.Kind, this.
textToken
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
6075
public SyntaxToken TextToken => new SyntaxToken(this, ((InternalSyntax.InterpolatedStringTextSyntax)this.Green).
textToken
, Position, 0);