4 references to ThreadStaticsInfo
System.Private.CoreLib (4)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (2)
1042public ref ThreadStaticsInfo GetThreadStaticsInfo() 1044return ref Unsafe.Subtract(ref Unsafe.As<MethodTableAuxiliaryData, ThreadStaticsInfo>(ref this), 1);
src\System\Runtime\CompilerServices\StaticsHelpers.cs (2)
241private static ref byte GetDynamicNonGCThreadStaticBase(ThreadStaticsInfo *threadStaticsInfo) 251private static ref byte GetDynamicGCThreadStaticBase(ThreadStaticsInfo *threadStaticsInfo)