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