1 write to _tempSendAsyncTaskList
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
2512
_tempSendAsyncTaskList
??= new List<Task<bool>>();
5 references to _tempSendAsyncTaskList
System.Threading.Tasks.Dataflow (5)
Base\DataflowBlock.cs (5)
2515
_tempSendAsyncTaskList
.Add(sendAsyncTask);
2525
if (
_tempSendAsyncTaskList
!= null &&
_tempSendAsyncTaskList
.Count > 0)
2528
Task<bool[]> allSendAsyncTasksConsolidated = Task.WhenAll(
_tempSendAsyncTaskList
);
2531
_tempSendAsyncTaskList
.Clear();