2 references to GetCustomAttributes
System.Private.CoreLib (2)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (2)
131return CustomAttribute.GetCustomAttributes(this, (typeof(object) as RuntimeType)!); 141return CustomAttribute.GetCustomAttributes(this, attributeRuntimeType);