2 references to WithArrowToken
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
3280
internal override LambdaExpressionSyntax WithArrowTokenCore(SyntaxToken arrowToken) =>
WithArrowToken
(arrowToken);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
11756
var newNode = node.WithAttributeLists(node.AttributeLists).WithModifiers(node.Modifiers).WithParameter(node.Parameter).
WithArrowToken
(node.ArrowToken).WithBlock(node.Block).WithExpressionBody(node.ExpressionBody);