1 write to DiagnosticIds
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\DiagnosticSet.cs (1)
28DiagnosticIds = diagnosticIds;
7 references to DiagnosticIds
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Formatting\CodeCleanupTests.cs (1)
857var supportedDiagnostics = enabledDiagnostics.Diagnostics.SelectMany(x => x.DiagnosticIds).ToArray();
src\VisualStudio\Core\Def\CodeCleanup\AbstractCodeCleanUpFixer_Helper.cs (2)
29foreach (var diagnosticId in diagnostic.DiagnosticIds) 56foreach (var diagnosticId in diagnostic.DiagnosticIds)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
156document, diagnosticSet.DiagnosticIds, diagnosticSet.IsAnyDiagnosticIdExplicitlyEnabled, progressTracker, cancellationToken).ConfigureAwait(false);
Features\CodeCleanup\DiagnosticSet.cs (1)
42return new(Description, DiagnosticIds, isAnyDiagnosticIdExplicitlyEnabled);
Microsoft.VisualStudio.LanguageServices (2)
CodeCleanup\AbstractCodeCleanUpFixer_Helper.cs (2)
29foreach (var diagnosticId in diagnostic.DiagnosticIds) 56foreach (var diagnosticId in diagnostic.DiagnosticIds)