2 references to ReduceAsync
Microsoft.CodeAnalysis.Workspaces (2)
Simplification\Simplifier.cs (2)
189return await ReduceAsync(document, root.GetAnnotatedNodesAndTokens(annotation).Select(t => t.FullSpan), optionSet, cancellationToken).ConfigureAwait(false); 211return ReduceAsync(document, [span], optionSet, cancellationToken);