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