10 references to TryPop
System.Threading.Tasks.Dataflow (10)
Blocks\BatchBlock.cs (2)
806if (!postponed.TryPop(out sourceAndMessage)) break; 920if (!postponed.TryPop(out sourceAndMessage)) break;
Blocks\BroadcastBlock.cs (1)
339if (!_boundingState.PostponedMessages.TryPop(out sourceAndMessage)) return false;
Blocks\BufferBlock.cs (1)
342if (!_boundingState.PostponedMessages.TryPop(out sourceAndMessage)) return false;
Blocks\JoinBlock.cs (3)
612if (!_nonGreedy!.PostponedMessages.TryPop(out next)) return false; 631if (!_nonGreedy.PostponedMessages.TryPop(out next)) return false; 700!boundingCapacityAvailable || !_nonGreedy!.PostponedMessages.TryPop(out next))
Internal\Common.cs (1)
511while (postponedMessages.TryPop(out sourceAndMessage))
Internal\QueuedMap.cs (1)
220if (TryPop(out item)) items[i] = item;
Internal\TargetCore.cs (1)
651if (!_boundingState!.CountIsLessThanBound || !_boundingState.PostponedMessages.TryPop(out element))