1 implementation of GetDocumentFixAllForIdInSpanAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
255public async Task<CodeFixCollection?> GetDocumentFixAllForIdInSpanAsync(
1 reference to GetDocumentFixAllForIdInSpanAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\ICodeFixService.cs (1)
46=> service.GetDocumentFixAllForIdInSpanAsync(document, range, diagnosticId, DiagnosticSeverity.Hidden, fallbackOptions, cancellationToken);