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