Base:
property
IsEnum
System.Type.IsEnum
10 references to IsEnum
mscorlib (10)
system\collections\generic\equalitycomparer.cs (1)
61
if (t.
IsEnum
) {
system\reflection\customattribute.cs (1)
223
if (type.
IsEnum
)
system\reflection\fieldinfo.cs (1)
414
if (m_declaringType.
IsEnum
)
system\reflection\mdconstant.cs (1)
27
if (fieldType.
IsEnum
&& raw == false)
system\rttype.cs (6)
3630
else if (this.
IsEnum
)
4061
if (!
IsEnum
)
4078
if (!
IsEnum
)
4099
if (!
IsEnum
)
4116
if (valueType.
IsEnum
)
4423
bool needsSpecialCast = IsPointer ||
IsEnum
|| IsPrimitive;