2 implementations of GetFixAllOperationsAsync
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
FixAllGetFixesService.cs (1)
48
public async Task<ImmutableArray<CodeActionOperation>>
GetFixAllOperationsAsync
(
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\FixAll\FixAllGetFixesService.cs (1)
48
public async Task<ImmutableArray<CodeActionOperation>>
GetFixAllOperationsAsync
(
1 reference to GetFixAllOperationsAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
70
return service.
GetFixAllOperationsAsync
(fixAllContext, _showPreviewChangesDialog);