2 implementations of GetFixAsync
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllProvider.cs (1)
94
Task<CodeAction?> IFixAllProvider.
GetFixAsync
(IFixAllContext fixAllContext)
CodeRefactorings\FixAllOccurences\FixAllProvider.cs (1)
44
Task<CodeAction?> IFixAllProvider.
GetFixAsync
(IFixAllContext fixAllContext)
2 references to GetFixAsync
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
FixAllGetFixesService.cs (1)
83
action = await fixAllContext.FixAllProvider.
GetFixAsync
(fixAllContext).ConfigureAwait(false);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\FixAll\FixAllGetFixesService.cs (1)
83
action = await fixAllContext.FixAllProvider.
GetFixAsync
(fixAllContext).ConfigureAwait(false);