3 references to IterateAllCodeCleanupProvidersAsync
Microsoft.CodeAnalysis.Workspaces (3)
CodeCleanup\AbstractCodeCleanerService.cs (3)
91return await IterateAllCodeCleanupProvidersAsync(root, root, options, r => ImmutableArray.Create(r.FullSpan), services, codeCleaners, cancellationToken).ConfigureAwait(false); 101return await IterateAllCodeCleanupProvidersAsync(root, root, options, n => ImmutableArray.Create(n.FullSpan), services, codeCleaners, cancellationToken).ConfigureAwait(false); 108return await IterateAllCodeCleanupProvidersAsync(