1 reference to ReduceAsync
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\MisplacedUsingDirectives\MisplacedUsingDirectivesCodeFixProvider.cs (1)
163
return await Simplifier.
ReduceAsync
(newDocument, Simplifier.Annotation, optionSet: null, cancellationToken).ConfigureAwait(false);