4 overrides of MakeFunctionPointerType
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\EnumBuilder.cs (1)
69
public override Type
MakeFunctionPointerType
(Type[]? parameterTypes, bool isUnmanaged = false)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilder.cs (1)
326
public override Type
MakeFunctionPointerType
(Type[]? parameterTypes, bool isUnmanaged = false)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
54
public override Type
MakeFunctionPointerType
(Type[]? parameterTypes, bool isUnmanaged = false) => Type.MakeFunctionPointerSignatureType(this, parameterTypes, isUnmanaged);
System\RuntimeType.NativeAot.cs (1)
872
public override Type
MakeFunctionPointerType
(Type[]? parameterTypes, bool isUnmanaged = false)