3 references to WithExpression
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (2)
469
return returnStatement.
WithExpression
(tupleExpression);
476
return returnStatement.
WithExpression
(
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\CSharpSimplificationService.Expander.cs (1)
147
newNode = newReturnStatement.
WithExpression
(newExpressionWithCast);