6 references to Enum
ILCompiler.Compiler (2)
Compiler\Dataflow\HandleCallAction.cs (1)
434
if (constraint.IsWellKnownType(Internal.TypeSystem.WellKnownType.
Enum
))
parent\parent\Common\Compiler\Dataflow\GenericParameterProxy.cs (1)
22
if (constraint.IsWellKnownType(Internal.TypeSystem.WellKnownType.
Enum
))
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\Dataflow\GenericParameterProxy.cs (1)
22
if (constraint.IsWellKnownType(Internal.TypeSystem.WellKnownType.
Enum
))
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\CastingHelper.cs (1)
382
!typeConstraint.IsWellKnownType(WellKnownType.
Enum
))
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
102
case WellKnownType.
Enum
:
parent\parent\Common\TypeSystem\Ecma\EcmaType.cs (1)
179
if (baseType != null && baseType.IsWellKnownType(WellKnownType.
Enum
))