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