Base:
1 override of GetMethods
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
267
public override MethodInfo[]
GetMethods
(BindingFlags bindingAttr)
1 reference to GetMethods
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
269
return _projector.Project(base.
GetMethods
(bindingAttr), _projector.ProjectMethod);