1 implementation of GetFixAllChangedSolutionAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixesAndRefactorings\AbstractFixAllGetFixesService.cs (1)
25public async Task<Solution?> GetFixAllChangedSolutionAsync(IRefactorOrFixAllContext fixAllContext)
2 references to GetFixAllChangedSolutionAsync
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.cs (1)
352var solution = await fixAllService.GetFixAllChangedSolutionAsync(
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
93return service.GetFixAllChangedSolutionAsync(fixAllContext);