2 references to CleanupDocumentAsync
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeAction.cs (1)
482
return await
CleanupDocumentAsync
(document, options, cancellationToken).ConfigureAwait(false);
Simplification\Simplifier.cs (1)
54
/// The annotation <see cref="CodeAction.
CleanupDocumentAsync
"/> used to identify sub trees to look for symbol annotations on.