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)
1517
bool success = Marshal.
TryGetStructMarshalStub
((IntPtr)pMT, &structMarshalStub, &size);
1536
bool success = Marshal.
TryGetStructMarshalStub
((IntPtr)pMT, &structMarshalStub, &size);
1555
bool success = Marshal.
TryGetStructMarshalStub
((IntPtr)pMT, &structMarshalStub, &size);