3 references to CustomObsolete
Microsoft.CodeAnalysis (2)
Diagnostic\CustomObsoleteDiagnosticInfo.cs (1)
91customTags = baseDescriptor.ImmutableCustomTags.Add(WellKnownDiagnosticTags.CustomObsolete);
Diagnostic\WellKnownDiagnosticTags.cs (1)
62public const string CustomObsolete = nameof(CustomObsolete);
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\DiagnosticDescription.cs (1)
134if (d.Code == 0 || d.Descriptor.ImmutableCustomTags.Contains(WellKnownDiagnosticTags.CustomObsolete))