2 references to EnumType
System.Reflection.Emit (2)
System\Reflection\Emit\CustomAttributeWrapper.cs (2)
68if (dataType == EnumType) 83Type fieldType = dataType == EnumType ? typeof(int) : ElementTypeToType((SerializationTypeCode)dataType);