1 write to IsAnyDiagnosticIdExplicitlyEnabled
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\DiagnosticSet.cs (1)
29
IsAnyDiagnosticIdExplicitlyEnabled
= isAnyDiagnosticIdExplicitlyEnabled;
2 references to IsAnyDiagnosticIdExplicitlyEnabled
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
147
document, diagnosticSet.DiagnosticIds, diagnosticSet.
IsAnyDiagnosticIdExplicitlyEnabled
, progressTracker, cancellationToken).ConfigureAwait(false);
Features\CodeCleanup\DiagnosticSet.cs (1)
39
if (this.
IsAnyDiagnosticIdExplicitlyEnabled
== isAnyDiagnosticIdExplicitlyEnabled)