4 references to WithBody
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpCodeGenerationService.cs (1)
631.WithBody(body.WithStatements(body.Statements.AddRange(StatementGenerator.GenerateStatements(statements))));
CSharpRemoveAsyncModifierCodeFixProvider.cs (1)
45AnonymousFunctionExpressionSyntax anonymousFunction => anonymousFunction.WithBody(block).WithExpressionBody(null),
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpRemoveAsyncModifierCodeFixProvider.cs (1)
45AnonymousFunctionExpressionSyntax anonymousFunction => anonymousFunction.WithBody(block).WithExpressionBody(null),
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpCodeGenerationService.cs (1)
631.WithBody(body.WithStatements(body.Statements.AddRange(StatementGenerator.GenerateStatements(statements))));