2 references to GetSuppressionTargetInfoAsync
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.cs (1)
161
var suppressionTargetInfo = await
GetSuppressionTargetInfoAsync
(document, span, cancellationToken).ConfigureAwait(false);
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.GlobalSuppressMessageFixAllCodeAction.cs (1)
160
var suppressionTargetInfo = await fixer.
GetSuppressionTargetInfoAsync
(document, diagnostic.Location.SourceSpan, cancellationToken).ConfigureAwait(false);