1 write to IsAnyDiagnosticIdExplicitlyEnabled
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\DiagnosticSet.cs (1)
29IsAnyDiagnosticIdExplicitlyEnabled = 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)
39if (this.IsAnyDiagnosticIdExplicitlyEnabled == isAnyDiagnosticIdExplicitlyEnabled)