2 references to HasExceptions
System.Threading.Tasks.Dataflow (2)
Blocks\BatchBlock.cs (1)
480return _dataflowBlockOptions.CancellationToken.IsCancellationRequested || _owningBatch._source.HasExceptions;
Internal\SourceCore.cs (1)
879(HasExceptions && _decliningPermanently);