1 implementation of GetCustomAttributeHandles
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
246public CustomAttributeHandleCollection GetCustomAttributeHandles() => _method.CustomAttributes;
2 references to GetCustomAttributeHandles
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
76internal sealed override CustomAttributeHandleCollection GetCustomAttributeHandles() => _common.GetCustomAttributeHandles();
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
65internal sealed override CustomAttributeHandleCollection GetCustomAttributeHandles() => _common.GetCustomAttributeHandles();