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