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