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