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