2 references to TryPopCore
mscorlib (2)
system\Collections\Concurrent\ConcurrentStack.cs (2)
633int nodesCount = TryPopCore(count, out poppedHead); 652if (TryPopCore(1, out poppedNode) == 1)