1 reference to CleanupAsync
Microsoft.CodeAnalysis.Workspaces (1)
CodeCleanup\CodeCleaner.cs (1)
63
return await
CleanupAsync
(document, root.GetAnnotatedNodesAndTokens(annotation).Select(n => n.Span).ToImmutableArray(), options, providers, cancellationToken: cancellationToken).ConfigureAwait(false);