3 references to CustomAttributeType
System.Private.CoreLib (3)
src\System\Reflection\RuntimeCustomAttributeData.cs (3)
268
m_ctorParams[i] = new CustomAttributeCtorParameter(new
CustomAttributeType
((RuntimeType)parameters[i].ParameterType));
287
new
CustomAttributeType
((RuntimeType)fi.FieldType));
295
new
CustomAttributeType
((RuntimeType)pi.PropertyType));