5 references to RhGetOSModuleFromPointer
System.Private.CoreLib (5)
Internal\Runtime\Augments\RuntimeAugments.cs (2)
209
return RuntimeImports.
RhGetOSModuleFromPointer
(pointerVal);
651
moduleBase = RuntimeImports.
RhGetOSModuleFromPointer
(ip);
System\CrashInfo.cs (2)
107
if (!WriteHexValue("runtime_base"u8, (ulong)RuntimeImports.
RhGetOSModuleFromPointer
((nint)(void*)(delegate*<void>)&Dummy)))
248
nint moduleBase = RuntimeImports.
RhGetOSModuleFromPointer
(ip);
System\Diagnostics\StackFrameExtensions.cs (1)
16
return RuntimeImports.
RhGetOSModuleFromPointer
(stackFrame.GetNativeIPAddress());