2 references to WithExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceMethodWithProperty\CSharpReplaceMethodWithPropertyService.cs (1)
265return accessor.WithExpressionBody(oldExpressionBody.WithExpression(expression))
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
13551var newNode = node.WithArrowToken(node.ArrowToken).WithExpression(node.Expression);