9 references to IsEnum
System.Private.CoreLib (9)
Internal\IntrinsicSupport\EqualityComparerHelpers.cs (1)
51
return t.ToMethodTable()->
IsEnum
;
Internal\Runtime\Augments\RuntimeAugments.cs (1)
360
Debug.Assert(enumTypeHandle.ToMethodTable()->
IsEnum
);
System\Array.NativeAot.cs (1)
410
if (value != null && !(value.GetMethodTable() == pElementEEType) && pElementEEType->
IsEnum
)
System\InvokeUtils.cs (2)
106
if (semantics == CheckArgumentSemantics.SetFieldDirect && (srcEEType->
IsEnum
|| dstEEType->
IsEnum
))
System\Reflection\DynamicInvokeInfo.cs (1)
579
if (nullableType->
IsEnum
)
System\Runtime\InteropServices\Marshal.NativeAot.cs (1)
100
if (structureTypeHandle.ToMethodTable()->
IsEnum
||
System\RuntimeType.NativeAot.cs (2)
265
return pEEType->
IsEnum
;
276
return pEEType->
IsEnum
;