1 implementation of GetDocumentFixAllForIdInSpanAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
284
public async Task<CodeFixCollection?>
GetDocumentFixAllForIdInSpanAsync
(
1 reference to GetDocumentFixAllForIdInSpanAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
181
var fixCollection = await _codeFixService.
GetDocumentFixAllForIdInSpanAsync
(