3 references to SynthesizedExternalSourceDiagnosticTag
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Suppression\SuppressionHelpers.cs (3)
20public static readonly ImmutableArray<string> SynthesizedExternalSourceDiagnosticCustomTags = ImmutableArray.Create(SynthesizedExternalSourceDiagnosticTag); 82=> HasCustomTag(diagnostic.CustomTags, SynthesizedExternalSourceDiagnosticTag); 85=> HasCustomTag(diagnostic.Descriptor.ImmutableCustomTags(), SynthesizedExternalSourceDiagnosticTag);