Implemented interface member:
method
GetFunctionPointerType
System.Reflection.Metadata.ISignatureTypeProvider<TType, TGenericContext>.GetFunctionPointerType(System.Reflection.Metadata.MethodSignature<TType>)
1 reference to GetFunctionPointerType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\EcmaWrappedTypeProvider.cs (1)
55public RoType GetFunctionPointerType(MethodSignature<RoType> signature) => _typeProvider.GetFunctionPointerType(signature);