1 instantiation of EnabledDiagnosticOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
272
=>
new
(FormatDocument: true, RunThirdPartyFixers: true, Diagnostics: GetDiagnosticSets(), OrganizeUsings: new OrganizeUsingsSet(isRemoveUnusedImportEnabled: true, isSortImportsEnabled: true));
4 references to EnabledDiagnosticOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\CodeCleanup\AbstractCodeCleanupService.cs (2)
40
EnabledDiagnosticOptions
enabledDiagnostics,
271
public
EnabledDiagnosticOptions
GetAllDiagnostics()
Features\CodeCleanup\ICodeCleanupService.cs (2)
15
Task<Document> CleanupAsync(Document document,
EnabledDiagnosticOptions
enabledDiagnostics, IProgress<CodeAnalysisProgress> progressTracker, CancellationToken cancellationToken);
16
EnabledDiagnosticOptions
GetAllDiagnostics();