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