8 references to RhGetModuleSection
System.Private.CoreLib (8)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
346RuntimeImports.RhGetModuleSection(typeManager, ReadyToRunSectionType.ThreadStaticRegion, out int length);
Internal\Runtime\ThreadStatics.cs (1)
128threadStaticRegion = (IntPtr*)RuntimeImports.RhGetModuleSection(typeManager, ReadyToRunSectionType.ThreadStaticRegion, out length);
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\CompilerHelpers\StartupCodeHelpers.cs (5)
98IntPtr dehydratedDataSection = RuntimeImports.RhGetModuleSection( 127TypeManagerSlot* section = (TypeManagerSlot*)RuntimeImports.RhGetModuleSection(typeManager, ReadyToRunSectionType.TypeManagerIndirection, out length); 132IntPtr staticsSection = RuntimeImports.RhGetModuleSection(typeManager, ReadyToRunSectionType.GCStaticRegion, out length); 146IntPtr frozenObjectSection = RuntimeImports.RhGetModuleSection(typeManager, ReadyToRunSectionType.FrozenObjectRegion, out length); 173var pInitializers = (byte*)RuntimeImports.RhGetModuleSection(typeManager, section, out int length);
System\Runtime\InteropServices\TypeMapLazyDictionary.NativeAot.cs (1)
109byte* pBlob = (byte*)RuntimeImports.RhGetModuleSection(module, sectionType, out int length);