3 references to HasCustomTag
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Suppression\SuppressionHelpers.cs (3)
68
=>
HasCustomTag
(diagnostic.CustomTags, WellKnownDiagnosticTags.NotConfigurable);
74
=>
HasCustomTag
(diagnostic.CustomTags, WellKnownDiagnosticTags.Compiler);
80
=>
HasCustomTag
(diagnostic.CustomTags, SynthesizedExternalSourceDiagnosticTag);