1 write to _codeFixService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
32
_codeFixService
= codeFixService;
2 references to _codeFixService
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeCleanup\AbstractCodeCleanupService.cs (2)
178
var fixCollection = await
_codeFixService
.GetDocumentFixAllForIdInSpanAsync(
227
var updatedDocument = await
_codeFixService
.ApplyCodeFixesForSpecificDiagnosticIdAsync(