2 references to AllocateThreadStaticStorageForType
System.Private.CoreLib (2)
Internal\Runtime\ThreadStatics.cs (2)
41
object threadStaticBase =
AllocateThreadStaticStorageForType
(typeManager, 0);
110
object threadStaticBase =
AllocateThreadStaticStorageForType
(pModuleData->TypeManager, typeTlsIndex);