1 implementation of GetFixAllChangedSolutionAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixesAndRefactorings\AbstractFixAllGetFixesService.cs (1)
25public async Task<Solution?> GetFixAllChangedSolutionAsync(IFixAllContext fixAllContext)
3 references to GetFixAllChangedSolutionAsync
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.cs (1)
360var solution = await fixAllService.GetFixAllChangedSolutionAsync(
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
76return service.GetFixAllChangedSolutionAsync(fixAllContext);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
199var solution = await fixAllService.GetFixAllChangedSolutionAsync(