Base:
1 override of GetParameters
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
102public override ParameterInfo[] GetParameters()
1 reference to GetParameters
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
104return Projector.Project(base.GetParameters(), Projector.ProjectParameter);