6 references to HasCustomTag
Microsoft.CodeAnalysis.Features (6)
CodeFixes\Suppression\SuppressionHelpers.cs (6)
66
=>
HasCustomTag
(diagnostic.CustomTags, WellKnownDiagnosticTags.NotConfigurable);
69
=>
HasCustomTag
(diagnostic.Descriptor.ImmutableCustomTags(), WellKnownDiagnosticTags.NotConfigurable);
72
=>
HasCustomTag
(diagnostic.CustomTags, WellKnownDiagnosticTags.Compiler);
75
=>
HasCustomTag
(diagnostic.Descriptor.ImmutableCustomTags(), WellKnownDiagnosticTags.Compiler);
78
=>
HasCustomTag
(diagnostic.CustomTags, SynthesizedExternalSourceDiagnosticTag);
81
=>
HasCustomTag
(diagnostic.Descriptor.ImmutableCustomTags(), SynthesizedExternalSourceDiagnosticTag);