1 implementation of ApplyCodeFixesForSpecificDiagnosticIdAsync
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Service\CodeFixService.cs (1)
333public async Task<Document> ApplyCodeFixesForSpecificDiagnosticIdAsync(
1 reference to ApplyCodeFixesForSpecificDiagnosticIdAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
242var updatedDocument = await _codeFixService.ApplyCodeFixesForSpecificDiagnosticIdAsync(