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