3 references to ToFunctionPointerSignatureHandle
System.Private.CoreLib (3)
System\Reflection\ModifiedType.NativeAot.cs (2)
51
reader.GetFunctionPointerSignature(handle.
ToFunctionPointerSignatureHandle
(reader)).Signature);
83
fnPtrTypeSigHandle.
ToFunctionPointerSignatureHandle
(reader)).Signature;
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (1)
103
FunctionPointerSignature sig = typeHandle.
ToFunctionPointerSignatureHandle
(reader).GetFunctionPointerSignature(reader);