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