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)
253
GetCustomAttributes
(member.DeclaringType, s_emptyList);
288
GetCustomAttributes
(parameter.Member.DeclaringType, s_emptyList);