Base:
1 override of GetMethods
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingModule.cs (1)
64
public override MethodInfo[]
GetMethods
(BindingFlags bindingFlags)
1 reference to GetMethods
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingModule.cs (1)
66
return Projector.Project(base.
GetMethods
(bindingFlags), Projector.ProjectMethod);