1 implementation of ReduceAsync
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Simplification\AbstractSimplificationService.cs (1)
54
public async Task<Document>
ReduceAsync
(
4 references to ReduceAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
714
return await service.
ReduceAsync
(
Microsoft.CodeAnalysis.Workspaces (3)
Simplification\Simplifier.cs (3)
236
return await document.GetRequiredLanguageService<ISimplificationService>().
ReduceAsync
(
241
=> document.GetRequiredLanguageService<ISimplificationService>().
ReduceAsync
(
250
.
ReduceAsync
(document, [root.FullSpan], options,