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); 2525if (_tempSendAsyncTaskList != null && _tempSendAsyncTaskList.Count > 0) 2528Task<bool[]> allSendAsyncTasksConsolidated = Task.WhenAll(_tempSendAsyncTaskList); 2531_tempSendAsyncTaskList.Clear();