2 references to IsVisibleDiagnostic
Microsoft.CodeAnalysis.Features (2)
Copilot\ICopilotChangeAnalysisService.cs (2)
221
if (
IsVisibleDiagnostic
(diagnostic.IsSuppressed, diagnostic.Severity))
355
IsVisibleDiagnostic
(codeFix.PrimaryDiagnostic.IsSuppressed, codeFix.PrimaryDiagnostic.Severity) &&