5 references to TryGetStructMarshalStub
System.Private.CoreLib (5)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (3)
256
if (!
TryGetStructMarshalStub
((IntPtr)pMT, &structMarshalStub, &size))
286
if (!
TryGetStructMarshalStub
((IntPtr)pMT, &structMarshalStub, &size))
318
if (!
TryGetStructMarshalStub
(rt.GetUnderlyingNativeHandle(), &structMarshalStub, &size))
src\System\StubHelpers.cs (2)
1511
bool success = Marshal.
TryGetStructMarshalStub
((IntPtr)pMT, &structMarshalStub, &size);
1530
bool success = Marshal.
TryGetStructMarshalStub
((IntPtr)pMT, &structMarshalStub, &size);