1 override of GetCustomAttributes
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\RegistrationBuilder.cs (1)
130protected 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)
132IEnumerable<object> attributes = base.GetCustomAttributes(member, declaredAttributes);
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.cs (1)
138IEnumerable<object> attributes = GetCustomAttributes(member, declaredAttributes);