1 implementation of GetFixAllSpansAsync
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\AbstractFixAllSpanMappingService.cs (1)
23public Task<ImmutableDictionary<Document, ImmutableArray<TextSpan>>> GetFixAllSpansAsync(
3 references to GetFixAllSpansAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Suggestions\UnifiedSuggestedActionsSource.cs (1)
236var documentsAndSpans = await spanMappingService.GetFixAllSpansAsync(
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\FixAllOccurences\RefactorAllState.cs (1)
100var spansByDocument = await spanMappingService.GetFixAllSpansAsync(
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\FixAllContextHelper.cs (1)
55var documentsAndSpans = await spanMappingService.GetFixAllSpansAsync(document,