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