Implemented interface member:
method
GetFixesAsync
Microsoft.CodeAnalysis.CodeFixes.IConfigurationFixProvider.GetFixesAsync(Microsoft.CodeAnalysis.Project, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostic>, System.Threading.CancellationToken)
1 reference to GetFixesAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction.BatchFixer.cs (1)
91
var removeSuppressionFixes = await _suppressionFixProvider.
GetFixesAsync
(