Base:
method
GetCustomAttributes
System.Reflection.Context.CustomReflectionContext.GetCustomAttributes(System.Reflection.MemberInfo, System.Collections.Generic.IEnumerable<System.Object>)
2 references to GetCustomAttributes
System.ComponentModel.Composition.Registration (2)
System\ComponentModel\Composition\Registration\RegistrationBuilder.cs (2)
253GetCustomAttributes(member.DeclaringType, s_emptyList); 288GetCustomAttributes(parameter.Member.DeclaringType, s_emptyList);