10 references to TryPop
System.Threading.Tasks.Dataflow (10)
Blocks\BatchBlock.cs (2)
809
if (!postponed.
TryPop
(out sourceAndMessage)) break;
923
if (!postponed.
TryPop
(out sourceAndMessage)) break;
Blocks\BroadcastBlock.cs (1)
345
if (!_boundingState.PostponedMessages.
TryPop
(out sourceAndMessage)) return false;
Blocks\BufferBlock.cs (1)
348
if (!_boundingState.PostponedMessages.
TryPop
(out sourceAndMessage)) return false;
Blocks\JoinBlock.cs (3)
624
if (!_nonGreedy!.PostponedMessages.
TryPop
(out next)) return false;
643
if (!_nonGreedy.PostponedMessages.
TryPop
(out next)) return false;
712
!boundingCapacityAvailable || !_nonGreedy!.PostponedMessages.
TryPop
(out next))
Internal\Common.cs (1)
511
while (postponedMessages.
TryPop
(out sourceAndMessage))
Internal\QueuedMap.cs (1)
220
if (
TryPop
(out item)) items[i] = item;
Internal\TargetCore.cs (1)
651
if (!_boundingState!.CountIsLessThanBound || !_boundingState.PostponedMessages.
TryPop
(out element))