Base:
1 override of MakeFunctionPointerType
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
335public override Type MakeFunctionPointerType(Type[]? parameterTypes, bool isUnmanaged = false)
1 reference to MakeFunctionPointerType
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingType.cs (1)
339return _projector.ProjectType(base.MakeFunctionPointerType(parameterTypes, isUnmanaged));