2 implementations of GetFixAllChangedSolutionAsync
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
FixAllGetFixesService.cs (1)
36public async Task<Solution> GetFixAllChangedSolutionAsync(IFixAllContext fixAllContext)
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\FixAll\FixAllGetFixesService.cs (1)
36public async Task<Solution> GetFixAllChangedSolutionAsync(IFixAllContext fixAllContext)
3 references to GetFixAllChangedSolutionAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
84return service.GetFixAllChangedSolutionAsync(fixAllContext);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
187var solution = await fixAllService.GetFixAllChangedSolutionAsync(
Features\CodeFixes\CodeFixService.cs (1)
313var solution = await fixAllService.GetFixAllChangedSolutionAsync(