1 write to _convertToUnmanaged
System.Private.CoreLib (1)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
253
_convertToUnmanaged
= ((MethodInfo)instantiatedType.GetMemberWithSameMetadataDefinitionAs(ConvertToUnmanagedMethod)).CreateDelegate<ConvertToUnmanagedDelegate>();
1 reference to _convertToUnmanaged
System.Private.CoreLib (1)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
265
_convertToUnmanaged
(obj, native, nativeSize, ref cleanupWorkList);