6 references to GetThreadStaticBase
System.Private.Reflection.Execution (6)
Internal\Reflection\Execution\FieldAccessors\PointerTypeFieldAccessorForStaticFields.cs (2)
33
object threadStaticRegion = RuntimeAugments.
GetThreadStaticBase
(StaticsBase);
53
object threadStaticsRegion = RuntimeAugments.
GetThreadStaticBase
(StaticsBase);
Internal\Reflection\Execution\FieldAccessors\ReferenceTypeFieldAccessorForStaticFields.cs (2)
33
object threadStaticRegion = RuntimeAugments.
GetThreadStaticBase
(StaticsBase);
52
object threadStaticsRegion = RuntimeAugments.
GetThreadStaticBase
(StaticsBase);
Internal\Reflection\Execution\FieldAccessors\ValueTypeFieldAccessorForStaticFields.cs (2)
33
object threadStaticRegion = RuntimeAugments.
GetThreadStaticBase
(StaticsBase);
51
object threadStaticsRegion = RuntimeAugments.
GetThreadStaticBase
(StaticsBase);