2 references to WithArrowToken
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
3443
internal override LambdaExpressionSyntax WithArrowTokenCore(SyntaxToken arrowToken) =>
WithArrowToken
(arrowToken);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
11783
var newNode = node.WithAttributeLists(node.AttributeLists).WithModifiers(node.Modifiers).WithReturnType(node.ReturnType).WithParameterList(node.ParameterList).
WithArrowToken
(node.ArrowToken).WithBlock(node.Block).WithExpressionBody(node.ExpressionBody);