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