2 overrides of RefactorAllAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToExtension\ConvertToExtensionFixAllProvider.cs (1)
28protected override async Task<Document?> RefactorAllAsync(
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\FixAllOccurences\RefactorAllProvider.cs (1)
104protected override Task<Document?> RefactorAllAsync(RefactorAllContext context, Document document, Optional<ImmutableArray<TextSpan>> refactorAllSpans)
2 references to RefactorAllAsync
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\FixAllOccurences\DocumentBasedRefactorAllProvider.cs (2)
23/// processed, with all the documents in the project being processed in parallel. <see cref="RefactorAllAsync"/> is 100var newDocument = await this.RefactorAllAsync(refactorAllContext, document, spans).ConfigureAwait(false);