2 references to GetCustomAttributes
System.Private.CoreLib (2)
src\System\Reflection\RuntimePropertyInfo.cs (2)
139
return CustomAttribute.
GetCustomAttributes
(this, (typeof(object) as RuntimeType)!);
149
return CustomAttribute.
GetCustomAttributes
(this, attributeRuntimeType);