1 override of GetCustomAttributeHandles
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
65
internal sealed override CustomAttributeHandleCollection
GetCustomAttributeHandles
() => _common.GetCustomAttributeHandles();
3 references to GetCustomAttributeHandles
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (3)
80
return GetCustomAttributes(target.GetMetadataReader(), target.
GetCustomAttributeHandles
());
998
return IsCustomAttributeDefined(ctor.GetMetadataReader(), ctor.
GetCustomAttributeHandles
(), caType);
1200
return GetCustomAttributes(ctor.GetMetadataReader(), ctor.
GetCustomAttributeHandles
(), 0, caType);