1 override of GetCustomAttributeHandles
System.Private.CoreLib (1)
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (1)
71internal 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)
102return GetCustomAttributes(target.GetMetadataReader(), target.GetCustomAttributeHandles()); 1012return IsCustomAttributeDefined(property.GetMetadataReader(), property.GetCustomAttributeHandles(), caType); 1214return GetCustomAttributes(property.GetMetadataReader(), property.GetCustomAttributeHandles(), 0, caType);