1 implementation of GetMostSevereFixAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Service\CodeFixService.cs (1)
98
public async Task<CodeFixCollection?>
GetMostSevereFixAsync
(
1 reference to GetMostSevereFixAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActionsSource.cs (1)
222
var result = await state.Target.Owner._codeFixService.
GetMostSevereFixAsync
(