5 writes to _next
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.cs (5)
311blockerNode._next = _blockerStack; 412top._next = null; 445node._next = null; 454current._next = node._next; 455node._next = null;
5 references to _next
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.cs (5)
411_blockerStack = top._next; 444_blockerStack = node._next; 452if (current._next == node) 454current._next = node._next; 460current = current._next;