Implemented interface member:
method
GetChangedDocumentAsync
Microsoft.CodeAnalysis.CodeFixes.Suppression.AbstractSuppressionCodeFixProvider.IPragmaBasedCodeAction.GetChangedDocumentAsync(System.Boolean, System.Boolean, System.Threading.CancellationToken)
1 reference to GetChangedDocumentAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.PragmaWarningCodeAction.cs (1)
60=> await GetChangedDocumentAsync(includeStartTokenChange: true, includeEndTokenChange: true, cancellationToken: cancellationToken).ConfigureAwait(false);