Base:
1 override of GetIndexParameters
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
54public override ParameterInfo[] GetIndexParameters()
1 reference to GetIndexParameters
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingPropertyInfo.cs (1)
56return Projector.Project(base.GetIndexParameters(), Projector.ProjectParameter);