2 references to ReduceAsync
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeAction_Cleanup.cs (1)
38static (document, options, cancellationToken) => Simplifier.ReduceAsync(document, Simplifier.Annotation, options.SimplifierOptions, cancellationToken),
Rename\ConflictEngine\RenamedSpansTracker.cs (1)
158document = await Simplifier.ReduceAsync(document, Simplifier.Annotation, cleanupOptions.SimplifierOptions, cancellationToken).ConfigureAwait(false);