2 overrides of RefactorAllAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToExtension\ConvertToExtensionFixAllProvider.cs (1)
28
protected override async Task<Document?>
RefactorAllAsync
(
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\FixAllOccurences\RefactorAllProvider.cs (1)
104
protected 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
100
var newDocument = await this.
RefactorAllAsync
(refactorAllContext, document, spans).ConfigureAwait(false);