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