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