1 implementation of ReduceAsync
Microsoft.CodeAnalysis.Workspaces (1)
Simplification\AbstractSimplificationService.cs (1)
50public async Task<Document> ReduceAsync(
3 references to ReduceAsync
Microsoft.CodeAnalysis.Workspaces (3)
Simplification\Simplifier.cs (3)
236return await document.GetRequiredLanguageService<ISimplificationService>().ReduceAsync( 241=> document.GetRequiredLanguageService<ISimplificationService>().ReduceAsync( 249.ReduceAsync(document, ImmutableArray.Create(root.FullSpan), options,