2 references to GetOrCreateSuppressionsDocumentAsync
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.GlobalSuppressMessageCodeAction.cs (1)
25
var suppressionsDoc = await
GetOrCreateSuppressionsDocumentAsync
(cancellationToken).ConfigureAwait(false);
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.GlobalSuppressMessageFixAllCodeAction.cs (1)
130
var suppressionsDoc = await
GetOrCreateSuppressionsDocumentAsync
(cancellationToken).ConfigureAwait(false);