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.LanguageServer.Protocol (2)
Features\CodeFixes\CodeFixService.cs (2)
282=> GetDocumentFixAllForIdInSpanAsync(document, range, diagnosticId, DiagnosticSeverity.Hidden, cancellationToken); 340var fixCollection = await GetDocumentFixAllForIdInSpanAsync(