6 references to Enum
ILCompiler.Compiler (2)
Compiler\Dataflow\HandleCallAction.cs (1)
434if (constraint.IsWellKnownType(Internal.TypeSystem.WellKnownType.Enum))
parent\parent\Common\Compiler\Dataflow\GenericParameterProxy.cs (1)
22if (constraint.IsWellKnownType(Internal.TypeSystem.WellKnownType.Enum))
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\Dataflow\GenericParameterProxy.cs (1)
22if (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)
102case WellKnownType.Enum:
parent\parent\Common\TypeSystem\Ecma\EcmaType.cs (1)
179if (baseType != null && baseType.IsWellKnownType(WellKnownType.Enum))