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