1 override of GetCustomAttributeHandles
System.Private.CoreLib (1)
System\Reflection\Runtime\EventInfos\NativeFormat\NativeFormatRuntimeEventInfo.cs (1)
97internal sealed override CustomAttributeHandleCollection GetCustomAttributeHandles() => _event.CustomAttributes;
3 references to GetCustomAttributeHandles
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (3)
91return GetCustomAttributes(target.GetMetadataReader(), target.GetCustomAttributeHandles()); 1026return IsCustomAttributeDefined(e.GetMetadataReader(), e.GetCustomAttributeHandles(), caType); 1228return GetCustomAttributes(e.GetMetadataReader(), e.GetCustomAttributeHandles(), 0, caType);