4 references to GetCustomAttributes
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (2)
55return CustomAttribute.GetCustomAttributes(this, ObjectType, inherit); 65return CustomAttribute.GetCustomAttributes(this, attributeRuntimeType, inherit);
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (2)
986return CustomAttribute.GetCustomAttributes(m_bakedRuntimeType, (typeof(object) as RuntimeType)!, inherit); 999return CustomAttribute.GetCustomAttributes(m_bakedRuntimeType, attributeRuntimeType, inherit);