1 instantiation of CustomMethodInfo
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
123
return new
CustomMethodInfo
(value, ReflectionContext);
4 references to CustomMethodInfo
System.Reflection.Context (4)
System\Reflection\Context\Custom\AttributeUtils.cs (4)
51
public static object[] GetCustomAttributes(CustomReflectionContext context,
CustomMethodInfo
method, Type attributeFilterType, bool inherit)
58
CustomMethodInfo
? baseMember = method.GetBaseDefinition() as
CustomMethodInfo
;
85
baseMember = method.GetBaseDefinition() as
CustomMethodInfo
;