2 references to Unmarshal
System.Private.CoreLib (2)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
291
structMarshalStub(ref structure.GetRawData(), (byte*)ptr, MarshalOperation.
Unmarshal
, ref Unsafe.NullRef<CleanupWorkListElement?>());
src\System\StubHelpers.cs (1)
1540
structMarshalStub(ref obj.GetRawData(), pNative, MarshalOperation.
Unmarshal
, ref Unsafe.NullRef<CleanupWorkListElement?>());