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