1 instantiation of CustomParameterInfo
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
162
return new
CustomParameterInfo
(value, ReflectionContext);
1 reference to CustomParameterInfo
System.Reflection.Context (1)
System\Reflection\Context\Custom\AttributeUtils.cs (1)
123
public static object[] GetCustomAttributes(CustomReflectionContext context,
CustomParameterInfo
parameter, Type attributeFilterType)