3 references to GetCurrentInteropThunkContext
System.Private.CoreLib (3)
Internal\Runtime\CompilerHelpers\SharedCodeHelpers.cs (1)
26
return (MethodTable*)RuntimeImports.
GetCurrentInteropThunkContext
();
System\Runtime\InteropServices\PInvokeMarshal.cs (2)
254
IntPtr pContext = RuntimeImports.
GetCurrentInteropThunkContext
();
278
IntPtr pContext = RuntimeImports.
GetCurrentInteropThunkContext
();