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