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