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.
1 parent 81b2931 commit 3e651f1Copy full SHA for 3e651f1
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