1 implementation of IFixAllSpanMappingService
Microsoft.CodeAnalysis.Workspaces (1)
LanguageServices\FixAllSpanMappingService\AbstractFixAllSpanMappingService.cs (1)
17
internal abstract class AbstractFixAllSpanMappingService :
IFixAllSpanMappingService
3 references to IFixAllSpanMappingService
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (1)
51
document.GetLanguageService<
IFixAllSpanMappingService
>() is { } spanMappingService)
CodeRefactorings\FixAllOccurences\FixAllState.cs (2)
97
var
spanMappingService = Document.GetLanguageService<
IFixAllSpanMappingService
>();