1 override of GetCustomAttributeHandles
System.Private.CoreLib (1)
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.cs (1)
29internal sealed override CustomAttributeHandleCollection GetCustomAttributeHandles() => Scope.ScopeDefinition.CustomAttributes;
3 references to GetCustomAttributeHandles
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (3)
129return GetCustomAttributes(target.GetMetadataReader(), target.GetCustomAttributeHandles()); 1069return IsCustomAttributeDefined(assembly.GetMetadataReader(), assembly.GetCustomAttributeHandles(), caType); 1274return GetCustomAttributes(assembly.GetMetadataReader(), assembly.GetCustomAttributeHandles(), 0, caType);