6 references to TryGetStructMarshalStub
System.Private.CoreLib (6)
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 (3)
1511
bool success = Marshal.
TryGetStructMarshalStub
((IntPtr)pMT, &structMarshalStub, &size);
1530
bool success = Marshal.
TryGetStructMarshalStub
((IntPtr)pMT, &structMarshalStub, &size);
1549
bool success = Marshal.
TryGetStructMarshalStub
((IntPtr)pMT, &structMarshalStub, &size);