2 references to GetReflectionType
System.ComponentModel.TypeConverter (2)
System\ComponentModel\AttributeCollection.cs (1)
260Type reflect = TypeDescriptor.GetReflectionType(attributeType);
System\ComponentModel\EnumConverter.cs (1)
242static Type GetTypeDescriptorReflectionType(Type enumType) => TypeDescriptor.GetReflectionType(enumType);