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