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