1 override of CustomTags
Microsoft.CodeAnalysis (1)
Diagnostic\DiagnosticWithInfo.cs (1)
43
internal override ImmutableArray<string>
CustomTags
5 references to CustomTags
Microsoft.CodeAnalysis (5)
CommandLine\SarifErrorLogger.cs (1)
88
Debug.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.
581
return AnalyzerManager.HasNotConfigurableTag(this.
CustomTags
);
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (1)
146
if (diagnostic.
CustomTags
.Contains(WellKnownDiagnosticTags.Compiler))