7 references to TypeManagerSlot
System.Private.CoreLib (7)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
341
return ThreadStatics.GetThreadStaticBaseForType(*(
TypeManagerSlot
**)cookie, (int)*((IntPtr*)(cookie) + 1));
Internal\Runtime\ThreadStatics.cs (3)
28
internal static unsafe object GetThreadStaticBaseForType(
TypeManagerSlot
* pModuleData, int typeTlsIndex)
53
internal static unsafe object GetUninlinedThreadStaticBaseForType(
TypeManagerSlot
* pModuleData, int typeTlsIndex)
77
internal static unsafe object GetUninlinedThreadStaticBaseForTypeSlow(
TypeManagerSlot
* pModuleData, int typeTlsIndex)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\CompilerHelpers\StartupCodeHelpers.cs (2)
127
TypeManagerSlot
* section = (
TypeManagerSlot
*)RuntimeImports.RhGetModuleSection(typeManager, ReadyToRunSectionType.TypeManagerIndirection, out length);
System\Runtime\CompilerServices\ClassConstructorRunner.cs (1)
45
private static unsafe object CheckStaticClassConstructionReturnThreadStaticBase(
TypeManagerSlot
* pModuleData, int typeTlsIndex, StaticClassConstructionContext* context)