1 override of GetCustomAttributes
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\RegistrationBuilder.cs (1)
130
protected override IEnumerable<object>
GetCustomAttributes
(System.Reflection.MemberInfo member, IEnumerable<object> declaredAttributes)
2 references to GetCustomAttributes
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\RegistrationBuilder.cs (1)
132
IEnumerable<object> attributes = base.
GetCustomAttributes
(member, declaredAttributes);
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.cs (1)
138
IEnumerable<object> attributes =
GetCustomAttributes
(member, declaredAttributes);