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