3 writes to arrowToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5364
this.
arrowToken
= arrowToken;
5400
this.
arrowToken
= arrowToken;
5435
this.
arrowToken
= arrowToken;
5 references to arrowToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5454
public override SyntaxToken ArrowToken => this.
arrowToken
;
5473
4 => this.
arrowToken
,
5502
=> new ParenthesizedLambdaExpressionSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.parameterList, this.
arrowToken
, this.block, this.expressionBody, diagnostics, GetAnnotations());
5505
=> new ParenthesizedLambdaExpressionSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.parameterList, this.
arrowToken
, this.block, this.expressionBody, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
3441
public override SyntaxToken ArrowToken => new SyntaxToken(this, ((InternalSyntax.ParenthesizedLambdaExpressionSyntax)this.Green).
arrowToken
, GetChildPosition(4), GetChildIndex(4));