2 references to GetFixAllCodeActionAsync
Microsoft.CodeAnalysis.Features (2)
CodeFixesAndRefactorings\AbstractFixAllGetFixesService.cs (2)
28var codeAction = await GetFixAllCodeActionAsync(fixAllContext).ConfigureAwait(false); 41var codeAction = await GetFixAllCodeActionAsync(fixAllContext).ConfigureAwait(false);