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