2 references to ElementTypeToType
System.Reflection.Emit (2)
System\Reflection\Emit\CustomAttributeWrapper.cs (2)
83
Type fieldType = dataType == EnumType ? typeof(int) :
ElementTypeToType
((SerializationTypeCode)dataType);
149
return DecodeCustomAttributeValue(
ElementTypeToType
((SerializationTypeCode)subtype), data, pos, out rpos);