1 implementation of GetFixAllSpansAsync
Microsoft.CodeAnalysis.Workspaces (1)
LanguageServices\FixAllSpanMappingService\AbstractFixAllSpanMappingService.cs (1)
23public Task<ImmutableDictionary<Document, ImmutableArray<TextSpan>>> GetFixAllSpansAsync(
3 references to GetFixAllSpansAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
245var documentsAndSpans = await spanMappingService.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(