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