2 writes to t_first
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadBlockingInfo.cs (2)
58
t_first
= (ThreadBlockingInfo*)Unsafe.AsPointer(ref this);
67
t_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
;
64
Debug.Assert(
t_first
!= null);
65
Debug.Assert(
t_first
->_next == _next);