Implemented interface member:
method
GetDocumentFixAllForIdInSpanAsync
Microsoft.CodeAnalysis.CodeFixes.ICodeFixService.GetDocumentFixAllForIdInSpanAsync(Microsoft.CodeAnalysis.TextDocument, Microsoft.CodeAnalysis.Text.TextSpan, System.String, Microsoft.CodeAnalysis.DiagnosticSeverity, System.Threading.CancellationToken)
2 references to GetDocumentFixAllForIdInSpanAsync
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.cs (2)
288=> GetDocumentFixAllForIdInSpanAsync(document, range, diagnosticId, DiagnosticSeverity.Hidden, cancellationToken); 348var fixCollection = await GetDocumentFixAllForIdInSpanAsync(