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