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