3 references to IterateAllCodeCleanupProvidersAsync
Microsoft.CodeAnalysis.Workspaces (3)
CodeCleanup\AbstractCodeCleanerService.cs (3)
49return await IterateAllCodeCleanupProvidersAsync(document, document, options, r => ImmutableArray.Create(r.FullSpan), codeCleaners, cancellationToken).ConfigureAwait(false);
59return await IterateAllCodeCleanupProvidersAsync(document, document, options, n => ImmutableArray.Create(n.FullSpan), codeCleaners, cancellationToken).ConfigureAwait(false);
67return await IterateAllCodeCleanupProvidersAsync(