We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3b3825 + 3e651f1 commit 8241a9cCopy full SHA for 8241a9c
csharp/extractor/Semmle.Extraction.CIL/Entities/CustomAttributeDecoder.cs
@@ -56,7 +56,8 @@ public PrimitiveTypeCode GetUnderlyingEnumType(Type type)
56
private static readonly Dictionary<string, PrimitiveTypeCode> wellKnownEnums = new Dictionary<string, PrimitiveTypeCode>
57
{
58
{ "System.AttributeTargets", PrimitiveTypeCode.Int32 },
59
- { "System.ComponentModel.EditorBrowsableState", PrimitiveTypeCode.Int32 }
+ { "System.ComponentModel.EditorBrowsableState", PrimitiveTypeCode.Int32 },
60
+ { "System.Diagnostics.DebuggerBrowsableState", PrimitiveTypeCode.Int32 }
61
};
62
}
63
0 commit comments