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