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