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