1 write to _next
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadBlockingInfo.cs (1)
57_next = t_first;
3 references to _next
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadBlockingInfo.cs (3)
65Debug.Assert(t_first->_next == _next); 67t_first = _next;