1 reference to GetAttributeNodesToFixAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction.BatchFixer.cs (1)
140
var attributesToRemove = await
GetAttributeNodesToFixAsync
(attributeRemoveFixesForTree, cancellationToken).ConfigureAwait(false);