1 write to _tempSendAsyncTaskList
System.Threading.Tasks.Dataflow (1)
Base\DataflowBlock.cs (1)
2427_tempSendAsyncTaskList ??= new List<Task<bool>>();
5 references to _tempSendAsyncTaskList
System.Threading.Tasks.Dataflow (5)
Base\DataflowBlock.cs (5)
2430_tempSendAsyncTaskList.Add(sendAsyncTask); 2440if (_tempSendAsyncTaskList != null && _tempSendAsyncTaskList.Count > 0) 2443Task<bool[]> allSendAsyncTasksConsolidated = Task.WhenAll(_tempSendAsyncTaskList); 2446_tempSendAsyncTaskList.Clear();