3 references to SynthesizedExternalSourceDiagnosticTag
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Suppression\SuppressionHelpers.cs (3)
18public static readonly ImmutableArray<string> SynthesizedExternalSourceDiagnosticCustomTags = [SynthesizedExternalSourceDiagnosticTag]; 80=> HasCustomTag(diagnostic.CustomTags, SynthesizedExternalSourceDiagnosticTag); 83=> HasCustomTag(diagnostic.Descriptor.ImmutableCustomTags(), SynthesizedExternalSourceDiagnosticTag);