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