3 writes to arrowToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5123
this.
arrowToken
= arrowToken;
5154
this.
arrowToken
= arrowToken;
5184
this.
arrowToken
= arrowToken;
5 references to arrowToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5202
public override SyntaxToken ArrowToken => this.
arrowToken
;
5220
3 => this.
arrowToken
,
5249
=> new SimpleLambdaExpressionSyntax(this.Kind, this.attributeLists, this.modifiers, this.parameter, this.
arrowToken
, this.block, this.expressionBody, diagnostics, GetAnnotations());
5252
=> new SimpleLambdaExpressionSyntax(this.Kind, this.attributeLists, this.modifiers, this.parameter, this.
arrowToken
, this.block, this.expressionBody, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
3281
public override SyntaxToken ArrowToken => new SyntaxToken(this, ((InternalSyntax.SimpleLambdaExpressionSyntax)this.Green).
arrowToken
, GetChildPosition(3), GetChildIndex(3));