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