1 write to DiagnosticIds
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\DiagnosticSet.cs (1)
28
DiagnosticIds
= diagnosticIds;
2 references to DiagnosticIds
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)
42
return new(Description,
DiagnosticIds
, isAnyDiagnosticIdExplicitlyEnabled);