1 override of GetCustomAttributes
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\RegistrationBuilder.cs (1)
221protected override IEnumerable<object> GetCustomAttributes(System.Reflection.ParameterInfo parameter, IEnumerable<object> declaredAttributes)
2 references to GetCustomAttributes
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\RegistrationBuilder.cs (1)
223IEnumerable<object> attributes = base.GetCustomAttributes(parameter, declaredAttributes);
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.cs (1)
144IEnumerable<object> attributes = GetCustomAttributes(parameter, declaredAttributes);