14 references to IsSuppressed
Microsoft.CodeAnalysis.Features (8)
CodeFixes\Service\CodeFixService.cs (4)
113
allDiagnostics = allDiagnostics.WhereAsArray(d => !d.
IsSuppressed
);
202
diagnostics = diagnostics.WhereAsArray(d => !d.
IsSuppressed
);
270
if (diagnostic.
IsSuppressed
)
309
diagnostics = diagnostics.WhereAsArray(d => !d.
IsSuppressed
);
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (1)
41
=> diagnostics.WhereAsArray(d => _includeSuppressedDiagnostics || !d.
IsSuppressed
);
Copilot\ICopilotChangeAnalysisService.cs (1)
221
if (IsVisibleDiagnostic(diagnostic.
IsSuppressed
, diagnostic.Severity))
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (2)
126
!d.
IsSuppressed
&& d.DataLocation.DocumentId == documentId, documentId);
146
!d.
IsSuppressed
&& d.ProjectId == projectId && d.DataLocation.DocumentId == null, projectId);
Microsoft.CodeAnalysis.Workspaces (6)
Diagnostics\DiagnosticData.cs (6)
104
Language, Title, Description, HelpLink,
IsSuppressed
);
109
Language, Title, Description, HelpLink,
IsSuppressed
);
135
IsSuppressed
== other.
IsSuppressed
&&
148
Hash.Combine(
IsSuppressed
,
168
IsEnabledByDefault, WarningLevel,
IsSuppressed
, Title, Description, HelpLink,