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