mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
C#: Add more well-known enum underlying types
This commit is contained in:
@@ -56,7 +56,8 @@ namespace Semmle.Extraction.CIL.Entities
|
||||
private static readonly Dictionary<string, PrimitiveTypeCode> wellKnownEnums = new Dictionary<string, PrimitiveTypeCode>
|
||||
{
|
||||
{ "System.AttributeTargets", PrimitiveTypeCode.Int32 },
|
||||
{ "System.ComponentModel.EditorBrowsableState", PrimitiveTypeCode.Int32 }
|
||||
{ "System.ComponentModel.EditorBrowsableState", PrimitiveTypeCode.Int32 },
|
||||
{ "System.Diagnostics.DebuggerBrowsableState", PrimitiveTypeCode.Int32 }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user