2 writes to t_first
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadBlockingInfo.cs (2)
58t_first = (ThreadBlockingInfo*)Unsafe.AsPointer(ref this); 67t_first = _next;
3 references to t_first
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadBlockingInfo.cs (3)
57_next = t_first; 64Debug.Assert(t_first != null); 65Debug.Assert(t_first->_next == _next);