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