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