1 implementation of GetFixAllSpansAsync
Microsoft.CodeAnalysis.Workspaces (1)
LanguageServices\FixAllSpanMappingService\AbstractFixAllSpanMappingService.cs (1)
22public Task<ImmutableDictionary<Document, ImmutableArray<TextSpan>>> GetFixAllSpansAsync(
2 references to GetFixAllSpansAsync
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (1)
53var documentsAndSpans = await spanMappingService.GetFixAllSpansAsync(document,
CodeRefactorings\FixAllOccurences\FixAllState.cs (1)
101var spansByDocument = await spanMappingService.GetFixAllSpansAsync(