Files
2026-08-27 10:56:38 -06:00

11 lines
165 B
C#

namespace Microsoft.CodeAnalysis.CSharp.Symbols;
internal enum ObsoleteDiagnosticKind
{
NotObsolete,
Suppressed,
Diagnostic,
Lazy,
LazyPotentiallySuppressed
}