3 writes to _previous
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (3)
402linkedSlot._previous = _linkedSlot; 405firstRealNode?._previous = linkedSlot; 742linkedSlot._next?._previous = linkedSlot._previous;
3 references to _previous
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (3)
742linkedSlot._next?._previous = linkedSlot._previous; 745Debug.Assert(linkedSlot._previous != null); 746linkedSlot._previous._next = linkedSlot._next;