2 references to GetFixAllCodeActionAsync
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Suggestions\FixAll\FixAllGetFixesService.cs (2)
38
var codeAction = await
GetFixAllCodeActionAsync
(fixAllContext).ConfigureAwait(false);
51
var codeAction = await
GetFixAllCodeActionAsync
(fixAllContext).ConfigureAwait(false);