3 references to IterateAllCodeCleanupProvidersAsync
Microsoft.CodeAnalysis.Workspaces (3)
CodeCleanup\AbstractCodeCleanerService.cs (3)
48return await IterateAllCodeCleanupProvidersAsync(document, document, options, r => [r.FullSpan], codeCleaners, cancellationToken).ConfigureAwait(false);
58return await IterateAllCodeCleanupProvidersAsync(document, document, options, n => [n.FullSpan], codeCleaners, cancellationToken).ConfigureAwait(false);
66return await IterateAllCodeCleanupProvidersAsync(