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