1 write to ts_finalizationHelper
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (1)
345
ts_finalizationHelper
= new FinalizationHelper(slotArray);
2 references to ts_finalizationHelper
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (2)
353
Debug.Assert(
ts_finalizationHelper
!= null, "Should have been initialized when this thread's slot array was created.");
354
ts_finalizationHelper
.SlotArray = slotArray;