4 references to IsIntegerType
mscorlib (4)
system\rttype.cs (2)
4136
if (Type.
IsIntegerType
(valueType))
4167
if (!(valueType.IsEnum ||
IsIntegerType
(valueType)))
system\type.cs (2)
1513
if (Type.
IsIntegerType
(valueType))
1546
if (!(valueType.IsEnum || Type.
IsIntegerType
(valueType)))