1 override of CustomTags
Microsoft.CodeAnalysis (1)
Diagnostic\DiagnosticWithInfo.cs (1)
43internal override ImmutableArray<string> CustomTags
5 references to CustomTags
Microsoft.CodeAnalysis (5)
CommandLine\SarifErrorLogger.cs (1)
88Debug.Assert(diagnostic.CustomTags.SequenceEqual(diagnostic.Descriptor.ImmutableCustomTags));
Diagnostic\Diagnostic.cs (3)
186/// If null, <see cref="CustomTags"/> will return an empty list. 236/// If null, <see cref="CustomTags"/> will return an empty list. 581return AnalyzerManager.HasNotConfigurableTag(this.CustomTags);
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (1)
146if (diagnostic.CustomTags.Contains(WellKnownDiagnosticTags.Compiler))