4 references to GetCustomAttributes
mscorlib (4)
system\reflection\emit\typebuilder.cs (2)
1514
return CustomAttribute.
GetCustomAttributes
(m_bakedRuntimeType, typeof(object) as RuntimeType, inherit);
1532
return CustomAttribute.
GetCustomAttributes
(m_bakedRuntimeType, attributeRuntimeType, inherit);
system\rttype.cs (2)
5030
return CustomAttribute.
GetCustomAttributes
(this, RuntimeType.ObjectType, inherit);
5045
return CustomAttribute.
GetCustomAttributes
(this, attributeRuntimeType, inherit);