2 references to CanceledOrFaulted
System.Threading.Tasks.Dataflow (2)
Blocks\JoinBlock.cs (2)
1239
!
CanceledOrFaulted
&& // not canceled or faulted
1320
bool shouldComplete = !currentlyProcessing && (impossibleToCompleteAnotherJoin ||
CanceledOrFaulted
);