2 references to GetThreadStaticBaseForType
System.Private.CoreLib (2)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
341
return ThreadStatics.
GetThreadStaticBaseForType
(*(TypeManagerSlot**)cookie, (int)*((IntPtr*)(cookie) + 1));
System\Runtime\CompilerServices\ClassConstructorRunner.cs (1)
47
object threadStaticBase = ThreadStatics.
GetThreadStaticBaseForType
(pModuleData, typeTlsIndex);