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