4 references to ReduceAsync
Microsoft.CodeAnalysis.Features (4)
EncapsulateField\AbstractEncapsulateFieldService.cs (1)
225
documentWithProperty = await Simplifier.
ReduceAsync
(documentWithProperty, simplifierOptions, cancellationToken).ConfigureAwait(false);
IntroduceVariable\AbstractIntroduceVariableService.IntroduceVariableCodeAction.cs (1)
56
return await Simplifier.
ReduceAsync
(changedDocument, simplifierOptions, cancellationToken).ConfigureAwait(false);
Shared\Utilities\ExtractTypeHelpers.cs (1)
109
var simplified = await Simplifier.
ReduceAsync
(newTypeDocument, newCleanupOptions.SimplifierOptions, cancellationToken).ConfigureAwait(false);
Snippets\SnippetFunctionService.cs (1)
156
var simplifiedDocument = await Simplifier.
ReduceAsync
(documentWithAnnotations, simplifierOptions, cancellationToken).ConfigureAwait(false);