1 reference to RoFunctionPointerType
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (1)
38
public RoType GetFunctionPointerType(MethodSignature<RoType> signature) => new
RoFunctionPointerType
(this, signature);