2 references to TryPopCore
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentStack.cs (2)
542
int nodesCount =
TryPopCore
(count, out poppedHead);
559
if (
TryPopCore
(1, out poppedNode) == 1)