1 override of TryGetMergedFixAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction.BatchFixer.cs (1)
107
public override async Task<CodeAction>
TryGetMergedFixAsync
(
3 references to TryGetMergedFixAsync
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (2)
67
return await
TryGetMergedFixAsync
(
192
return await
TryGetMergedFixAsync
(
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction.BatchFixer.cs (1)
156
return await base.
TryGetMergedFixAsync
(