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