4 references to EnabledDiagnosticOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\CodeCleanup\AbstractCodeCleanupService.cs (2)
33EnabledDiagnosticOptions enabledDiagnostics, 268public EnabledDiagnosticOptions GetAllDiagnostics()
Features\CodeCleanup\ICodeCleanupService.cs (2)
14Task<Document> CleanupAsync(Document document, EnabledDiagnosticOptions enabledDiagnostics, IProgress<CodeAnalysisProgress> progressTracker, CancellationToken cancellationToken); 15EnabledDiagnosticOptions GetAllDiagnostics();