2 references to _codeFixService
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeCleanup\AbstractCodeCleanupService.cs (2)
174
var fixCollection = await
_codeFixService
.GetDocumentFixAllForIdInSpanAsync(
228
var updatedDocument = await
_codeFixService
.ApplyCodeFixesForSpecificDiagnosticIdAsync(