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