1 implementation of ApplyCodeFixesForSpecificDiagnosticIdAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeFixes\CodeFixService.cs (1)
327
public async Task<TDocument>
ApplyCodeFixesForSpecificDiagnosticIdAsync
<TDocument>(
2 references to ApplyCodeFixesForSpecificDiagnosticIdAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
231
var updatedDocument = await _codeFixService.
ApplyCodeFixesForSpecificDiagnosticIdAsync
(
Features\CodeFixes\ICodeFixService.cs (1)
45
=> service.
ApplyCodeFixesForSpecificDiagnosticIdAsync
(document, diagnosticId, DiagnosticSeverity.Hidden, progressTracker, cancellationToken);