6 references to HasCustomTag
Microsoft.CodeAnalysis.Features (6)
CodeFixes\Suppression\SuppressionHelpers.cs (6)
70=> HasCustomTag(diagnostic.CustomTags, WellKnownDiagnosticTags.NotConfigurable); 73=> HasCustomTag(diagnostic.Descriptor.ImmutableCustomTags(), WellKnownDiagnosticTags.NotConfigurable); 76=> HasCustomTag(diagnostic.CustomTags, WellKnownDiagnosticTags.Compiler); 79=> HasCustomTag(diagnostic.Descriptor.ImmutableCustomTags(), WellKnownDiagnosticTags.Compiler); 82=> HasCustomTag(diagnostic.CustomTags, SynthesizedExternalSourceDiagnosticTag); 85=> HasCustomTag(diagnostic.Descriptor.ImmutableCustomTags(), SynthesizedExternalSourceDiagnosticTag);