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