Base:
1 override of GetFunctionPointerParameterTypes
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
99public override Type[] GetFunctionPointerParameterTypes()
1 reference to GetFunctionPointerParameterTypes
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
101return _projector.Project(base.GetFunctionPointerParameterTypes(), _projector.ProjectType);