3 references to EnumType
mscorlib (3)
system\rttype.cs (2)
2778if (rt == RuntimeType.DelegateType || rt == RuntimeType.EnumType) 3988return GetBaseType() == RuntimeType.EnumType;
system\type.cs (1)
1103return IsSubclassOf(RuntimeType.EnumType);