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