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