1 override of TryGetMergedFixAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction.BatchFixer.cs (1)
105
public override async Task<CodeAction>
TryGetMergedFixAsync
(
3 references to TryGetMergedFixAsync
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (2)
65
return await
TryGetMergedFixAsync
(
166
return await
TryGetMergedFixAsync
(
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction.BatchFixer.cs (1)
155
return await base.
TryGetMergedFixAsync
(