1 override of GetCustomAttributeHandles
System.Private.CoreLib (1)
System\Reflection\Runtime\FieldInfos\NativeFormat\NativeFormatRuntimeFieldInfo.cs (1)
159
internal sealed override CustomAttributeHandleCollection
GetCustomAttributeHandles
() => _field.CustomAttributes;
3 references to GetCustomAttributeHandles
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (3)
52
IList<CustomAttributeData> cad = GetCustomAttributes(target.GetMetadataReader(), target.
GetCustomAttributeHandles
());
1041
return IsCustomAttributeDefined(field.GetMetadataReader(), field.
GetCustomAttributeHandles
(), caType);
1242
object[] attributes = GetCustomAttributes(field.GetMetadataReader(), field.
GetCustomAttributeHandles
(), pcas.Count, caType);