6 references to MarshalOperation
System.Private.CoreLib (6)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (4)
263
structMarshalStub(ref structure.GetRawData(), (byte*)ptr,
MarshalOperation
.Cleanup, ref Unsafe.NullRef<CleanupWorkListElement?>());
266
structMarshalStub(ref structure.GetRawData(), (byte*)ptr,
MarshalOperation
.Marshal, ref Unsafe.NullRef<CleanupWorkListElement?>());
291
structMarshalStub(ref structure.GetRawData(), (byte*)ptr,
MarshalOperation
.Unmarshal, ref Unsafe.NullRef<CleanupWorkListElement?>());
325
structMarshalStub(ref Unsafe.NullRef<byte>(), (byte*)ptr,
MarshalOperation
.Cleanup, ref Unsafe.NullRef<CleanupWorkListElement?>());
src\System\StubHelpers.cs (2)
1516
structMarshalStub(ref obj.GetRawData(), pNative,
MarshalOperation
.Marshal, ref pCleanupWorkList);
1535
structMarshalStub(ref obj.GetRawData(), pNative,
MarshalOperation
.Unmarshal, ref Unsafe.NullRef<CleanupWorkListElement?>());