3 writes to arrowToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
21389
this.
arrowToken
= arrowToken;
21400
this.
arrowToken
= arrowToken;
21410
this.
arrowToken
= arrowToken;
5 references to arrowToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
21415
public SyntaxToken ArrowToken => this.
arrowToken
;
21421
0 => this.
arrowToken
,
21449
=> new ArrowExpressionClauseSyntax(this.Kind, this.
arrowToken
, this.expression, diagnostics, GetAnnotations());
21452
=> new ArrowExpressionClauseSyntax(this.Kind, this.
arrowToken
, this.expression, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
13485
public SyntaxToken ArrowToken => new SyntaxToken(this, ((InternalSyntax.ArrowExpressionClauseSyntax)this.Green).
arrowToken
, Position, 0);