2 references to CreateExceptionForTimeout
System.Threading.Tasks.Dataflow (2)
Base\DataflowBlock.cs (2)
1006return Common.CreateTaskFromException<TOutput>(ReceiveTarget<TOutput>.CreateExceptionForTimeout()); 1318_receivedException ??= CreateExceptionForTimeout();