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