1 reference to ConvertToUnmanagedMethod
System.Private.CoreLib (1)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
253
_convertToUnmanaged = ((MethodInfo)instantiatedType.GetMemberWithSameMetadataDefinitionAs(
ConvertToUnmanagedMethod
)).CreateDelegate<ConvertToUnmanagedDelegate>();