1 override of GetCustomAttributeHandles
System.Private.CoreLib (1)
System\Reflection\Runtime\EventInfos\NativeFormat\NativeFormatRuntimeEventInfo.cs (1)
97
internal 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)
91
return GetCustomAttributes(target.GetMetadataReader(), target.
GetCustomAttributeHandles
());
1026
return IsCustomAttributeDefined(e.GetMetadataReader(), e.
GetCustomAttributeHandles
(), caType);
1228
return GetCustomAttributes(e.GetMetadataReader(), e.
GetCustomAttributeHandles
(), 0, caType);