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