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)
65
Debug.Assert(t_first->
_next
==
_next
);
67
t_first =
_next
;