1 override of GetCustomAttributeHandles
System.Private.CoreLib (1)
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (1)
71
internal sealed override CustomAttributeHandleCollection
GetCustomAttributeHandles
() => _property.CustomAttributes;
3 references to GetCustomAttributeHandles
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (3)
102
return GetCustomAttributes(target.GetMetadataReader(), target.
GetCustomAttributeHandles
());
1012
return IsCustomAttributeDefined(property.GetMetadataReader(), property.
GetCustomAttributeHandles
(), caType);
1214
return GetCustomAttributes(property.GetMetadataReader(), property.
GetCustomAttributeHandles
(), 0, caType);