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