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